-
Flappy Bird spawn poles physics?
by Approw ·Top Pole: -
Flappy Bird spawn poles physics?
by ofekez ·What is the btm pole physics and what is the top pole physics? -
Gaps appear between actors in overscan mode?
by ParkGames ·I have two actors of 64x64 blocks sitting exactly on top of each other in an iPad project. All is fine in the creator but when played on the viewer a 1 pixel gap appears between the blocks. This only -
constant motion for actor
by buftea ·I have found a tutorial for elevators , were the second actor copies the motion of the elevator when it touches the top surface of the elevator. -
Why mi actor hero when is walking sometimes stop
by agueis ·I solved the problem: instead of collide with the platform the actor hero collides now only with the top of the platform. -
Spawning actors where scene ends
by ImNiklas ·I'm not quite sure what you mean, but if you do mean that the scenes are different sizes and you're currently spawning them by that position. What I mean is that if one scene is 5000 pixels wide, you -
Save The Planet HD - first iPad game re-launch
by Davidramsey2003 ·Ducky Dev (thats me) presents a new casual endless action game for all ages! Gather space junk and destroy satellites to save the planet. Earn medals and power-ups, and try to beat the high score. -
Anonymous earnings poll
by Wboko ·(Quote) -
Anonymous earnings poll
by UtopianGames ·We've had 2 top 20 games Bumps and Red Ball of Goo that both made over $1500 a day while they were flying high, one took 3 months to make one took 24 hours BUT on the flip side we've made games that t -
App tester simply can't see ads
by Thunder_Child ·Hmmmm. My first thought when I read this. I'm guessing...you built the game in iPhone format (iphone5)....you tested on 5...but when publishing you didn't use the stretch option so your ad when play -
How to get rid of random spawned actor when new random actor is spawned
by AlkaPP ·you want to destroy the old actor before the next actor spawn or after? -
How to get rid of random spawned actor when new random actor is spawned
by creationdesign ·every random seconds. Is there a way to link the destroy self behavior to when the next actor is spawned? That way it doesn't happen at a specific time, but at an event? -
How to get rid of random spawned actor when new random actor is spawned
by AlkaPP ·put a timer into your actor after 10 seconds then destroy self. Or any seconds that you want the old actors to be destroyed. -
How to get rid of random spawned actor when new random actor is spawned
by creationdesign ·and stay and stay, so they build up. I've tried destroying them, I've tried even setting the alpha to 0, but they just won't go away. Any ideas? Is there a rule that I can use specifically? I thought -
How do you make an actor invisible?
by Gnarly ·actor opacity set to 0 will make it invisible. You could use it in the back layer and everything else in front. -
How do you make an actor invisible?
by bij_s ·send backward but it's not working and it is the top layer. so it covers everything else on the page. -
Black Story! lateral thinking puzzle story. Can you guess the story by asking questions?
by Tosanu ·@timolapre1998 honestly this one was hard to answer, (and thats baiscally a hint_ but im going to say no, he didnt say anything to destroy it. -
Looking for developer
by dimaklis ·A few things about the game: It is a puzzle, 2d, top-view, cartoonish style, mobile game comprised of 100 single-screen separate levels. If my opinion counts, I consider it to have a relatively origin -
Super HEAVY Sword now Available on iOS
by beefy_clyro ·Top work as always Ash (Image) -
Destroying an Actor
by JSproject ·Make a rule within the actor you want to destroy that checks if KillActorX = true then change that global attribute back to false within that same rule and then destroy.