The Daily Click ::. Forums ::. Klik Coding Help ::. How can you cheack a value of a specific object?
 

Post Reply  Post Oekaki 
 

Posted By Message

Fish20



Registered
  03/12/2007
Points
  263

VIP MemberPS3 OwnerI like Aliens!I'm a Storm TrooperIt's-a me, Mario!I am an April FoolPicture Me This Round 48 Winner!
3rd June, 2010 at 02:01:19 -

How can you select an object with a certain Value to check its value? I'm trying to check a value of objects with only an alterable value A of 7 leaving out ones that have a different value. How can I reserve it only for those objects?

 
All your base are in another castle, take this.

Sumo148

Super amazing fantastic user

Registered
  26/01/2009
Points
  530

360 OwnerThe Cake is a LieVIP MemberPokemon Ball!I am an April FoolI donated an open source projectSanta Hat
3rd June, 2010 at 02:37:15 -

choose your object > alterable value > compare alterable value

 
n/a

nim



Registered
  17/05/2002
Points
  7233
3rd June, 2010 at 02:38:11 -

"Object" Alterable Value A = 7
+ [other condition]

?? Is this what you meant? Seems too simple.

 
//

Fish20



Registered
  03/12/2007
Points
  263

VIP MemberPS3 OwnerI like Aliens!I'm a Storm TrooperIt's-a me, Mario!I am an April FoolPicture Me This Round 48 Winner!
3rd June, 2010 at 02:50:39 -

No I'm talking about something like this

Object's Alterable value A = 7 then check if Object with value 7's Alterable Value B is greater than X.

It only checks the objects that have Alterable value equalling 7. Not sure how to do this.


 
All your base are in another castle, take this.

nim



Registered
  17/05/2002
Points
  7233
3rd June, 2010 at 03:04:44 -

Do you know that you can add more than one condition per event? Right-click on the event's number and choose "Add a new condition"

"Object" Alterable Value A = 7
+ "Object" Alterable Value B > 4

This will select all objects with Alterable Value A = 7 and Alterable Value B > 4.

 
//

Fish20



Registered
  03/12/2007
Points
  263

VIP MemberPS3 OwnerI like Aliens!I'm a Storm TrooperIt's-a me, Mario!I am an April FoolPicture Me This Round 48 Winner!
3rd June, 2010 at 03:12:24 -

Ok it was just confusing what events to use.

 
All your base are in another castle, take this.
   

Post Reply



 



Advertisement

Worth A Click