-
Can someone make me a snake game demo?
by BarkBarkCo ·Here is a demo of the core functionality, moving by spawn. I'm certain you can work out the rest. -
Types of Builds
by JCFord ·No Adhoc is a single version made to work on a specific device. You need to get unique codes from the end user and then make an AdHoc version for them only. You then need to send the end user the AdHo -
Rate of fire
by scitunes ·spawn bullet -
spawned buttons not working?
by BarkBarkCo ·Are there any actors(likely invisible) that are in from of them in the layer? Make sure the buttons are set to spawn in the front of the layer. -
Spawn a formation?
by Dooki ·One question though. Is there an easy way to specify spawn location? Or is my only option to play with x,y values? For example I want these actors to spawn in a "V" formation. -
Can someone make me a snake game demo?
by Photics ·I'm thinking the job could get done with timers and interpolate for movement... and lots of attributes and actors. With each bite, a new piece is spawn. -
1st look at DropZone
by butterbean ·Very cool concept and unique! Looks very addictive! Can't wait to try it out! (Image) -
Spawn a formation?
by quantumsheep ·I use the method I described to spawn multiple enemies, or multiple bullets from enemies. Don't get why it wouldn't work for you... though I do use a timer to spawn them instead of a button. -
Spawn a formation?
by Dooki ·---Spawn actor. -
Spawn a formation?
by quantumsheep ·Just add more spawn behaviours. -
Game idea - with video - feedback please.
by Ignis ·Each character/colour has a unique ability: -
Spawn a formation?
by Dooki ·- I figured out how to click on an actor that will trigger the spawn of another actor, and then be able to move it. -
Game idea - with video - feedback please.
by CannonFodder ·Each character/colour has a unique ability: -
Random spawn question
by iPhoneDevForMe ·In this "clear" actor add a timer and set it to every 5 seconds (or how often you want a random actor to spawn) change attribute game.random to random(1,5). This is assuming you have -
Random spawn question
by dee99 ·Yes but how can I spawn a random character at that random time? -
Game idea - with video - feedback please.
by CannonFodder ·players can transform into, each with their own unique attributes. -
Tightening collision detection
by JamesZeppelin ·A fix i had work for me is to have the bullet spawn an invisible actor that is a little bigger that will connect with the enemy a little longer even if it desrtroys itself after a fraction of a second -
Backlash for iPhone
by SinecureIndustries ·Flick a ball through 40 levels of a giant machine in a unique steampunk inspired puzzle experience. -
Touch once turns attribute true touch again turns it false?
by Chaser ·I would set it up so that touch the actor change attribute true then spawn another actorthat looks the same. Destroy old actor. The new actor will have the same set up except touch is pressed change f -
Have Actor Unaffected by Gravity?
by JoshKahane ·So in my newest game, the player will be falling down the screen due to gravity, however I have power ups that spawn on the screen, but I don't want them to be affected by this? Any work around?