-
∞∞∞ Addicted..HD by sciTunes (video) ∞∞∞
by scitunes ·Very cool and unique Vibe! I like it! (Image) -
∞∞∞ Addicted..HD by sciTunes (video) ∞∞∞
by butterbean ·Very cool and unique Vibe! I like it! (Image) -
Limit to number of actors
by saeedhafez ·I created an Ipad game were alot of actors increasingly spawn on the screen. The actors come wave by wave and increase in number. Everything worked fine when i was testing on the mac, but when i uploa -
Best way to spawn
by ORBZ ·I use spawn, but i don't use it inside tight loops. But for example... i DO use it to spawn bullets believe it or not. It works fine because bullets are dumb and simple. I wouldn't use it to spawn -
Best way to spawn
by specialist_3 ·Spawning uses up memory and can lower FPS. -
Best way to spawn
by scorelessmusic ·I know that there are many who would try to avoid spawning if possible. It just takes some juggling with bringing a pre-determined number of actors on and off stage. -
Spawning an actor in front of an actor (by tapping a different actor)
by mguniverse ·Basically there is an object in the middle of the screen (let's call him Robot). I am trying to make it so when I click on an actor (let's call it button) it spawns an actor (called Box) in front of r -
Curved surfaces like BUMPS
by UtopianGames ·If your using a lot of the same curves it might be a good idea to jot down the x y positions relative to the sprite of the curve and spawn the masks, that way you wont have to manually place them all -
Untitled - surviver game - wip
by LAdrian ·Like the title said the game is a survivor type, zombieville and twin-blades are the closest type but it won't have zombies. It will have a few unique features that will separate it from the rest but -
Best way to spawn
by Breezeonhold ·My game runs super slow on my ipod touch and was wondering if I could some how make it faster by changing the way my spawners work. -
How to create enemies who shoot?
by bigticket21 ·So here's the idea. The enemies spawn at the left part of the screen, they run to the right part (only X attribute needs to change, they're not going up), and when they reach a point near the right en -
Castle Climber Lite
by DaneC020 ·Going to go download it now and check it out. I wish you best of luck with your app! I think it has a unique style which is always a good thing. I will let you know how the controls feel later today -
reset game lives? Kill actor?
by Dooki ·- Main actor races against the clock. Time runs out and a "retry" actor appears (spawn). -
how do i make an actor come back to life after i destroy it
by reddotinc ·If you "destroy this actor" then you will have to re-spawn it. -
how do i make an actor come back to life after i destroy it
by Hachiko ·Or spawn a copy of the actor that was destroyed. -
Bullets In Gamesalad!?
by ORBZ ·It uses no game level variables and can spawn multiple bullets at once and they all act independent of each other. -
Bullets In Gamesalad!?
by scitunes ·Let's start with the easier part. Spawning a bullet: -
Bullets In Gamesalad!?
by Eminem ·I have a actor and i want it to release / spawn an actor (Bullet) anyway i can do this ? and the way i want this is when the user taps on the enemy the bullet will then goto the actor that is pressed -
Random Spawn Location Help!
by HawtSawce ·I have had simillar problems. Firstly I have been working on iPhone resolution so had to make things for that resolution(960x640 iphone 4 or 480x320 < 4). Also, if you open your spawner entit -
Random Spawn Location Help!
by GameCre8tor ·In my game I have a spawn point which spawns an actor. My map is 1,000px X 1,000px. On the spawn point I have a timer with a spawn actor behavior. The X location is "random(1,1000)"