Rabagast

  • Atividade total 166
  • Última atividade
  • Membro desde
  • A seguir 0 utilizadores
  • Seguido por 0 utilizadores
  • Votos 0
  • Subscrições 43
Atividade recente de Rabagast Atividade recente Votos
  • 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 ...

  • Can't publish my game

    I was going to publish my game yesterday, but iI get this message:You don't have collaborator rights to edit this creationIs this about the whole game or a specific creation, like character, object...

  • Keyframes to move and rotate and object

    I use keyframes on a timeline to move an object on the screen. But I want the object to rotate while it's moving. But it's not working!What I tried is :I placed keyframes on a timeline, the first k...

  • Non Physic Object

    Hi!I have an object which I can move in four directions. Up, left, right and down. This object has no physic. Collider doesn't work on non physical objects. I tried to use laser scope or trigger. B...