I'm sorry, I'm completely new to this, but how would you make a pause menu? Every time I try to do it, it won't work correctly. All I know is that it has something to do with setting the time scale. Please help!
Someone else asked about this today. Set Timescale 0 will pause.
This might also help if you have touchable/clickable objects:
http://www.scirra.com/forum/topic76876.html
It's ok, I just figured out the problem. I needed to use a separate button for changing time scale.
easiest way is
on button pushed - set timescale to 1-timescale
this way the button toggles between (1-1) = 0 and (1-0) = 1
Develop games in your browser. Powerful, performant & highly capable.
I'll try that later!