-
Saving multiple attributes
by alvinsiah ·Currently I'm facing a huge problem of saving multiple attributes values to different keys. Example my game keep track of score for each individual stage as below: -
Not Spawning Actor on First Click
by robert.mccarthy ·When clicking on the actor (Jim) to spawn the new actor (Fred) directly on top, I was then constraining actor (Fred) to my mouse position while my mouse was still down. -
Adding sound before changing image
by Clouds ·Use something that allows you to select a random image such as 'change attribute self image . . . . ' -
Tiles would be nice.
by MarkOnTheIron ·7) adding self attributes to an instance of an actor (we had it b4 and now we don't) -
Adding sound before changing image
by Clouds ·Timer . . . After 1 second change image + change attribute alpha to 1. -
When i touch the scene start to blink
by POM ·When you want to play again you need to reset your attributes for the new play , like if you have an attribute called "game over" reset it back to false etc .. -
Tiles would be nice.
by POM ·7) adding self attributes to an instance of an actor (we had it b4 and now we don't) -
Health bar issue
by JohnPapiomitis ·when attribute health is less then 200, and you collide with apple, change health to health+10 -
Health bar issue
by SAZ_1 ·in the actor which resets the level add change attributes for ALL the game rules that are affected by that particular level. -
Custom Font Question
by mELTINGsKYsTUDIOS ·I was wondering if there is a way to use two different custom fonts for score keeping. If I name one set of numbers 0-9, I obviously cant name the second set the same thing. I have only seen the one e -
Achievement Doubt
by calvin9403 ·change the attribute -
Achievement Doubt
by calvin9403 ·just make an attribute xxxacheviment? boolean false -
TTF files
by calvin9403 ·what is the attribute the you display? is it 8000 too? -
Not aligning properly.
by gyroscope ·same amount from the centre point because of the constrain to x; but because the black box is larger, it appears to be more of a difference outside of the screen area. It's difficult to explain, so I -
single use rule?
by sheepo ·Hello! The game I am working on has a shop in it which you access by using coins you collect in the game. I have it set up that buying and equipping characters are set up in 2 different rules. Everyth -
Not aligning properly.
by gyroscope ·Hey @Gnomer, the black box looks to be constrained OK with the orange box, there's probably something wrong with the camera attribute positioning; the last preview in the vid shows the orange box jump -
Scene touch constrain issues
by FallacyStudios ·In my Cam actor (which I use for scrolling from side to side) I put a Constrain attribute for a global attribute of Camera X. It constrains the Camera X to Actors self.position x-240. (The actor is in -
Not aligning properly.
by Gnomer ·Thats a screenshot from in game, there is an actor behind with the camera attribute, changing the orange position wont change anything -
Is there a Limit of how many High Scores one can save?
by jonmulcahy ·no limit at all, you just need 1 attribute per score, and one save / load rule per attribute. -
Is there a Limit of how many High Scores one can save?
by JoeMeister ·Everything is set up right. Save attribute and load attribute but for whatever reason when the game gets re started only 16 High scores are saved. Starting with HighScore17 all I get is 0's.