-
Spawning from table
by SEMA ·Hey, i want to spawn enemies from a table but can't figure a way to do it. -
New Website Connecting Developers with Gamers
by Football20 ·Hello Indie Developers, The DynamiteApps team has launched a new, unique and exciting website allowing game developers to showcase their work to gamers around the world. We are currently in our Pre-La -
Screen misaligned after device wake up (Android BUG) My solution
by RocketBrain ·anybody have any solutions that'll work across multiple scenes? i tried putting in an actor that had camera control that would spawn where i wanted the camera and it kinda worked but ended up causing -
Outside the Box - Upcoming Kickstarter campaign needs YOUR app icon!
by gingagaming ·to see what I have been upto and how you can take part in the unique advertising idea! -
Stupid Duck coming this Sunday!!
-
Making a music note identification game.
by Socks ·I got as far as "9 static spawn points, (notes of the staff)" - after that I'm also not sure what's being asked ? -
Stupid Duck coming this Sunday!!
-
Making a music note identification game.
by robb1066 ·I have 9 static spawn points, (notes of the staff) what's the best way to have the points matched with a text answer? i.e. answer A=x330 y220 B= ...etc. -
Does Gamesalad automatically convert WAV to OGG?
by Socks ·With 'sound' I doubt it'll have any noticeable effect . . . but if anything it would - of course - place a higher strain on the device as it needs to be decompressed, but without knowing all the detai -
Custom Level Creator
by Armelline ·Save the locations and object types to a table, then spawn them on the scene used to play the level. -
Performance question. Accessing, destroying actors.
by AlchimiaStudios ·You could also try using the replicate behavior if the actors all use the same type of logic, or spawning only what's needed in the camera space at a time. -
How would I go about making an endless game that constantly goes north-east
by Icebox ·actors and change its width to a random value , spawn the ground actors to the position you would like. , i attached a demo if you want to look into it , but the movement is messed up ( not the best -
How would I go about making an endless game that constantly goes north-east
by Game Factory ·I go about this when it comes to scene size and spawning the platforms? Would I just make an insanely huge scene or is there a way to make it bigger as the player keeps going to save memory space? Al -
Amazing fun card games to play with friends and family
by jane.otella ·Unique Features: -
How to switch between pictures for an actor?
by Icebox ·and height to fit under. Or you can destroy and spawn a new actor but i wouldnt recommend that. The image wont change anything , your actor will remain the same size even if you put a smaller image i -
Performance question. Accessing, destroying actors.
by AlchimiaStudios ·For example you wouldn't want to spawn non-stop, have particles going at a spawn rate of 500, loop twice per frame, and have collide with high accuracy on with hundreds of actors. -
How to get enemy alerts
by ohtukrw ·(Quote) -
How to get enemy alerts
by Socks ·If you want to limit the amount of spawns (let's say to 200) . . . make a game.attribute, let's call it 'S'. -
How to get enemy alerts
by Socks ·--Spawn something -
How to get enemy alerts
by Icebox ·if i wanted to spawn after random number of seconds , and repeat the same timer over and over, I will have to put it in a condition with a game attribute ? Is this the way to approach it ?