-
Fast Frame Swap
by Socks ·(Quote) -
Fast Frame Swap
by Fajlajp ·Constrain attribute: self.image to "Pirate_"..(floor(( self.Time*10)+40)%14) -
Armelline's Free Stuff For Everyone (check first post for the latest update!)
by Armelline ·(Image) -
All-time High Score
by W.HodgesStudios ·I was wondering how I could get an all-time highscore on my game. It needs to be saved even after I quit the app. I am close to getting it, but I do not understand how the "Save Attribute& -
Flappy Bird!
by W.HodgesStudios ·@bjandthekatz What do I do for the "key" part of save attribute? -
Having a bank system?
by BasGoodboy ·Then, if you collect a coin, by for example reaching a certain level or touching a certain actor (for example an actor with 1 coin on the image), change attribute 'bank' to 'bank+1' or on the actor wi -
Having a bank system?
by bjandthekatz ·You would do it that way. Just make sure to save the coins attribute after adding anything to it. Whenever the shop scene is opened there is a behavior to load the coins attribute last saved. -
Having a bank system?
by http_gamesalad ·Change attribute -
Bouncing Bullets
by spartan1123 ·So I have an actor that shoots a bullet that bullet moves using the move attribute, but when I try to put a collide attribute to make the bullet bounce the bullet freaks out. So i need the bullet to b -
Having a bank system?
by http_gamesalad ·For some odd reason I can't figure it out. I know it'll involve a change attribute and some integers. I thought it was simple at first but when I do it it doesn't work properly. -
Basic shoot em up manual: adding health to the player ship and the boss
by MiniKim ·* Click on Attributes -
Max Value for an Attribute
by Paxton ·If you want to keep an attributes value between a min and max use Constrain Attribute like this, MYATTRIBUTE to min(max(MYATTRIBUTE,0),XYZ) , where XYZ=max value for your attribute. -
Max Value for an Attribute
by -Timo- ·constrain self.size.width to min(200,self.size.width) -
Question about resolution infree version gamesalad
by Socks ·(Quote) -
Question about resolution infree version gamesalad
by Indarkness1988 ·x-constrain propasitions -
[SOLVED] Equation Randomly Stops Working
by JoeB ·So I have an equation : Change attribute: self.Happiness Percentage to self.A/self.B -
score not resetting
by mr_potato ·in the restart button there is only the attribute where when touched it goes back to game screen, in the game screen there is nothing just an image of my actor b from my previous discussion -
Different collisions for sides of an actor
by AngryBoi ·I am currently making a Geometry Dash like game, and I need to know how to do something. How can make it so when the running square collides with the side of another block, it destroys, but colliding… -
score not resetting
by gyroscope ·Hi @mr_potato Are you using an attribute that a game one (not scene or self)? Are you resetting this to zero in your restart button? Or are you using a table for your values, or are you using Save Att -
Checking available space
by gyroscope ·Because the rows are deleted one by one, that's why I suggest deleting these rows in a copy of the "master" table; that way, when you reset all the attributes to their start values,