Select Actor

nanygamesnanygames Member Posts: 41
edited June 2012 in Working with GS (Mac)
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

Answers

  • nanygamesnanygames Member Posts: 41
    Someone could help me?
  • NovicaStudioNovicaStudio Member Posts: 174
    Have a text attribute called 'what character?' and a character select scene. Lets say we have a 'boy' character and a 'girl' character. Go into boy and say, if touch is pressed, change attribute 'what character?' to 'boy'
    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
  • HapiappsHapiapps Member Posts: 373
    Ok, you have the choices, lets say there are 2. Make an attribute (integer) call it ActorChoice.

    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 ….
  • nanygamesnanygames Member Posts: 41
    Thanks very much. I try the second suggestion and worked.
    Anyway thanks for help me.
  • HapiappsHapiapps Member Posts: 373
    Anytime
Sign In or Register to comment.