-
Only show actor when car collides with wall?
by jamie_c ·Use a Rule and a Spawn Behavior to spawn the spark actor when the car collides with the wall: -
Best way to Spawn 100 objects in a Game Scene size 50,000 x 50,000
by Socks ·Your code is completely different to mine, for example you have the timer as your first rule, so even if it successfully did its job and spawned 100 actors it would still be working away in the backgr -
Best way to Spawn 100 objects in a Game Scene size 50,000 x 50,000
by Socks ·(Quote) -
Spare Code ? Dump It here.
by ETGgames ·A game I started then just gave up....but some really useful code. Get a line to spawn through two touches. Obviously you can make the change attribute behaviours into constrain, and you can easily co -
Spawn actors in correct positions regardless of what device (i.e screen width)?
by Daniel543M ·Basically, in my game, a gameover actor is spawned when you lose. Then another few actors are spawned which display the amount of time that the game lasted before you lost. -
Best way to Spawn 100 objects in a Game Scene size 50,000 x 50,000
by luke2125 ·I think the issue lies within the spawn behavior, since I have in Position Set to Random ( 92, 50000 ) for X Position, and for Y Position = Random ( 74, 50000 ). However, if I changed the Max position -
Best way to Spawn 100 objects in a Game Scene size 50,000 x 50,000
by luke2125 ·Thanks for responding....Yes, I've tried it, but it doesn't spawn. The way I have set it up is I have spawn actor code on the screen, that's supposed to spawn 100 enemies throughout a scene size of 50 -
Spawn actor when key is down, but destroy when up?
by beast22ros ·So i have this game where i have this jet flying up and down. I have a flame actor set to be constrained to the jet actor. What i want is that the flame disappears when the jet is going down. (Space … -
How to de-spawn or remove a spawned actor
by tatiang ·Spawn Actor [display actor] -
How to de-spawn or remove a spawned actor
by Spacemarin37 ·I've placed the rules on the wheel, swipe controls and then 16 rules for when the arrow points at each section, each section will spawn a different actor. -
How to de-spawn or remove a spawned actor
by Spacemarin37 ·I'm trying to make a spin the wheel game, where if the arrow lands on a portion of the wheel (main actor), it will display some text (the spawned actor). I've got the wheel working, the text's display -
Spawn Actor at the middle of the camera
by EpicoreGames ·Maybe the tittle is not clear enough, so i have a moving main actor that controls the camera and i want to spawn an actor at the middle of the camera so although the actor is moving the spawned actor -
Best way to Spawn 100 objects in a Game Scene size 50,000 x 50,000
by Socks ·I don't really know what 'via Global Variable Spawn Actor' means, but did you try my above suggestion ? -
Best way to Spawn 100 objects in a Game Scene size 50,000 x 50,000
by luke2125 ·Still cannot get to spawn 100 Objects, the thing is that I'm doing via Global Variable Spawn Actor, that I've placed on the scene, but not viewable, and still nothing. It's really somewhat annoying... -
Any ideas about how to respond to this?
by dgackey ·We use this to anonymously capture unique users, and associate them with device information such as model and OS. This is used to plan our support and development strategy. We can’t identify users by -
how to change movement speed when click on actor
by tatiang ·The modified demo I posted should work that way already. If you increase the speed and it's a single game attribute for all cars, they will spawn at that speed and continue to increase afterwards. -
Is there a gamesalad equivalent for producing Apps?
-
"Why Your Brilliant Game Idea Is Absolutely Worthless"
by JSproject ·In addition the melody / undertone usually goes something like this "So I have this unique idea, you do all the other basic stuff like programming, gfx, music, sfx, marketing... then I will p -
how to change movement speed when click on actor
by ronre ·i have spawner that spawn car and i want the car movement speed to increase +50 every click on the "speed" actor. -
how to make the actor to move up and down againg and again
by Socks ·(Quote)