-
Constructive criticism?
by simplegamedev, ·* On "hard" the purple blocks will spawn the +~ on the top, not on the touch x,y. -
Checking available space
by gyroscope ·With a table. Basically, say you can fit 10 spawn blocks into your master block, make a table with 10 rows. Make the column integer, fill up the column cell values with all 10 possible y coordinates o -
Checking available space
by sevek ·A smaller block is spawned at a random height inside of the master block. -
scene.camera.size.width.......?
by Socks ·(Quote) -
scene.camera.size.width.......?
by BasGoodboy ·Also.. assuming i eventually will find this camera rule.. I was thinking.. for the actors which aren't on scene but get a spawn.. how can i change those camera points then? -
Anyone release an Ipad only game?
by gyroscope ·Always room for "cool unique experiences" on any platform, for certain - you/we just have to find the one that'll take the buying public's interest - buyers are notoriously unpredict -
Anyone release an Ipad only game?
by CodeCell ·Do you find people still willing to pay for an iPad only game? Not that there is an issue with money, it's an issue of " are people still looking for cool unique experiences" -
Tap To Start Screen
by bjandthekatz ·When touch is pressed (change scene). Or when touch is pressed change attribute start to true. When start is true (spawn pipes and make bird move) -
Scrolling Backgrounds for iPad?
by Angeloblu777 ·Thank you Jamie for your help. In Spawn Behavior I change x location from 1536 to 1532 and now I don't have a gap any more. -
Scrolling Backgrounds for iPad?
by jamie_c ·@Angeloblu777, in your behaviors for the background you'll need to overlap them slightly. I left the gap on purpose so you can tell the background was scrolling. You need to update your Spawn Behavior -
velocity attribute + random spawn around screen
by gyroscope ·spawned actor A, i.e if you want them spawning every 5 seconds, make its value 5 -- -
Actor's spawns gradually increase in speed.
by fadamion ·You can do an attribute that every spawn adds velocity to the global velocity. -
Actor's spawns gradually increase in speed.
by sportserh ·I'm creating a game where a actor will repeatedly spawn on the right side of the screen and move towards the left side of the screen. -
Load saved score problem?
by http_gamesalad ·Do: spawn actors randomly -
Spawn an actor at one of two places
by RThurman ·One way to have random placement is to generate a random number between 1 and 3. then if the random number is 1, spawn the actor to location 1. If the number is 2 then spawn at location two. (And s -
Is there a way to copy Behaviors from one actor to another?
by ookami007 ·It's trickier if you want to do the same thing between projects because of unique id numbers assigned to objects and attributes. -
Spawn an actor at one of two places
by austincolepage ·One said actor collides with said actor, it spawns said actor at 120 up and -200 away, relative to the actor. -
I Antigen - NOW ON IOS!!
by miles84 ·Learn some basics of the immune system in this action packed unique game. -
Game mechanic problem
by lkmad ·of a throw) shoots out either particles or spawns another actor. The tricky part and the bane of my existence is I need to also control where the spawned actor will go. For example, I need you to be -
velocity attribute + random spawn around screen
by gyroscope ·spawned actor B, i.e if you want them spawning every 5 seconds, make its value 5 --