Why do my particle scenes freeze while moving from scene to scene?

naydi306naydi306 Member Posts: 18
Hi,
This is my first App. I am working in GameSalad Creator, Not Pro. When I preview a scenes during a production they run fine. However, when I play the game and move from one scene to another, the scenes that have particles in them tend to freeze the app.

Best Answers

  • gyroscopegyroscope I am here.Posts: 6,598
    Accepted Answer

    Hi @naydi001 Are you certain its the Particles behaviours doing this? What I mean to say is: are you using any Timers just before any Change Scene attributes? This can cause problems sometimes (as I've found out recently running an ad-hoc on an iPad).

    ""You are in a maze of twisty passages, all alike." - Zork        temp domain http://spidergriffin.wix.com/alphaghostapps

  • gyroscopegyroscope I am here.Posts: 6,598
    Accepted Answer

    The workaround I used was to make a boolean and use that as a trigger, example:

    Timer: After 2.5 secs ---or whatever
    Change Attribute GoScene to true

    Rule: When GoScene is true
    Change Scene

    ""You are in a maze of twisty passages, all alike." - Zork        temp domain http://spidergriffin.wix.com/alphaghostapps

Answers

Sign In or Register to comment.