-
Spawn random actors with predefined intervals
by Ciaphis ·I am all set up for random spawning of two actors; I can not seem to get them to spawn in intervals (ie... first spawn, wait two seconds, spawn second actor) -
What does this mean Apple?
by Hopscotch ·@bkhoward2001 -
insecure iFrame embed link?
by fic ·Is this a known issue, or unique to this particular Wordpress site? Any ideas on a solution or workaround for simply embedding the game? -
How can I separate an actor's settings (size, width, ect) from ever changing game.attributes?
by AlchimiaStudios ·This way, as soon as the "Custom Made Fire Particle" spawns, it'll inherit the state of the Game.FireHeight without having it constantly changing. -
Constrain one actor to another
by tatiang ·In the spawner actor: -
Constrain one actor to another
by bkhoward2001 ·I have a situation where I need to spawn an actor that will travel across the screen; however, I need to spawn another actor which stays right below the first actor....Any ideas how I would do this? t -
"Lock" screen behind pop-up.
by tatiang ·Check that your actor is locked and using the "prototype" rules. If you have unlocked the actor within the scene, it then has its own, unique "instance" rules. If -
Unpause not working
by jamie_c ·The Pause Game Behavior works by stopping the current scene and placing a new scene 'on top of' the current scene. You shouldn't need to spawn or destroy any actors on your pause scene. You can place -
"Lock" screen behind pop-up.
by Japster ·Okay, so did you spawn actor 2 in the PAUSE screen, not the calling one? - just checking! -
Unpause not working
-
Avoid random spawn onto actor
by bkhoward2001 ·The problem is the ones that spawn on the collision object are getting counted into the score and that is not what I want.... -
"Lock" screen behind pop-up.
by Japster ·In case you're not spawning in the pause scene (it looks like you are, but confirmation is always good!) - you'll need to spawn actor 2 in your pause screen to make it active in that scene (or the one -
"Lock" screen behind pop-up.
-
Avoid random spawn onto actor
by bkhoward2001 ·I have a scene where several actors spawn randomly onto the scene... I do not want them to spawn on another actor or else the collision rule will be tripped... How do I avoid randomly spawning onto an -
How to set conditions dictating which of two actors appear post-collision?
by johnsheerin215 ·(Quote) -
***170 Games & Templates for only $49.95***
by UtopianGames ·(Quote) -
How to set conditions dictating which of two actors appear post-collision?
by johnsheerin215 ·(Quote) -
How to set conditions dictating which of two actors appear post-collision?
by Icebox ·spawn game over message -
Spawning actors with unique attributes from tables
by Bunker ·Fig5: This is the loop that spawns an actor while sending a numeric value to .gameCount# -
Spawning actors with unique attributes from tables
by Bunker ·What I do is set 2 game level 'integer' attributes: and 1 self attribute in the actor to be spawned;