-
Starting timer after scene 1
by SamXOOO7 ·I'm still a little confused and can't seem to get it right. Any chance you could give me a little more details i'm new to gamesalad. Right now I have just the "floor((floor( game.Time %3600)/ -
Ball Pipes Physics Please Help me Out
by tenrdrmer ·but honestly if your not understanding how to constrain invisible actors your probably gonna have a hard time understanding how his setup worked. -
Ball Pipes Physics Please Help me Out
by creativeapps ·Constrain the transparent actors to the pipe actors position. add some offsets to the position so you can get it set exactly like you want. -
tshirtbooth orbit around point
by tenrdrmer ·You also need to go into the second actor and change everything that references the first actors attributes to the second actors attributes. -
Ball Pipes Physics Please Help me Out
by tenrdrmer ·Constrain the transparent actors to the pipe actors position. add some offsets to the position so you can get it set exactly like you want. -
How to make my app auto rotate when i rotate my iPhone 180 degrees??
by BobD ·When I went to scene attributes I could not find an attribute to modify. But under Devices they had a Screen -> Device Orientation (but you can only select one of the orientations landscape lef -
Resolution Independence
by 8x8n8 ·Ok let me see if I can explain this. Resolution and size are not the same thing. In gamesalad you can change the size of a 20x20 pixel image to 400x400, but it will look like crap because you will see -
How do I make the title of the game fall down to a position?
by Psmith ·A timer could be used to enable the physics attribute of the actor to "turn off" after a short period. -
tshirtbooth orbit around point
by tenrdrmer ·every attribute you created from his tutorial for one orbit you will need to create a new on for everything in the second orbit. I haven't seen the video so I couldn't say which ones. -
Pause darken
by gyroscope ·Hi scribblstudios; try putting an imageless actor over your screen. This actor's color set to black, alpha set to 0. In your Rules, just before your Pause Behavior, put Change Attribute DarkenActor to -
Longer Scene
by sevi17 ·Where do I find scene attribute? -
Longer Scene
by old_kipper ·look at scene attribute and you can find the numbers there to adjust -
Strength of Jump/Time button held
by mangaroo ·change global attribute ButtonPressed = true -
This version of GS is broken? (no)
by monsterpunch ·Nothing is processed, not even control camera or collisions or tracking X Y movements. Whats the deal? Before you say, I did not break the code, as Ive backtracked all my work. Anyone else? -
How can I make an attribute go from 1 to 2, 2 to3, 3 to 4 and then 4 back to 1.
by tenrdrmer ·change attribute to ((game.attibute+1)%4)+1? -
Any way to check all actors?
by FloridaGames ·No you can, just go to game>current scene>layer>then it list every actor> then all the actors attributes. -
Any way to check all actors?
by FloridaGames ·is it possible to check every actor for a certain attribute? Im making an inventory system, and i want it so when you pick up an item and it is stackable, it checks all the inventory slots to see if y -
1 Bullet 5 Actors!!!! Help!!!!
by tenrdrmer ·Second you need to be using change attribute self.lives to self.lives-1 if you put just -1 it will just go to -1 not decrease by 1. -
Platformer Template Glitch Fixed, But Now Jumping Problem. Need Suggestions.
by Gallardo ·I appreciate the help guys, first post here in the forum. I need help jumping and facing the correct direction. I want to jump and change pose states without using a boolean attribute. I believe the b -
1 Bullet 5 Actors!!!! Help!!!!
by calvin9403 ·use a self attribute