-
How to produce some things when mouse button touch screen?
by Weiyu ·(Quote) -
How to produce some things when mouse button touch screen?
by Icebox ·spawn actor set the position to mouse.positionx and mouse.position y relative to scene -
GS v1.25.5 - Issues with Joystick / Aim functionality
by Icebox ·spawn 2 actors -
Now available Custom Collision Shape Animations (OnDemand videos series)
by The_Gamesalad_Guru ·In this series, I teach you my unique design for creating custom collision shape animations. Using custom collision shape animations you can now power up your game to be able to have your characters c -
Spawn 2 different actor
by Socks ·Maybe you want to spawn them in a random order ? The Blue first, and the Red second . . . or the Red first and the Blue second ? -
Spawn 2 different actor
by Socks ·If you want to spawn two different actors you can simply spawn them as normal ? -
Spawn 2 different actor
by wolala123 ·I have 2 different actor, blue and red actor that want spawn on the screen. -
Spawning actors at specific times using tables
by aurynstar ·--spawn actor -
GS v1.25.5 - Issues with Joystick / Aim functionality
by KnightStar ·THEN Spawn Actor BULLET (layer – in front of actor, dir 0 relative to actor, position 0,0 relative to actor) -
Spawning actors at specific times using tables
by aurynstar ·I created my own time attribute because I thought game.Time started when the app was opened. To control the spawn time of actors, I need time to start from zero in each level and pause when the game -
Spawning actors at specific times using tables
by Socks ·(Quote) -
Counting Collisions when its already touching one of the actors?
by The_Gamesalad_Guru ·Best method would be to have multiple rock actors and rotate between them as they spawn this will limit the possibility of having the same type colliding at the same time. -
Animation issue
by The_Gamesalad_Guru ·(Quote) -
Animation issue
by ka822 ·(Quote) -
Animation issue
by The_Gamesalad_Guru ·(Quote) -
Animation issue
by ka822 ·And I still believe you just don't have the empty image set initially, so that your upon your actor spawn it is at its initial frame which is a white box, like new actor. -
Animation issue
by ka822 ·I am not too sure, when your flash of white happens. If it happens immediately after spawn, then pretty sure your actor initially did not set any image which is why a flash of white appear. You can tr -
Spawning actors at specific times using tables
by Icebox ·Do you want this to happen every time you spawn at a specific time ? or do you want it to happen once ? -
Spawning actors at specific times using tables
by Icebox ·Spawn actor , x position set it to tablecellvalue(table,game.row,2) -
Spawning actors at specific times using tables
by aurynstar ·I have seen a lot of info on spawning random actors or spawning at random times in random locations.