-
Lock actors together.
by efish ·Does anyone know if it is possible to lock one actor to another? Lets say you have on invisible actor that moves exactly like another visible actor when it is touched. I currently use the "fo -
GameSalad 0.8.5 Now Available
by CodeMonkey ·# Linear velocity attribute can now be used in expressions. -
How make this Attributes
by Rubiyooo ·Real Attributes: self.OffsetX and self.OffsetY -
Help moving a row of actors from side to side.
by firemaplegames ·To "communicate" between actors, as in your example, when one actor hits a wall, have every actor move down, you need to use global game attributes. -
Counteract Gravity
by firemaplegames ·The second Change Attribute you have above needs to be a Constrain Attribute. -
Counteract Gravity
by Dooki ·- Change Attribute= self.StartY To:self.Position.Y -
Good joystick car control???
by Chaser ·I've been working on a joystick based on multiple touch points such as touch forward button change velocity Forward right change velocity 45 degrees and rotate car 45 so it points the car in the dir -
scene menu and remembering previous scene?
by scitunes ·Create a game integer attribute called currentScene -
Can't get actor to move
by cmasterenko ·I've also tried using the accelerate attribute instead of move and still nothing. Any help would be greatly appreciated. -
shoot projectile question
by StormyStudio ·I guess if you know how far it is going to go, you can control the scale attribute, -
Question about attributes
by App_Maker ·Heres what im trying to do im making a rpg game and have the player hp attribute currently set to 100 then when i add armor the issue is that when you go from having armor =1 to then changing armor to -
Jump amount control by holding down button longer?
by bladeolson ·I am wondering if I have this kind of attribute then trigger him to jump he is no longer on the ground anymore so the longer keypress is not working? -
Apple reject my application: HELP GAME SALAD STAFF
by butterbean ·Sometimes you may leave a rule in there and it doesn't contain an attribute or anything so double check -
Jump amount control by holding down button longer?
by bladeolson ·I have created a jumping character. Right now if I push "jump" while touching the ground it sets attribute to "jump" and the jump sequence is initiated. -
Graphic bar over time
by Kamazar ·Create a new scene integer variable, and have a timer add +1 to it ever second. Constrain the size of the bar to that variable, but with a couple of adjustments so that the bar is the right size. Do y -
Counteract Gravity
by Kamazar ·What scitunes said. Always a better strategy, since move/accelerate are always fishy against gravity (and I tried tons of combination with timers, constrain and change attributes, etc). When you're us -
Want to bounce the actor
by Dooki ·...not sure what I am doing wrong. I have looked at several templates that have bounce, whether off a paddle or off a wall. They all show applying the collision attribute should do the trick! I really -
single shots??
by Dooki ·- Group:Timer= .1 sec sub attribute: Spawn actor=75/-5 -
I can´t make the actor follow the mouse
by Rubiyooo ·How make this Attributes -
SceneA goes to SceneB - 1 actor randomize image each time?
by Stormtrix ·Change Attribute: game.card To: random(1.52)