toggle menu
Categories
Discussions
Dashboard
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Dashboard
Sign In
·
Register
×
Home
›
GameSalad 101
›
Working with GS (Mac)
actor communication?
dehecile
Member
Posts:
126
November 2010
edited November -1
in
Working with GS (Mac)
how wouuld i make it so that when 1 actore was clicked, it would tell the other actor to do something?
Comments
sebmacfly
Member
Posts:
1,018
November 2010
On your "click" actor:
When receive touch is pressed, change attribute "clickctor1" to 1
On the other actor :
When attribute "clickactor1"=1
do whet you want....
Ps: you have to create the clickactor1 attribute as integer
Sign In
or
Register
to comment.
Comments
When receive touch is pressed, change attribute "clickctor1" to 1
On the other actor :
When attribute "clickactor1"=1
do whet you want....
Ps: you have to create the clickactor1 attribute as integer