-
How do you spawn multiple of the same actors?
by Synlight Dev ·Making a shooter game and its mostly done looking to find out how to spawn multiple actors. -
Tizzy Driving Adventure - Marketing Video
by wpaten ·1) Going to be unique in some way -
Game level IDs to Spawned Actors?
by ericzingeler ·You can create a unique ID in a couple ways: -
Touch & Destroy Ground!
by Sylvannus ·3) I am contemplating on having an in-game store for updates. What I mean is that for example you got a horse but you upgrade his skills and so on. I have seen Gamesalad's Tutorial about creating simp -
Changing the loading spinner wheel
by Chakku ·It's not so much a 'neat little button', it's more of unique/customized, and more appropriate buttons. A loading bar would be ideal, but that would require work from GS. Sometimes the current wheel do -
Publishing Problem
by CandDApps ·I should describe more about what's wrong with Galaxy Gulp. In the game your supposed to dodge the black hole and collect the stars but as you can see you die after 2 seconds, and I noticed that the b -
Can i put a button to quit the game? How do i do that?
by Chakku ·(Quote) -
Can i put a button to quit the game? How do i do that?
by SnapFireStudios ·Actually mine would only be spawn behavior inside of one timer. But just as effective >:) -
Can i put a button to quit the game? How do i do that?
by Chakku ·Spawn actor: AppKiller (AppKiller is an actor with a huge image, and dozens of random constrains ) -
Can i put a button to quit the game? How do i do that?
by Socks ·Just spawn an actor that spawns itself - instant-feedback-death ! -
Can i put a button to quit the game? How do i do that?
by SnapFireStudios ·The way i see it is, if you spawn 5 actors that spawn 5 actors that spawn 5 actors.. it'd be exponential. -
Timers are for chumps - GS optimization tips
by spidey906 ·I create a gun to spawn bullet using the following method. It works fine. -
Timers are for chumps - GS optimization tips
by spidey906 ·I create a rule using your method to make the bullet destroy in 3 seconds but it quickly destroy right after it fires. (Using this method to spawn the bullet is ok though. -
Rejected due to "copyright infringement"
by Peter_Olafson ·So, yea, I'm just being humorous. I am not a copyright attorney. But I really don't think they can claim that this is an idea completely unique to scrabble. I'm sure with a little digging I could find -
Spawn particles behind actor?
by sawkastee ·How can I spawn particles behind an actor, it seems they are being generated from the center of my actor and it doesn't look good. -
The Golden Arrow available on the app store now!
by YoRooster ·Great work with the visuals! And I love your unique take on the runner genre -
Spawning Item with 4 or 5 Second Delay.
by tatiang ·Spawn actor -
Spawning Item with 4 or 5 Second Delay.
by SolarPepperStudios ·@tatiang If you wanted an endless loop couldn't you make an actor so that every two seconds it adds 2 to an integer attribute and then another actor that says every (attribute) seconds spawn the actor -
Spawning Item with 4 or 5 Second Delay.
by tatiang ·Are you wanting a 2 second delay between spawns? Just copy the timer 4 times (the first spawn should not use a timer) and increase the duration by 2 seconds each time. -
Spawning Item with 4 or 5 Second Delay.
by Socks ·Use a timer: After 2 seconds spawn the actors.