I think it would work, but there are some problems...
1 - Wouldn't that mess up crash reports? 2 - I'm thinking Apple might reject such a technique.
Also, why quit the app? One of the biggest drawbacks of GameSalad games is the slow loading times. By leaving the app running, the app doesn't have to load again.
I wouldn't use pause within a pause, as that would likely load first, and then crash.
There are easier ways to crash a GameSalad game. I'm thinking an expression with a missing parenthesis might be a better route. Just spawn the bad actor - GAME OVER.
Comments
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Ace
That should do it.
come to think of it, I can't think of ANY iOS app that has a close button. can anyone else?
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
1 - Wouldn't that mess up crash reports?
2 - I'm thinking Apple might reject such a technique.
Also, why quit the app? One of the biggest drawbacks of GameSalad games is the slow loading times. By leaving the app running, the app doesn't have to load again.
make a button says"terminate this app!!"
when touch is press spawn 1000000000000 actors
Calvin
There are easier ways to crash a GameSalad game. I'm thinking an expression with a missing parenthesis might be a better route. Just spawn the bad actor - GAME OVER.