-
How to change speed (integer) by 0.2
by grimtooth ·Is it a game attribute, scene attribute, actor attribute, or a value in a table or array? -
How to change speed (integer) by 0.2
by Socks ·(Quote) -
How to change speed (integer) by 0.2
by nir3112 ·No matter I just need to change attribute by 0.2 every 5 sec -
Game using ONE actor
by The_Gamesalad_Guru ·change the size or any other game time editable attribute this would be no different to me than doing it with 100 actors. Heck I could even make individual overlap a d collide rules by modifying the -
Collide rules not always working
by matarua ·I have had issues with the player falling through the platform at times. Gamesalad is having to constrain my attribute all the time and then do a mathematical equation on top of that. I decided to sim -
How to change speed (integer) by 0.2
by nir3112 ·When I restart the game every thing move like the speed attribute say but if I change it when the game is running the speed will not change...(Quote) -
Changing pitch of PLAY SOUND causes "static/air noise"
by sawkastee ·Game Attribute -
How to change speed (integer) by 0.2
by nir3112 ·change attribute speed to speed-0.02 -
How to change speed (integer) by 0.2
by nir3112 ·i try this but i need to restart the game every time the speed change i don't know why but the 'real' attribute not changing anything in 'real time' so the speed doesn't changing -
How to change speed (integer) by 0.2
by Socks ·Use a 'real' attribute. -
How to change speed (integer) by 0.2
by nir3112 ·I have a attribute (speed) and I want to change it every 5 by 0.2 -
Windows 7 Bug (IMPORTANT!!!)
by lenpartington ·the "." of those attribute numbers disappears after hitting play, so it becomes astronomic. -
Hello my fellow Game Devs!
by The_Gamesalad_Guru ·You can access scene level attributes if you unlock the prototype on the scene. A prototype is the original copy of any given actor. If when you open the copy of it on the scene you'll see a lock cove -
Hello my fellow Game Devs!
by Braydon_SFX ·value of actor two's self. position unless you constrain it to a game or global attribute. You could then reference that global attribute in actor one. -
Custom font not working?
by PBEmpire ·So which rule should i use? Change att or constrain att? -
Custom font not working?
by CodeMonkey ·new event to trigger incrementation of the coin attribute. You would want the coin to increment the attribute instead. -
Custom font not working?
by PBEmpire ·When actor overlaps/collides with coin, change attribute game.coin to game.coin + 1. -
Is there anyway to see where the actor is on the screen?
by Braydon_SFX ·Sure - change attribute scene.Camera.Origin X (or Y) to ....Anything you want. -
Is there anyway to see where the actor is on the screen?
by CoolBee ·Hmm I didn't really mean actor more the difference screens you create like start menu etc where you change the attribute to move the camera to another screen -
Pressing Buttons Combinations in a Specific Order in GS
by CodeMonkey ·Make a game attribute that is a text attribute for input.