Select Actor
Hi! I need help?.I search in gamesalad my problem but i didnt find.
I want make system like select boards(Epig surf).
but I dont want select boards I want select actor.
Could somebody help me?
Thanks
I want make system like select boards(Epig surf).
but I dont want select boards I want select actor.
Could somebody help me?
Thanks
Answers
Then go into your main character and create a rule. If Attribute 'what character?'=boy, change image to your boy character. And do the same with girl.
Hope this helps.
--Novica Studio
In the first actor you can choose:
Rule - If touch is pressed >change attribute ActorChoice to 1
In the second actor you can choose:
Rule - If touch is pressed >change attribute ActorChoice to 2
Choice one of the following
--------------------------------------------------------
In the actor in the scene, if you want just the image to be different:
Rule - If attribute ActorChoice = 1 change image to ….
Rule - If attribute ActorChoice = 2 change image to ….
--------------------------------------------------------
If you want the actual actor to be different:
Rule - If attribute ActorChoice = 1 spawn actor ….
Rule - If attribute ActorChoice = 2 spawn actor ….
Anyway thanks for help me.