-
move an actor radomly
by thelittledevil ·I can't make it work. How can I put the "self.randomX" or "self.randomY"??? everytime I write it down at the change attribute it changes to "game.randomX& -
Hotel Rush 1st day sales - pretty good
by StusApps ·Rankings didn't improve that much with the price drop, in most places they were down. I would attribute most of this to the fact that as time progresses of course it will decline. Again, you can't tel -
move an actor radomly
by firemaplegames ·In the actor, create two integer attributes: randomX and randomY -
Multiple Actors vs Animation
by AfterBurnett ·There are no collisions or anything on them (Image) -
GS 0.8.9 Game Engine Memory Leak
by synthesis ·I will test TOXIC ROACH tomorrow (heading to bed now). I will remove collisions and see what happens. -
GS 0.8.9 Game Engine Memory Leak
by smc1979 ·Well the test seems to confirm the memory leak is in collisions. -
GS 0.8.9 Game Engine Memory Leak
by firemaplegames ·I made a quick test with my mouse avoidance demo on my wall (which uses 210 Constrain Attribute behaviors). -
GS 0.8.9 Game Engine Memory Leak
by smc1979 ·The test will be where I will leave all rules but remove all collisions and see how the memory plays out. -
Constrain to circle DEMO
by firemaplegames ·Here is a demo showing how to constrain the dragging region of an actor to a circular area: -
How to save score automatically?
by firemaplegames ·Wherever you are increasing the score, just add a Save Attribute behavior after that. -
Make scrolling background stop suddenly?
by WolfieEnsalada ·Hmm... this isn't working. o__o" I have the Move behavior on the background, and I dragged a Rule in with an Attribute that says what you wrote, reddotinc, and set the Game Over Rule so that -
How to save score automatically?
by JonathanTynan.com ·out how to save is to use an actor with a save attribute and when clicked on it, it saves. How do you save automatically? -
GS 0.8.9 Game Engine Memory Leak
by smc1979 ·One thing in my game I do have a lot of collisions. You said you have none, that might be something to look at in tests as well. -
Different speeds on different iPhones
by NexusGameStudio ·Now, is there some sort of work around to get it running at the exact speeds across all models of iPhones? Too bad there is no option for "if on iPhone 4 - then apply this attribute" -
Resetting Scene Doesnt Reset Physics/Animation
by TouchTiltGames ·I had an attribute for the explosion and I just turned off the explosion attribute on the reset button hehe. -
GS 0.8.9 Game Engine Memory Leak
by synthesis ·.....constrain height to width -
Resetting Scene Doesnt Reset Physics/Animation
by TouchTiltGames ·Hmm are you saying setup an attribute for the Reset button and actors with the animation that if pressed, change animation to 0? -
Resetting Scene Doesnt Reset Physics/Animation
by TouchTiltGames ·Even with something like a: ifAllMotionStopped attribute is set to false it still replays stuff like this and doesn't truly reset. -
Best way to Have a Rotate to angle and then Shoot
by scitunes ·What I would do is have an angle attribute called self.shootAngle and a boolean called self.shoot -
More Questions
by quantumsheep ·You add these by having your scene visible and clicking on the centre tab 'attributes' on the sidebar which shows all your actors. This is a global variable you're adding.