-
Moving an actor in a particular axis - not working?
by Karim_S ·The movement of the spawned actor, seen as they duplicate I'm trying to spawn them along the y axis at random... -
Moving an actor in a particular axis - not working?
by Karim_S ·So I have an off-screen spawner which I programmed to spawn actors in random directions all over the screen, only I need them to spawn vertically though still at random points in the y axis. I've trie -
Stopping an actor
by diegolaya_ ·I asked that because: The expression socks gave me was for aligning the actor with the grid, but he didnt tell me about spawning o replicating that actor several times in different positions.. So I th -
Why is it not working with rotate
by Socks ·In the spawn behaviour . . . change 'Relative' from actor to scene. -
Why is it not working with rotate
by freneticz ·The red bars spawn like it should and all good with no rotate on them, but if i turn on rotate its spawned only 4-5 times and in different x position(like random) -
Swap three
by kipdev ·Are games like candy crush or bejewelled, actually possible with gamesalad. Every post and template i've seen has been a dead-end. I've went as early as post from 2012 on the subject, and still do not -
Finding the X or Y coordinates an actor covers
by tatiang ·Spawn Actor [x=0] [y=random(-self.Size.Height/2,self.Size.Height/2)] relative to actor -
Finding the X or Y coordinates an actor covers
by Meeped ·Yes, but it won't only spawn on the y covered by the actor. -
Display High score
by tatiang ·(Quote) -
Display High score
by http_gamesalad ·@tatiang okay you know when you play flappy bird & you beat your old score how the it says "new" best. But the "new" only shows when you beat your score sco -
Display High score
by tatiang ·That rule will only fire when game.Highscore is exactly equal to game.Score. I'd have to see the project file to know how this all fits together. I can't really understand the purpose of that rule ( -
"Animation cycle over animation cycle (finish), and returning to previous animation cycle."
by tatiang ·In actor(A), do When touch is pressed, spawn actor [actor(B)] in front of actor. Then destroy actor [actor(A)] right after that. -
"Animation cycle over animation cycle (finish), and returning to previous animation cycle."
by PotatoesApps ·I have this actor standing, with his own animation cycles, so I push a button and another animation spawns over it, -
help with my five night at freddys clone(DOORS)
by tatiang ·.....Spawn Actor [actor name] -
help with my five night at freddys clone(DOORS)
by Koridai011 ·(Quote) -
help with my five night at freddys clone(DOORS)
by tatiang ·You could spawn an image or change an image within either of those rules. Is that what you mean? -
Stopping an actor
by tatiang ·I don't think I understand but if you want to generate a random number that is a multiple of 40 minus 20 as you've shown above then the expression would be random(minimum multiple of 40, maximum multi -
Finding the X or Y coordinates an actor covers
by tatiang ·If your scene size is 1024x768 because you're developing for iPad Landscape and you've placed the spawner actor on the left edge of the camera area at y=384 (768 divided by two) then it would look lik -
Finding the X or Y coordinates an actor covers
by tatiang ·But another important aspect is that if you spawn an actor relative to actor it won't work using those values. You'd have to leave out the self.Position.Y and just use self.Size.Height/2 or -1*self -
Finding the X or Y coordinates an actor covers
by Meeped ·In that image you can see the scene border and camera, and outside of it is the red actor, which is the spawner. I need that to spawn an actor throughout the entire height of the actor, which is Y coo