Need a 'play' button

Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273
edited November -1 in Working with GS (Mac)
Hi,

I need to know how to make a play button ingame.

Example: I have players moving objects around ingame, then they need to press play, so that the level will run. I dont want the level running while they are moving the objects ingame, so that is why i need help.

If you need anymore info, let me know.
But any help would be great!

Comments

  • youngster9youngster9 Member Posts: 326
    check out my game Chalk 'n Ball on the arcade and tell me if that is what you are going for.
  • RedlerTechRedlerTech Member Posts: 1,583
    create a boolean attribute called Play - false

    When you press the play button change attribute game.Play to true

    Then put everything you've done so far inside a rule "When game.Play is true"

    Matt

    _________________________________________________
    Full Game Creation Service
    1 On 1 Project Help
Sign In or Register to comment.