-
Newbie Question.. but still a question ^^
by Adrenaline ·1) Relative to actor means that the change you make is compared to the actor's information. And relative to scene mean that it's compared to the scene. For example, if you spawn something at 0,0 relat -
Odd randomized rule picker
by Backtothis ·TopSpawnLimit = 640 -
Changing Spawn Rate According To Score?
by Tim_A ·I'd like the spawn rate of the chosen actor to increase according to the score. -
Making 2 actors move up and down in relation to each other
by Socks ·(Quote) -
Creating your own asynchronous server... •--•
by EireStudios ·time they train the trainer types their own unique code into their phone to add a "tick" (I'm working on doing this from the trainer app) my next bit of a hurdle is trying to get th -
Making 2 actors move up and down in relation to each other
by umei ·@Socks I got the up and down movement to work no problem. If I put my obstacles on screen and preview they go up and down. However, they don't move at all when I spawn them. -
Making 2 actors move up and down in relation to each other
by umei ·Then I did what Braydon said to constrain actor2 y position to actor 1 y position with some gap in between. These 2 actors scroll on the screen right to left. So when I spawn these actors I do not get -
Making 2 actors move up and down in relation to each other
by Socks ·(Quote) -
Making 2 actors move up and down in relation to each other
by umei ·@Braydon_SFX @jonmulcahy Any idea? I spent 2 hours but can not figure this out. The movement works if I just drag the actors it doesn't work with the spawn. -
How to place an actor on a random spawned actor?
by mitdrissia ·I m using the buzzy bee template which is a flappy bird clone template. The pipes used here are spawn randomly. -
Javascript msg problem when previewing game? Screen shot
by hellokitty ·i am just trying to get my obstacle to spawn endlessly and i have tried to many videos... your one made so much sense now i'm p____ed off that it doesn't work!!! -
Make actor jump at random intervals between .5 to 1.2 seconds?
by izzydogham ·function for ranges of jumps between .5 to 1.2 seconds. It seems it doesn't really work for anyone on the forums. I'm not trying to spawn anything like everyone else i just want it to jump at differen -
Creating your own asynchronous server... •--•
by hangn ·Don't use email and password. Simply generate unique player id server side and store it on device. This is the most secure way. -
Shooting Actor - shoot in tow different directions
by umei ·You can make 2 boolean attributes and call them left and right. Have a rule that say when left button is pressed change left attribute to true and spawn bullet. In your bullet actor have a rule that c -
Making 2 actors move up and down in relation to each other
by umei ·@Braydon_SFX @jonmulcahy Thanks for your help. I got the actors to move up and down continuously with a constant gap in between. The problem I am having now is that when I spawn these actors they do -
Shooting Actor - shoot in tow different directions
by Ruddvandolph ·I would like to know how to spawn a bullet in two different directions, left and right: -
animated explosion when ennemy is destroyed ?
by tatiang ·Spawn actor [explosion] -
How to Spawn a Actor after Pressing Start?
by umei ·Drag a spawn actor behaviour in the rule. -
How to Spawn a Actor after Pressing Start?
by EXLC ·Hi there does anyone knows how to spawn a character after pressing start to START the game. Need HELP Please Thank You -
How do side scroller games spawn their gold coins?
by WhySoCREATIVE ·Thanks guys! I guess the table scripted is the best way to do it and I would need a smart table that can do randomised coin output. I have to time it well so that it does not spawn with obstacles as w