-
Re spawning help!
by JGary321 ·In your Spawner (Whatever actor spawns your rocks) -
Re spawning help!
by iDeveloperz ·Hi, I was wondering if anyone could help me with my problem. I am currently making a game where rocks come from the left and you have to tap them before they touch the earth on the right. But I am hav -
Need Help Joystick Control Scheme
by CodeMonkey ·Did you set the Spawn Actor direction relative to scene? -
Need Help Joystick Control Scheme
by CodeMonkey ·In the Spawn Actor that spawn the projectile in that beachball actor, change the direction to the expression, game.Angle2 - 90, relative to scene. -
spawning actors randomly
by giacomopoppi ·hey guys i need your help, i need to spawn 9 different actors: -
Random is not Random
by ccbx4321 ·I'm not sure if this is the case, but other game engines I have worked with have a "fixed seeding" option which will spawn in the same manner each time so it's easier for the coder t -
multiple spawn same actor destroy problem
by ccbx4321 ·I actually read up on a solution tshirtbooth wrote up earlier with his example code. Like I said, I have a similar problem, with my actors spawning and destroying instantly. In tshirtbooth's &qu -
Line drawing game possible??
by giacomopoppi ·i was thinking that it would be possible by getting a straight line as an actor,do something like spawn a dot on the screen by touching it. then spawn another dot and join the two dots with a line.(wi -
Spawn and Score Problem! Insert Example..Please help
by venon_it ·in my game have one spawn...when destroy actor this actor automatically redestroy.... and the score increse! is a bug? -
multiple spawn same actor destroy problem
by venon_it ·i have the same problem...in my game have one spawn...when destroy actor this actor automatically redestroy.... and the score increse! is a bug? -
multiple spawn same actor destroy problem
by tollhousestudio ·I done exactly what tshirtbooth's tut said but seriously, they still destroy on spawn the second time around.?! -
multiple spawn same actor destroy problem
by tollhousestudio ·I spawn 3 actors from 1 actor, destroy them individually just fine but when they respawn again, the destroy themselves immidiately, any ideas? -
Problem With Random and Spawn!! Bug? Please Help
by venon_it ·Hi, -
How To create a "MOLE" Game ? Thankss
by venon_it ·i have 6 HOLE, and insert one spawn with in random every 2 sec generate random(1,6) -
Touch, drag, destroy while touch still on
by beaudoin_n ·My spawner object -
Lightspeed Racer! -my GameSalad/Macworld entry
by quantumsheep ·Like all your games, they seem to have a very unique style, which I really enjoy! -
How to spawn actor in direction of mouse
by jonmulcahy ·On the player I have a rule that says when Touched = 1 spawn bullet -
How to spawn actor in direction of mouse
by abhi19 ·But I think I misled you with my question. I was thinking the actor would spawn in a set spot, say the player, and then move at the direction of my mouse. -
How to spawn actor in direction of mouse
by scitunes ·I think you can create two real game attributes (spawnX and spawnY). -
How to spawn actor in direction of mouse
by abhi19 ·I want to spawn an actor and have it move in the direction I clicked my mouse. Something like V for Vortex did the portal (vortex) spawning.