-
Problem performing certain tasks based on attribute
by codemates ·Spawner 1 - Randomly drops (starting from top) 4 different actors every 0.3 sec in random positions. This is based on TSB "Spawning Random Actors in Random Locations..." http://www.y -
Tree Menu
by Photics ·Yes, I think it can be done, but it's a little choppy to "program". Basically, you could spawn and delete actors based on user input. The parent menu could spawn floating menus or tr -
Spawned actors spawning actors that follow
by okimoki ·menmortal9: how do you spawn a ship, spawn a thruster and then make that specific thruster follow that specific ship?? -
resetting score after pressin pause and retry
by ApplaudApps ·2. in levelgenerator have it spawn all the scene actors on a trigger such as level1=true (if you dont have a problem with spawn) -
Make me rich! New app submitted to appstore. Tell me if you like the graphics
by DreamLab ·I think its unique concept and something different. Graphics are not impressive but game play looks good -
Make me rich! New app submitted to appstore. Tell me if you like the graphics
by creativeapps ·I think its unique concept and something different. Graphics are not impressive but game play looks good -
[help] Destroy and respawn platform problem
by dre38w ·Hello, I'm using this method instead of my old spawn and destroy method. Problem is I have a LOT of Actors to move off screen and all those actors collide with each other. So do I just make the scre -
Spawned actors spawning actors that follow
by Alien8 ·Thanks in advance for any ideas on this problem: I have a side-scroller game where spaceship actors are being spawned, up to 5 at a time, randomly along the Y axis offscreen on the right, moving towar -
Hiring artists!!! Willing to pay up to $50!!
-
Researched. But still need help.
by gazjm ·If you want multiple items to spawn at random times from one actor and have that actor with a rule saying random(time), then that will only generate it once. -
Researched. But still need help.
by CaptFinn ·But I will want it to spawn randomly and frequently. Come in from top and 2 secs later another one come in from side and 4 secs later another one from bottom. I guess best way to imagine it would be t -
Researched. But still need help.
by CaptFinn ·Ive looked over the spawning temps in GS. But I still can seem to get this to work right. -
Game Creation Log - BOT
by Photics ·• Spawn particle location based on scene location, not just actor -
Timer Alternatives: interpolate and self.time
by JeffreyShimane ·The one timer that I had trouble with and needed additional tweaking spawned actors every 0.1 seconds. I could not get the self.time method to work for a duration of 0.1 seconds. It would always sto -
My simple little game that I cranked out made it to the New & Noteworthy list
by Rob2 ·It has a clever and unique mechanic, quite an achievement these days (Image) -
'Think Outside the Box 2' competition starts now!! (Theme announced)
by AppsRacK ·I get your point Okimoki and i respect your opinion. But like you said Even if i release something unique or new in apps store other developer may release a new and better game with the same mechanics -
Mute Button Not Working
by iTrojans ·Spawn Actor - -
Detecting if actors are touching for a duration of time
by skotleach ·I currently have this rule set up: if actor (a) collides with actor (b) after 5 seconds spawn a new actor (c). -
destroy actor but leave particles
by SlickZero ·And if you do need another actor to spawn it, you can change the actor size in the inspector window on the left. Just double click the actor you need to change size on, and in the attributes pane you -
Making the player spawn at a different location after going between scenes.
by keflyn ·Also, since my character is spawning at the actor that sends it to the next scene, my scene just changes instantly when going back to the starting scene?