-
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 ? -
How to respawn actor. (fixed)
by ohtukrw ·but I have no idea how to re spawn them after a set amount of time? -
IAP issues
by NNterprises ·Hmmm... what I do usually is have 1 buy button which spawns a "purchase popup actor". This popup pops up on the screen and has like 4 purchase buttons to buy points of different valu -
How to spawn a random actor?
by Socks ·Just a quick note, you don't need a rule in the otherwise section, you are choosing (randomly) between 1 and 2 . . . the first rule says if the number is 1 then spawn a blue actor, therefore the othe -
Roll Turtle - an exciting rolling journey platform game.
by kirafu ·"This game is actually really cool! At first I thought it would be easy to play, but after about five levels, I realized it would take a lot more skill. The graphics are great, with an excell -
How to spawn a random actor?
by Game Chef ·I hadn't put the spawn every 1 second in otherwise but it all works fine now. -
How to spawn a random actor?
by Game Chef ·so that works but once it changes to 0.5 it is still spawning every 1 second as well unless i delete the rule to spawn every 1 second but than nothing is spawning and you can't get 10 points and the r -
How to spawn a random actor?
by Icebox ·(Quote) -
How to spawn a random actor?
by Game Chef ·So i created an integer of (spawn random) and set it to change attribute every 1 second to random(1,2). -
How to spawn a random actor?
by Socks ·--Spawn Actor 1 -
How to spawn a random actor?
by Game Chef ·So i am trying to have two different actors spans randomly. I know how to make an actor spawn others on a timer but how do i make it able to spawn 2 different actors and and randomly not alternating. -
How to spawn actors in front of moving Hero?(fixed)
by NNterprises ·Put spawn command in the actor, and Spawn "relative to actor" instead of scene -
How to spawn actors in front of moving Hero?(fixed)
by ohtukrw ·I have a big scene, so I would prefer them to spawn where ever the hero is at that moment. So I guess I should place the spawner inside the hero? -
How to spawn actors in front of moving Hero?(fixed)
by UncloudedStudio ·Create a separate actor to spawn your coins and/or other obstacles. -
How to spawn actors in front of moving Hero?(fixed)
by ohtukrw ·I want some actor coins to spawn in front of my hero at random x position within the visible scene. -
How to change characters
by Game Chef ·is pressed. I know how to delete a character, spawn a new one and have it spawn in a specific location i'm just wondering how i tie it all together. -
Actor spawner issues. How to spawn outside the screen with scene wrapX enabled?
by ohtukrw ·My spawner spawns random coins(actors) to move to -x direction. -
Want to constrain an attribute to one instance of an actor in the scene
by jasonmogg55 ·Taking a break and new ways of thinking on it with your comments. I figured it out. i used the one actor that is attached to another actor spawn an actor upon touch and used that actor to change the o -
Want to constrain an attribute to one instance of an actor in the scene
by jasonmogg55 ·I am currently making a scene where instances of an actor are spawning. After they spawn i would like to change an attribute on the actor i touch to something else. Currently all instances react to th