-
how to randomly spawn actors inside a 6x7 grid?
by ookami007 ·I spawn the actor. The first rule of the actor is to assign a random number between 1 and 3 to a self.myType integer attribute. -
how to randomly spawn actors inside a 6x7 grid?
by FamTechAdmin ·Thanks for the tip but I´m not sure if I understood how to assign a "type" to them to be able to spawn a simple grid? -
Chinatown Run! An Innovative Endless Runner!
by Nate_S ·@Lovejoy I just played it in google chrome, and the ninja stars come from off the screen like they should. If this continues to happen, can you send me a screen capture? Also I believe it is innovativ -
how to randomly spawn actors inside a 6x7 grid?
by Armelline ·Spawn the actors and assign a "type" to them at random afterwards. That way you're just spawning a simple grid and doing a change attribute in each actor. -
how to randomly spawn actors inside a 6x7 grid?
by FamTechAdmin ·I was just wondering how to randomly spawn actors inside a 6x7 grid? -
choose random animal actor when animal actor is pressed
by Everwild ·Each of your actors is going to need a self.attribute that indicates what color it is on spawn. I'd use an integer or index. -
[Solved] How to make the game end
by http_gamesalad ·. This is basically saying that if the main actor (red square) goes astray from the grey lines that gameover =1. It works perfectly & it saves a lot of space because before I had spawn actors -
iPad scrolling - converting GameSalad Arcade format to iPad.
by Village Idiot ·Hi.. I've been trying to do this tutorial by Jamie Cross and I'd really appreciate any clues here as I've been banging my head against this one for about 50 hours all up now. The problem is that it's -
Actors and Coming back to a game: Saved? In progress?
by tatiang ·Yes, you would need to spawn the actors (or use the Replicate behavior) to display the ball actors at the start of the scene. -
projectile motion
by SLOCM3Z ·@st1031130178 Just have the player spawn the basketball in the direction you want and have the basket ball accelerate downwards. -
[Solved] How to make the game end
by Gnarly ·I would make a full grey background and then have purple actors that I would spawn individually (one on each side) on top of each other and have them move down. Sort of up and down flappy birds id -
Particles pawning infront of actor
by Socks ·No, they will spawn behind your main actor. -
Particles pawning infront of actor
by AngryBoi ·@socks these particles spawn on my main actor? -
Particles pawning infront of actor
by AngryBoi ·How do I make it so the particles spawn behind the actor? -
Following actor
by Cowuniverse ·the play button. I tried to make the actor spawn 1 second later so it wouldn't follow touch when the play button was pressed, but it still did. I'm trying to make the actor stay still when the play b -
New bugs in my game
by FastlaneSuccess ·If the Pause/Unpause button is pressed constantly, the obstacles don't spawn anymore. This is because spawning an actor is true when pause is false and false when pause is true. Essentially, the playe -
TapOut , already out on Android, waiting for Apple
by adh2development ·P.S. i know the name shoudlve been better and more unique, so will remember that on next releases -
Randomly Spawning Actor
by FastlaneSuccess ·Ok, I should have said that I have a An Actor (Spawner) that spawns my other actor. I put all of what you said in the Spawner but made the Behavior spawn actor - spawn my other actor. Both random and -
Randomly Spawning Actor
by tatiang ·Change attribute self.spawnY to random(0,20) -
Randomly Spawning Actor
by FastlaneSuccess ·Let says I want an actor to spawn randomly at Y 0-20 and 60-100, but never inbetween 20 and 60. How do I formulate this?