-
Wait, WHAT is the Think Outside The Box Contest?
by 11clock ·I'd like to see a unique theme that hasn't been done before. The ocean theme was kind of lame, as we already have plenty of ocean games. -
ePig Surf Now on app Store!
by Asobu_Games ·am currently working on and just made the tiles spawn a few pixels closer together. Anyway not a big deal. I will definitely leave a positive rating and review when I am at my computer today (Image) -
Problems with conditions
by Krogothic ·I can only offer basic advice on how I would trouble shoot this. I would make actors to display the spawn counts, times destroyed and monitor them on screen, also anything that can effect the trigger. -
Problems with conditions
by gyroscope ·Spawn actor(s) -
Problems with conditions
by gyroscope ·Spawn actor(s) -
★★★ Story Land for iPad Out Now ★★★
by UtopianGames ·Welcome to Story Land, a beautiful and unique living storybook full of fun for you and your kids to learn and play in! -
Need Help: actor to transform into another actor at a slow speed
by gyroscope ·When your actor is pressed, spawn a second actor (with your second image) in the first actor's exact position. Make sure this second actor's alpha is set to 0. Make two integer attributes, let's call -
Causing actors to become non-movable once hit
by gyroscope ·You could destroy the actor and spawn an unmovable actor in its place? -
Causing actors to become non-movable once hit
by ShineyGames ·you could destroy the actor and spawn a unmovable actor in its place? -
Random Time Spawning Help
by Tmerkel ·I'm working on a game that requires that an actor is spawned at random, between say 2 and 6 seconds. As the game gets harder, the range will get more challenging. I can't seem to get it to do this. I' -
Actor Placement On Dynamically Generated Grid
by Mack_Dundee ·above, instead of clicking on a grid position to spawn a "piece" actor in a particular spot, the display automatically lists it's grid position at -1.7 instead of it's correct grid -
weird timer issue. rule works, unless i use timer :(
by pjnolen ·What's odd, is I probably have 100 timers in all kinds of things, from badguy and goodguy fire rates, bullet and gun rotations, badguy movement and spawn. I have them all over the place, they all wor -
weird timer issue. rule works, unless i use timer :(
by pjnolen ·to, or less than 0, timer, AFTER 2 seconds, then spawn 'game over' scene. -
iphoneapptrailers.com - promote your app or game in a unique way
by Hunnenkoenig ·Hi all! -
Causing actors to become non-movable once hit
by gyroscope ·A variation is to have the immovable block replace the moving one with a Spawn Behavior. -
Adding +1 to Score Only Once
by HolyHippo ·One thing I forgot to mention. I'm having the same 4 objects repeatedly spawn on one side and scroll to the other. So having this set up now I tap the one object and the score increases by 1 but when -
Tracking Game Stats
by SlickZero ·Yes, you use save and load attribute behaviors. In the button you press, add a save attribute, save the attribute from the drop down list in the expression editor, and you give it a unique tag name (w -
Help with randomly-placed spawning
by gyroscope ·In that, put a Spawn Behavior. Choose the Actor to be spawned, and for the x axis Position, click on the "e" to get to the Expression editor, hold down the second disclosure triangle -
Help with randomly-placed spawning
by butterbean ·Create a global integer value, and call it "spawn random actor" or whatever you want to name it. -
Help with randomly-placed spawning
by mrchris317 ·Hi Im new to the forums and I was just wondering how do you spawn a random actor every few seconds in different locations on the screen? Thank you.