Reset Scene?

Steveo_33Steveo_33 Member, PRO Posts: 8

Hi Guys,

I have a question regarding the scene reset attribute. Whenever I use it to reset my scene, my spawners spawn before being touched. In other words, I have to spawners that are only supposed to spawn when start is true. Start is triggered by touching the screen. However whenever the game is over and the scene resets, they spawn without being touched. Is there any work around, or way to fix this?

Thanks!

Comments

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    The Reset Scene behavior only resets the value of Scene attributes. If you are using Game attributes then you need to reset these manually (e.g. Change Attribute game.start to false) right before/above the Reset Scene behavior.

    New to GameSalad? (FAQs)   |   Tutorials   |   Templates   |   Greenleaf Games   |   Educator & Certified GameSalad User

  • Steveo_33Steveo_33 Member, PRO Posts: 8

    @tatiang‌
    Okay, so i changed game.start to false right before the scene resets, and I have my spawners to spawn when game.start is true. Any ideas on why they would still spawn? I also have no added scene attributes.

    Thanks alot!

Sign In or Register to comment.