On Press Help

robert.mccarthyrobert.mccarthy Member Posts: 165
edited November -1 in Working with GS (Mac)
Hi All,

Basically, I want the following to happen but cannot work it out. Any help would be appreciated:

On touch screen, spawn actor.
On touch screen again, 'if' any actors on screen remove, and spawn another actor
On touch screen again, 'if' any actors on screen remove, and spawn another actor
etc etc

I can get them on screen, but I am struggling to work out the logic so if one is present, remove it and spawn another.

Cheers all!

Comments

  • old_kipperold_kipper Member Posts: 1,420
    Use either a boolean or a counter in game attributes that you switch true or false, or add to or subtract from each time you kill or spawn and then reference that to switch the rules

    hope that helps.

    kipper
  • robert.mccarthyrobert.mccarthy Member Posts: 165
    not really im afraid :s

    Can someone, or kipper, explain further. We are pulling hair out trying to work it out here :)
Sign In or Register to comment.