toggle menu
Categories
Discussions
Dashboard
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Dashboard
Sign In
·
Register
×
Home
›
GameSalad 101
›
Working with GS (Mac)
Always/Not condition
XII
Member
Posts:
7
August 2010
edited November -1
in
Working with GS (Mac)
When I make a rule sometime I need a "Not" condition.
For example:
"When Item1 Not collide/overlap Item2 then ..."
Comments
StusApps
Member, PRO
Posts:
1,352
August 2010
Surely that would be:
Do action (whatever it is)
When item 1 collide/overlap item 2 then stop action
firemaplegames
Member
Posts:
3,211
August 2010
You can utilize the "otherwise" section of the Rule for that, like this:
Rule
When all conditions are valid:
Actor collides of overlaps with Actor of type [whatever]
-----[leave this empty]
otherwise
-----[do something]
Sign In
or
Register
to comment.
Comments
Do action (whatever it is)
When item 1 collide/overlap item 2 then stop action
Rule
When all conditions are valid:
Actor collides of overlaps with Actor of type [whatever]
-----[leave this empty]
otherwise
-----[do something]