-
Save and load high score?!
by Bowhill Games ·@Are Skarstein Kolberg most likely you are setting your text behaviour before you have loaded you highscore attribute. -
How to let item follow one another in swift succession?
by imjustmike ·Control the image using a integer self attribute. -
Saving and loading high score
by mhedges ·Change Attribute game.HighScore to tableCellValue(HighScoreTable,1,1) -
Saving and loading high score
-
Save and load high score?!
-
Timers
by LivieGames ·and the constrain att: game.myTimer -to- game.myTimer+10 -
Timers
by LivieGames ·I made a real game attribute myTimer set to 60 and added the rules to main character I can't seem to figure out why its not working -
Table of Responses
by imjustmike ·You need to create a new self interger attribute, let's call it randomtext. Then, set that integer to a random number, matching the number of responses: -
Custom collisions and rotation out of sync!
by jay2dx ·Hmmm yeah I do have can sleep checked and better collisions unchecked! Will try that (Image) -
Custom collisions and rotation out of sync!
by The_Gamesalad_Guru ·Do you have can sleep unchecked and better collisions checked? -
Timers
by Socks ·Here's another way, make a real attribute 'A', set it to to 60: -
Custom collisions and rotation out of sync!
by jay2dx ·As the title suggests I'm finding that if I have a custom collision actor that rotates, the collision data will become out of sync with the actor after a short while! -
Dragging objects when scene size is larger than screen size
by Socks ·Add camera origin x and camera origin y to your constrain x and y. -
Timers
by LivieGames ·constrain: game.myTimer to 60-(game.Time-game.startTime) -
Dragging objects when scene size is larger than screen size
by jrj.clark ·I want to move touch an object and drag it around the screen. This is fairly easy: just constrain x and y to touch x and y. -
Increase actor size smoothly
by imjustmike ·Out of interest, why is having the width increase directly in the constrain smoother than constraining to an attribute that is modified? -
Scrolling Left to Right - Unintuitive, please help?
by JoeB ·I have an self.offset attribute -
Increase actor size smoothly
by Socks ·----Constrain width to self width +(width / 25) -
Increase actor size smoothly
by Socks ·(Quote) -
Increase actor size smoothly
by imjustmike ·I've got an actor's width constrained to an attribute that goes up or down by different increments. At small increments, the actor's size increases relatively smoothly, but at great numbers it begins