-
Resetting memory
by gamesfua ·@fryingbaconstudios i'm not entirely sure about the claim of deleting attributes etc. affecting performance. I've been working on an attribute intense game for almost a year now. I've been deleting sc -
Getting good fast?
-
Jumping
-
Transfer Custom Behavior blocks
by Socks ·(Quote) -
Transfer Custom Behavior blocks
by sparkania ·tried it. Copy and Paste is a bit touch and go. sometimes it works (in other aspects of game creation) but I have not been able to make it work with attribute blocks. Sometimes even in the same game, -
Help with countdown timer bar
by tatiang ·In order to pause time, you have to create your own timer attribute rather than using the built-in game.time, scene.time, or self.time. -
Crazy RAM Usage (pelase help)
by nimatahami@yahoo.ca ·I've posted before about RAM usage of my app, the problem is when I check the RAM Usages on GS when I test the app on my iPad, there is a very high usage of Image & Game Engine. Those are the -
Actor rotation Constrained
by mrpacogp ·Constrain distancefrommouse = mouseposx-cannonselfx -
Help with countdown timer bar
by knedy ·Is there a way to make a countdown timer bar that actually stops or pauses when a button is pressed or attribute is changed? -
Need Some Advice - Preparing to build 1st game - Dominoes Based
by ds1239 ·save a score, do the same thing but in a change attribute, tablecellvalue for the attribute being changed, then change it to a number. REMEMBER: if you just have change to 1 and the person has 3, th -
Order of behaviors
by mrpacogp ·Fucking lol, why i can save an attribute "if > 1500"?? all times saved as 1,5!!! -
iPhone position of touch problem.
by DoomedtoFailStudio ·I have this problem in a game im currently working on. What I did was make an actor, 2 real attributes, and 1 integer attribute. Then when touch is pressed on that actor I change the real attributes t -
Actor Collision
by Hexxiss ·Is there a way to constrain a collision box to the actor that would be about the size of the character, that would then cause him to stop, when it collides with a wall? -
Text String Character Count
by gyroscope ·Change Attribute WordUp to WordUp.."a" -
Help With Table Coding?
by tatiang ·If the player needs 50 stars each time to unlock a new level, just set game.StarsNeeded (index) to 50. Each time the player collects a star, do Change Attribute game.StarsNeeded to game.StarsNeeded-1 -
Help With Table Coding?
by tatiang ·Change Attribute self.StarsFound (integer) to tableCellValue (StarsFound,game.Level,1) -
Resetting memory
by zzap64 ·My audio is triggered by actors with simple logic when an attribute is true & just play that audio file. I have approx 300+ audio files mostly played sequentially. -
Actor picks random directions to move
-
Help with screen res iPhone 5 and 4
by carlblanchet ·if device.screen.size.width/height = 568 -> Change attribute self.position.x/y to their normal location. -
Question about sound on/off button
by Xanpakuto ·Attribute SoundOff interger = 0