-
Armelline's Free Stuff For Everyone (check first post for the latest update!)
by Armelline ·Any chance a mod could update the first post with the Spawn on Grid? Plan to add a new thing tonight and don't want things getting too behind (Image) -
Scene change loading wheel
by sawkastee ·not part of the current activity off screen and spawn or interpolate them into view when they are needed. Any issues with this approach? -
How to create a sword attack after a button is pressed on the scene?
by Tosanu ·Yes. What you need to do is first have a set of game attributes watching the player X and Y position. You then, at the same time in the rule as the animation, spawn an actor, invisible. Thsi actor wil -
actor rotating out of control (frustrated: ( )
by allc1865 ·In the gun actor I have, when attribute is true, every. 03 seconds spawn bullet, and rotate to the players position. This works great, except when I go back into the rules to change something in the -
multiple bullets in the DIRECT center of the actor
by Hopscotch ·Drag Enemy actors onto the scene, double click each instance and give it a unique ID value. -
Need some math Help.
by Manto ·Btw, did you know you can spawn walls faster by spawning setting up the spawning in the wall actor? Here's a demo (I figured it out today): -
Pass And Play
by Monsterzproductions ·When it is Player A's turn , A will have the button to pass on the turn and B would not have it . The moment A's button is pressed , A's button would disappear and B's button will spawn . -
Game attributes are not being updated to change the spawn rate...
by youdvdk ·Yeah if you look at my last dropbox file link, I just have the added game.spawn attribute that I have for selecting which actor of the four to spawn. I previewed the game again and I see that it spawn -
Game attributes are not being updated to change the spawn rate...
by The_Gamesalad_Guru ·Put the spawn behavior in a "for" timer and set the time so it only spawns so many. -
Game attributes are not being updated to change the spawn rate...
by youdvdk ·Alright. Now that apparently created another problem. I have 4 actors that randomly get chosen to be spawned. Every game.SpawnMore seconds a "Spawn Selector" selects which will be sp -
Spawning actors with random attributes other than location?
by tatiang ·The idea is that the spawner actor will spawn the balloon actor at whatever position you decide and then the balloon actor will go through its rule list. If the top of its rule list include a bunch o -
Spawning actors with random attributes other than location?
by dmorin@gmail.com ·Yes but when do I set that, is the question. I have an "every 1 second Spawn Actor of type Balloon" rule. That Spawn Actor behavior lets me specify a random position and direction. -
Spawning actors with random attributes other than location?
by dmorin@gmail.com ·game going where every second a balloon actor is spawned at the bottom of the screen and floats to the top and you try to pop it. -
Game attributes are not being updated to change the spawn rate...
by youdvdk ·Alright sounds good. I will try be as clear as possible. Don't worry about the spawn limit. I think I'll be taking that out anyways once I get the game.SpawnMore to work properly. All I am trying to d -
Start Game & Falling Actor Help
by jjdyi ·And I also need some help with the random actor spawn while falling. I've already watched the t-shirt booth video but I'm having issues that it's not falling. The actor would spawn in random places in -
Random spawning isn't working
by LightningSora ·if the random number is 1, then it would spawn actor number 1, and if its equal to 2 it would spawn actor 2. And it does spawn the actors, but it spawns the same actors over and over in one round and -
Game attributes are not being updated to change the spawn rate...
by The_Gamesalad_Guru ·I see where you are changing the spawn limit where is the code for changing the spawn time? -
Random spawning isn't working
by LightningSora ·Hi everyone! in my game I need to have 4 different actors spawn randomly. I watched a video online to help me get started with making it randomly spawn, and I did everything it says. However, when I p -
Can I destroy particles when game is over?
by mhedges ·2. destroy the event handler, which spawns the background actor? -
Can I destroy particles when game is over?
by Hopscotch ·@mhedges, you can also destroy the actor containing the particle spawner and spawn a new one when needed.