-
character jumping on moving platform?
by allc1865 ·bumps my platform, it'll go flying away. I have collisions set up already, and Also, I can't turn moveable off, because then it wouldn't move... So that wouldn't work. Any idea? Thanks! (Image) -
Build 0.10.4.1 is available!
by Bad wolf Guy ·(Quote) -
Build 0.10.4.1 is available!
by EIGHTHSIN ·If you drag 2 (or more) of the same actor on to the scene, and try to modify an attribute so the two (or more) have varying values, you cannot. They are tied. Is anyone else having this issue? -
spawning issue: spawns 2 actors instead of one
by vincentW ·The second rule changes the spawning attribute every 5 secs to either 1 or 2. -
drag an actor anywhere
by KevinCross ·You have to keep in mind that with "Move To", or "Interpolate" you can no longer drag the actor. Constrain is the best way to drag the actor. It drags reasonably sm -
drag an actor anywhere
by Gamepenciler ·Actually the attribute move to is exactly what I needed.. I didn't realize to use other attributes aside from change attribute... thanks again @kevinCross -
drag an actor anywhere
by KevinCross ·Use constrain instead of change attributes. -
How to teleport an actor without using constrain atributes?
by gyroscope ·So based on this new info, perhaps try my updated suggestion (using Change Attributes as @KevinCross suggested): -
How to teleport an actor without using constrain atributes?
by KevinCross ·I think I use change attributes in my game when I wanted it to go on and off the screen depending on the value of a boolean. I used it for a reset/restart game button. -
How to teleport an actor without using constrain atributes?
by GLA ·let me be more clearly...i have an actor outside the scene and when some atribute changes to true i want that actor to apear in the middle of the scene, and when is false to go back to the initial pos -
How to teleport an actor without using constrain atributes?
by gyroscope ·Hi @GLA, if you don't need to have "remembered" where a moving actor is teleporting FROM, then you've no worries about using Constrain Attribute behaviours anyway in this situation.. -
How to teleport an actor without using constrain atributes?
by GLA ·How to teleport an actor in a specified position(well known x and y values, lets say x=480, y=320) but without using the cnstrain atributes command? -
Problems with speed in Accelerometer
by -Timo- ·You have to put it in a rule? If a key is pressed or if an attribute is true, accelerate. -
Blow fly on rubbish animation
by Socks ·Constrain self.position X to . . . -
gamesalad not showing art?
by tenrdrmer ·do you have some sort of change image or attribute behavior in the rules somewhere that is affecting the image attribute? -
Problems with speed in Accelerometer
by nir3112 ·(Quote) -
STAY! in landscape mode
by charliehgreen ·I've read the other post and I went into the Scene > Scene Attribute settings and checked only "Landscape Left" and "Landscape Right" but it still turns once -
reseting game
by -Timo- ·Put the change attribute score to 0 above in the rule. If this doesnt work then put the change game.game reset in a timer -
Making character jump?
by The_Gamesalad_Guru ·That because you're cutting off the rule before the code get's to the score or the reset. Remember this is logic and things happen in exact order in a rule. You change the attribute condition first. T -
How to make a random timer?