Rabagast

  • Actividad total 166
  • Última actividad
  • Miembro desde
  • Siguiendo 0 usuarios
  • Lo siguen 0 usuarios
  • Votos 0
  • Suscripciones 43
Actividad reciente de Rabagast Actividad reciente Votos
  • Pick a random number with no repeat.

    I want to pick a random number between 1 and 9, but I have some issues. A passenger will appear randomly on pad 1 - 9, but only one time on each pad.And when I pick up the passenger on for example ...

  • Emit objects and place them on tags.

    I have an object I will emit. I set the maximum to 4, so it will emit the object 4 times. The emitted object has a follower, so it will follow a tag. These 4 object follow the same tag, but I don't...

  • Thrust C64 Cargo Mechanic.

    Hi! Any ideas how to make this properly. I use connectors, but I'm not so good with that. Just watch the video so you can see what I want to do. https://youtu.be/HOl2swTtheM

  • Walking Machine

    https://youtu.be/6GkOEczAiVo Hi! Not sure if this is the right name on it in games, but take a look at this video. It's a remake of a classic game on C64, called Manic Miner. This version is on A...

  • Destroy only one of two identical objects

    I want to be short. I have two identical objects. They are copies. When I click X, the objects will be destroyed, but I want to destroy only one object at a time. Is it a way to do that? Or is it ...

  • Snake

    Hi! Remember the old snake game from Nokia phone? I have seen some snake games in Dreams and some of them are mixable. All use the same logic. Using the emitter. It's really bad for the Thermo, s...

  • Get the game time of all the players

    I got it to work to find the best time, but how can I find the 2nd best and the 3rd? 4th is easy since it's just using the maximum instead of minimum. It was harder than I thought.

  • Sub menus issue

    Hi! I have a game menu issue. I kinda know how to fix it. Just wonder what is the best way to do it. When I enter a menu, I use circle button to get back to the previous menu. But when I have mor...

  • Get the best time of 4 players

    Hi! I want to get the best time of the 4 players. What is the best way to do that? Each player has their own game time variable. When all the players finished the level, I use get time and wire the...

  • Camera Following

    I'm making a 2D side scroller space shooter, but I'm having some issues with the camera. The camera move automatically and the space ship follows the camera movement, but I also need to be able to ...