-
Random Problem
by gyroscope ·Hi Ricardo, definitely got something to do with the fact of destroying the actor every time. If you delete the destroy Actor 2 temporarily, you'll see it'll work OK. -
checking if two selected objects match
by jonmulcahy ·I'm working on a new game, and I need the user to be able to select two objects, if they match destroy them, if they are not the same do nothing and clear out the selections. -
Top Games Sales
by synthesis ·My estimates so far are about 1000 downloads/day in the 100th position and about 15-20,000+ downloads/day in the top 10. -
Random Problem
by ricardorauber ·Destroy -
Top Games Sales
by MagoNicolas ·Does anyone here knows how much more or less has been the Sales of the Top Games, Like Doodle Jump or Angry Birds? -
Max Vector: Resolution - VIDEO!!!
by expired_012 ·Not really like that. Go to the itunes store and you'll see what I mean. Its huge banner at the top saying "RETRO GAMES" with a cool retro design. And then when you click it theres a -
Getting Top Summer Movies on Your iPhone4 or iPad
by stonee ·Ah, summer. The chances to take a break from worrying about work, go on vacation, and spend time with your friends and family. Well, with the new iPhone 4 and iPad gadget, your vacation life will be m -
Need a little help
by mkbeach ·I also have 3 areas at the top that shoot out the balls. I need it to shoot from 1 of the 3 every so many seconds after landing atvthe bottom of the screen and stops moving... I also need the balls -
Need a little help
by mkbeach ·I also have 3 areas at the top that shoot out the balls. I need it to shoot from 1 of the 3 every so many seconds... I also need the balls to come out to be a random color (1 of the 5). Any ideas? -
Capturing screen image - any ideas?
by gyroscope ·Hi guru-at-zidware, the only thing to do with screenshots is the screenshot camera in the top right of the Preview window; but you can't get at it, as it were, to put it into Rules. So I'm thinking th -
keep button in camera
by MagoNicolas ·Create a New Layer, And uncheck Scrolable, Then Put Your Button in that Layer. -
Tigerfish initial price
by Riffel ·Hummm... Tigersfish is not a top selling game. 3time less downloads to do the same result. -
Tigerfish initial price
by design219 ·I don't know stats, but it sure seems like the top selling games are 99¢. -
Pause mode in game
by design219 ·things that have been created and we can use for our projects. Top -
Need a "Make Bullet" solution
by quantumsheep ·I'd move the variable change back to the actor. Make sure you have your score change *before* you put in 'destroy actor'. -
Need a "Make Bullet" solution
by ck ·POM: I moved the behaviours up to the top of the bullet actor - this has improved things considerably. The variable is being updated about 95% of the time now. There are two to three targets hit, per -
Need a "Make Bullet" solution
by quantumsheep ·Say you have 12 targets on the stage, and you spawn an actor and fire it at them. onCollision, you destroy the target actor and update a global variable for score. The variable update is contained in -
Need a "Make Bullet" solution
by POM ·check that the "update a global variable for score" rule is above the destroy rule -
Need a "Make Bullet" solution
by POM ·top to bottom (very important) -
Need a "Make Bullet" solution
by ck ·I've been fighting this count thing for a couple of weeks. Say you have 12 targets on the stage, and you spawn an actor and fire it at them. onCollision, you destroy the target actor and update a glob