-
GameSalad viewer save attribute?
by Oaklandasfan ·Does the GS Viewer save attributes when you quit it and come back? I don't want to release a bug fix when the bug isn't fixed. -
Jump over another actor?
by DrGlickert ·Or, you could use a "Move" attribute and if it collides with a "selected peg" then the "jumped over peg" gets destroyed... -
Better to separate rules or nest them in each other?
by ShaneS429 ·Just a general question. Say you are doing a comparison or seeing if an attribute = 1 of 5. -
Rotation problem
by Rob2 ·All works nicely but your ball or whatever character you choose sinks link a knife into butter, or pings off like a madman. It seems all collisions with actors whose xy is constrained are not going t -
Researched. But still need help.
by gazjm ·use interpolate to move the actor to the centre coordinates, to place randomly set an attribute called self.location -
Challenge to all the GS gurus.
by BackUpAndDown ·I don't like leaving too much footage of my projects on these forums in case someone tries to steal my ideas or something... Basically how I solved my problem was make a version of the frogs images wi -
Game Creation Log - BOT
by firemaplegames ·It's not built in to GameSalad, but I made a demo showing how to dynamically control the speed and direction of any animation based on an attribute. Feel free to dig through it: -
Changing Character Every level?
by quantumsheep ·Change attribute level to 1 -
Rotation problem
by m456arcus ·For them to maintain position before rotating, just have them only constrain using that formula when the event that causes them to rotate is true. -
Rotation problem
by tim13211 ·GASP! I think I got it! And it was really very simple, too. I took my 2 constrain behaviours, and added playerX to the X one and playerY to the Y one. Seems to work for now. -
Rotation problem
by m456arcus ·GASP! I think I got it! And it was really very simple, too. I took my 2 constrain behaviours, and added playerX to the X one and playerY to the Y one. Seems to work for now. -
Rotation problem
by m456arcus ·I set up a game attribute, an angle, called game.rotation_angle -
Rotation problem
by tim13211 ·I set up a game attribute, an angle, called game.rotation_angle -
Changing Character Every level?
by DrGlickert ·Are you replacing it via an image? I would make a game.attribute then a rule on the actor -
Timer Alternatives: interpolate and self.time
-
GS DEMO - Custom Font Score and Countdown
by MarkOnTheIron ·To change the countdown number change the relative attribute. -
custom font countdown
by MarkOnTheIron ·To change the countdown number change the relative attribute. -
How do you stick an actor to the left side of the screen?
by DrGlickert ·Yeah, I'd create a PlayerX and a PlayerY ( constrain these to the player's self.positionX and self.positionY) -
How do you stick an actor to the left side of the screen?
by jonmulcahy ·anywhere they want, but you could easily just constrain that actor's x position to the players position + 200 or something. -
Saving high score in my new app deletes when apps turned off. why?
by tim13211 ·you can put it any where in the scene that you need the score to load in. but i have found that the loading attribute does not work well in the actor (say the display score actor). you will also need