-
Fast Constrain (LinkMachine v2)
by Socks ·The project is fairly straightforward to use, you can use it without a video, the video just shows it in action. -
Controlling Spawning actors
by MentalDonkeyGames ·You need another attribute that keeps track of how many enemies there is alive. Then when that gets to 0, you can switch to the next wave. -
⚡ The Power of Unicode . . . . ⚡
by Socks ·(Quote) -
[Solved] I can't kill my actor. :(
by MentalDonkeyGames ·Could you show a screenshot of the rules that are not working? Would be much easier to help solved the issue. -
Trial Version Question
by Socks ·There are a number of free templates and art assets you can find if you search around, try Googling free GameSalad templates, also the internet is awash with free game assets, sounds, music and so on -
Let's form a team
by Socks ·(Quote) -
Let's form a team
by Gnarly ·If you made that from scratch. Not bad. -
Controlling Spawning actors
by zajinakajazz ·@Socks Okay exclude the first batch since it's done. What I wanted next is to spawn another batch actors like what I've previously, but this time I wanted to make sure that the first batch has been wi -
Controlling Spawning actors
by Socks ·Sorry, I don't understand anything of what you are saying (I'm easily confused ! lol (Image) -
Controlling Spawning actors
by Socks ·Do you want this to happen after "the 30 hit 0" or "after etc seconds" ? -
Trial Version Question
by Socks ·There are no add-ons with GameSalad, the trial version comes with everything the non-trial version comes with, I expect you are referring to a template or maybe an art asset ? -
Let's form a team
by Socks ·I think you should learn GameSalad yourself, you will be surprised at what you are able to put together even after a month or two of playing around with how the software works. -
Let's form a team
by Socks ·That's all very well and good (and patently obvious given my high quality rendering of Tony the Spider), but can you give me an actual percentage ? It's all very well saying something will be a hit, b -
Let's form a team
by Socks ·Thank you @Armelline, that's very kind of you to mention me. -
how to make constantly moving actors move randomly across the screen without leaving the screen
by Socks ·to set the limits for an actor that will randomly move around the screen, but only within these limits. It's just a quick way of setting the extent of a random movement. -
how to make constantly moving actors move randomly across the screen without leaving the screen
by Socks ·Is it just a random left to right movement you need or should the actor also move up and down (so essentially anywhere on the screen) ? -
how to make constantly moving actors move randomly across the screen without leaving the screen
by RVvD ·I have tried using Timer: Every 1 second: Change Velocity function using random(0,400) but they don't stay on screen... -
Let's form a team
by GameDeveloper7 ·And thank you all for your comments . -
Rotating Actor Position
by bjandthekatz ·As stated above, you could rotate it in preview and them import it or change the actor's rotation in the template. -
How to have the reaction time of a timer vary (min,max)
by kobayaashi ·Would it be helpful to you if you were to set your random timer then, once the timed event had occurred, your timer spawns a new version of itself (with a new call for a random time) and is destroyed?