-
Grid Movement question
by mikbio ·Created a rule to Spawn a square (same size of the grid hole) under my main actor, -
UFO Dash!
by ToasterGames ·Asteroids are the most common hazard, which spawn every second randomly across the screen. They are not destroyable, and must be dodged. -
collide problem
by wyattsia ·during the game, i will spawn the green wall in the position i wan.... -
collide problem
by Socks ·(Quote) -
collide problem
by wyattsia ·the green wall actor is an actor call "vertical wall"....it was spawn during the game -
collide problem
by wyattsia ·hmmm.... but i dun wan fixed the size and the position of the wall..... if was spawn depend on where i wan it to spawn and the size might b different.... -
collide problem
by wyattsia ·the green wall is not in the background......it was spawn when the game is running... -
Can I make an actor have the ability to jump only when touching the top of another actor?
by Eragon5277 ·Hi, I am making a game where actors (rocks in this case) spawn at the top of the screen at random x coordinates and the fall to the bottom of the screen. The player has to jump from rock to rock to ge -
collide problem
by wyattsia ·if i direct set the size b4 the wall is spawn....the ball cant pass thru -
making two spawn actors move in sync
by heggebø ·and should spawn more like this ______ ________ -
collide problem
by wyattsia ·i hv create an actor, a ball that should collide with the wall i hv spawn. -
making two spawn actors move in sync
by heggebø ·but i have up to 3 at the time, witch causes the constrained one to jump down to the next platform rising up and not finishing the entire move across the screen, instead of spawning a new one to follo -
Keeping spawned actors when changing scene
by Appulocity ·(Quote) -
Keeping spawned actors when changing scene
by http_gamesalad ·put the thing that made them spawn on the first scene on the second one... you should make a controller so you can manage everything easier! -
Spawn actor problem
by ankit.badani ·I have a spawnactor which spawns actor ball when it hits right or left wall, after 3 seconds. I have a rule for spawnactor which oversees a boolean attribute game.ballinplay (if game.ballinplay is fal -
Random Spawning Platform problem... Help
by ashtmj ·base the spawning on the location of your current ledge. -
Ping pong problem
by ankit.badani ·Sir Socks, I am having another issues now. I have a spawnactor which spawns actor ball when it hits right or left wall, after 3 seconds. I have a rule for spawnactor which oversees a boolean attribute -
Updated privacy policy and data collection summary
by iamcartez ·(Quote) -
Updated privacy policy and data collection summary
by HoneyTribeStudios ·The Advertising Identifier (IDFA) is a unique ID for each iOS device and is the only way to offer targeted ads. Users can choose to limit ad targeting on their iOS device. -
How can I limit the area and the speed of spawning of an actor?
by tatiang ·Preventing overlap is more complex than limiting spawning to a certain area. I guess we'd have to know more about what you want to have happen. A screenshot or sketch of the game is really helpful.