-
can a rule applied to an actor in one scene spawn an actor in another scene?
by Leanne ·can a rule applied to an actor in one scene spawn an actor in another scene? -
GameSalad's Mini Cannon Twitter Sweepstakes!
by Yodapollo ·Developed by Big Bananapps (Tshirtbooth to our Forum members), Mini Cannon & Mini Cannon HD bring physics puzzles and platformer action together in 80 unique and challenging levels. Spikes, mo -
Move In Grid Template
by tenrdrmer ·for a lot more with the condition it is nearly unique either in controls or some of the game plat he has come up with. It was merely an idea someone threw out there. I couldn't ever see darren going -
spawn and place
by JohnPapiomitis ·Yes when touch is pressed spawn actor. You might need to play around with some attributes to get the spawn, or a work around is place a invisible actor over the whole scene. Have a rule inside the inv -
spawn and place
by solitairee ·Hey, I already know how to spawn an actor and how to drag and drop the actor as well... -
Infinite game illusion
by frario ·And randomly spawn actors that act as architectural elements. -
Help with collisions.
by scitunes ·I had to do something similar to this in order to make a pause feature for my game. What you'll need to do is have the actor that is falling spawn another actor once the first actor collides with the -
Help with collisions.
by GamersRejoice ·I had to do something similar to this in order to make a pause feature for my game. What you'll need to do is have the actor that is falling spawn another actor once the first actor collides with the -
Changing Self.Physics.movable
by firemaplegames ·When you pick up an actor, spawn the nonmovable actors in place of the movable ones - then destroy the movable ones. When you release the actor, switch them back. Definitely a pain, but it might be th -
Bahavior to access layers (for easy depth sorting/swapping)
by Snow ·still needed a specific number that was also unique. I came up with: -
My iAds experience
by Player_E ·3) make sure in GS you have an actor with the pro behavior "spawn iAds" and choose top or bottom. -
When touched spawn actor
by osucowboy18 ·Spawn Actor "actor name" -
When touched spawn actor
by Eminem ·I know how to when touched anywhere onthe screen it spawns but what I want to do is the same thing but only when pressed on actor. -
I had a hard day so ... to relax, I'm working on my little iphone app :)
by xyloFUN ·This means that for each button that triggers a sound, i would need a unique sound file. BUT, GS has a GREAT FEATURE that is easy to overlook. I did not have to work on creating the extra two sounds t -
A Gamesalad Developer's CHRISTMAS WISHLIST!
by BackUpAndDown ·1. An added behaviour so that I don't have to "Destroy" an actor and then "Spawn" it back. Kinda like the making it invisible but only also muting it's behaviours a -
Best Way to Spawn New Actor?
by JohnPapiomitis ·The best way to spawn something isnt to spawn at all. You put it offscree and when whatever event happens that triggers the spawn you change the position to where you want it. So it looks like it spaw -
How to create a particle trail based on mouse touch?
by gyroscope ·Then your Particles Behaviour. (In Velocity/Position Direction, put random(0,360); and Spawn Rate, Particle Startup time to 0). -
Best Way to Spawn New Actor?
by guru-at-zidware ·I have an actor that I want it to drop bombs by spawning....what is a good -
Limit Actors On Screen????
by Asymptoteell ·Make a rule for the spawning so that if an attribute is less than, say, 2, it will spawn. Then, each time it spawns one, make that attribute move up one (starting at 0) so that after two actors spawn -
Limit Actors On Screen????
by TheDmanTravers ·Hi There I Am Making A Ball Platformer Game And I Have A Button That You Press To Spawn Yourself But If You Hold It Down More Actors Spawn Is There A Way To Make It Only Spawn 1 Or 2 Actors