-
Free art on the GameSalad Academy!
by AlchimiaStudios ·So we need to attribute whom in this case? Gamesalad itself, or the artist who created them? -
made my game in 480x320
by Franto ·The alternative would be to look at Game under attributes, and look under "Display Size", there you can alter the width and height manually. -
How can an actor follow an another actor moving in circle?
by Simple Apps ·(Quote) -
How can an actor follow an another actor moving in circle?
by Socks ·Constrain the X and Y positions of B to the X and Y positions of A. -
Or?
by KevinCross ·If you don't want to use tables then have 3 rules and an attribute to store the random number i.e.: -
How to save progress (collected coins, gems, etc.) and be able to transfer it to any device?
by xwrbnx ·* Change attribute Gold = Gold - 100 -
Jam when creating endless runner.
by tintran ·(Quote) -
Jam when creating endless runner.
by BBEnk ·Instead of using constrain to move actor use Accelerate but set it's speed high like 1500 or ETC, and then limit your actors top speed to 300 in it's properties, That way PHghost rule will work, and y -
Jam when creating endless runner.
by tintran ·This doesn't seem to work for me...maybe because I have a constrain velocity.x = 300 -
Jam when creating endless runner.
by tintran ·(Quote) -
Jam when creating endless runner.
by Armelline ·But the invisible actor saves you constraining the player's position to a game attribute. If you're constraining it anyway, then doing it this way saves an actor. -
Flipping character sprites to face opposite direction when going backwards
by RThurman ·Use a change attribute behavior: -
unlock characters
by dustingriffie ·Before you go down that route, I would follow Guru's advice and make a table. It will save data indefinitely and achieve this. Make a table column for each character with boolean or integer, I prefer -
Why cant we access the physics attribute of an actor ?
by Icebox ·I wanted to know why cant we change the moveable attribute while the game is running ? Is it not possible ? Or is it not really useful to many ? -
score is not stopping
by dustingriffie ·if playerDead is false, every 1 second, change attribute score to score+1, or whatever the scale of his scoring is. If playerDead is true, score will not continue. -
In game shop
by dustingriffie ·1. Then save the table value. Next you want to constrain the table cell value to an integer attribute, I am going to call it newAttribute for now. Then what you can do is make a statement saying if n -
unlock characters
by vindictuss@yahoo.com ·i did make an attribute and i have succesfully create the system with all your help just one problem that when i unlock one character (boolean) and then change scene and load all the character are unl -
Stuck Bouncing Against Wall
by app_sauce ·I am making a game where a ball is bouncing against the walls in an enclosed square. And as soon as the ball gets fairly close to a wall and is moving relatively parallel to the wall it gets &quo -
How to change color whenever it gets hit?
by zajinakajazz ·All I know is that I change attribute of red -1, green -0, blue to -0. But color changes dynamically everytime it gets hit is something I couldn't get by myself. -
supply drops need help
by jamie_c ·@derka6391 I agree with @goliath, set up an Attribute that keeps track of what weapon is equipped. Then have your supply drop check this attribute and provide the correct ammo.