-
Tips and Tricks - at least I hope there are
by PaxPax ·3. Similarly is there a way to have a quick look at which actors have what attributes..say for example which actors have the spawn attribute in a project. This is obviously a sign of inefficient begin -
Can i put Rules on the scene?
by caiokawasaki ·That's a simple question, i just want when the scene load check for an atribute and if it be bigger than a x value, spawn an actor on the scene, so here is the question, can i put rules on the scene? -
Trivia Game Help with Tables
by tatiang ·4) Use Rules. When game.currentGuess is tableCellValue(|T| CorrectAnswers,game.questionNumber,1) ... [celebrate, hug someone, display particles, spawn a cute penguin, award the player points, ...] -
Updated Roadmap
by Socks ·Anyhow, I think I've said my bit, this thread is going a little off topic and getting a little too personal for my liking so I'm off to help people spawn white boxes and make things bounce off other t -
Spawn Set Up, random system.
by beefy_clyro ·You'll need to setup some attributes to count whats going on. Theres 2 ways, 1 spawner spawning all 4 corners or have a spawner in each corner (simplest way and wont make much difference on performanc -
Spawn Set Up, random system.
by GuaveMedia ·I am working on a couple of new things and I've got a question. What I am trying to do is spawning actors under conditions. -
Is going Pro worth it?
by PixelMetal ·with an idea - a lot like now, really - I'm in a unique position to a) know what kind of issues are involved with typical development and b) know that as a startup it's a hell of a lot easier to make -
Holding attributes
by Matheus Vilaça ·and another actor that is supposed to spawn if this same attribute is 1, but nothing spawns, I tried "display text" so I could see the attribute as it works, but it stays 0 anyways. -
Problem with attribute of a spawn actor Help Please
by ericzingeler ·In your prototype actor you're to spawn: -
Problem with attribute of a spawn actor Help Please
by Ronaldinho10 ·Hi guys,i have a problem with a spawn actor. -
Reset animation?
by redleaf ·(Quote) -
Reset animation?
by Socks ·You can do this by destroying the current actor when this event / trigger happens and spawn a new one in its place, the new actor will start its animation from frame one. -
Reset animation?
by Chakku ·...meant to say that he also needed many actors each with a different starting frame, and he had to create a rule that specified which one should be spawned depending on the current frame. -
Reset animation?
by Socks ·If you destroy the actor and spawn a new one at the same time the animation will play from frame one. -
Reset animation?
by Chakku ·NO, that's not currently possible with creator. However, you can play around with the animations frames per second and keep track of time in the background, so you can check what frame the animation i -
What's more efficient on memory/CPU?
by HappyKat78 ·Thanks for your comments! I'm actually needing to tie an instance of an actor (Actor 2) to the instance of another actor (Actor 1) and there is not a set limit of how many actors can be spawned. Hen -
Timers are for chumps - GS optimization tips
by adilsulaiman ·For example, i am looking to spawn a character after a random duration of say 5-10 seconds. I have my mod1 set up to 0.05 sec. When i create a when mod1=self.time%rand(5,10) rule, several characters a -
Spawn set number of actors in random locations
by RThurman ·(Quote) -
Spawn set number of actors in random locations
by Socks ·(Quote) -
Spawn set number of actors in random locations
by tatiang ·@Socks Awesome! I see the GameSalad community as a sort of living organism with many brains. You'll probably take that idea in directions I've never considered, which will spawn off some other idea