toggle menu
Categories
Discussions
Dashboard
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Dashboard
Sign In
·
Register
×
Home
›
GameSalad 101
›
Working with GS (Mac)
pausing a level
steeler0038
Member
Posts:
153
May 2011
edited November -1
in
Working with GS (Mac)
I want my levels to be paused when you first open them, because the player is going to place different objects around the screen and then press play. What is the best way to set this up?
Comments
RedlerTech
Member
Posts:
1,583
May 2011
just make the objects non movable, when attribute play is pressed = yes, change self.physics.movable to true
_________________________________________________________________________________
Next Gen Entertainment Store
GameSalad Community Project
Quality Game Making Service
1 On 1 Project Help
Free Pong Remix Template!
Game Creation Log - B.S.
JohnPapiomitis
Member
Posts:
6,256
May 2011
the moveable attribute cant be changed during gameplay
have a attribute called startgame and have it set to zero. when you press your play button change startgame to 1.
and make sure all the rules for the actors you want to pause are in a big rule that states when attribute startgame=1
so there not active at all till you press play
cheers
Sign In
or
Register
to comment.
Comments
_________________________________________________________________________________
Next Gen Entertainment Store
GameSalad Community Project
Quality Game Making Service
1 On 1 Project Help
Free Pong Remix Template!
Game Creation Log - B.S.
have a attribute called startgame and have it set to zero. when you press your play button change startgame to 1.
and make sure all the rules for the actors you want to pause are in a big rule that states when attribute startgame=1
so there not active at all till you press play
cheers