Scap's Forum Posts

  • Hello

    I'm making a space buldier game and I'd like to do a similar function as snap to grid but during in game!

    For exemple I'll select a station and I want to build it. This can only build places specified in the space.

    Such as snap to grid function in the game editor!

    Is there some simple solution? For exemple something event settings or other else...

    I hope you understand what I want

  • Thank you!

  • Hello

    My problem is very simple!

    I just want to write out to the display a text and I'd like that the text is to be pinned on centre of the screen. But! the display is will scroll and meanwhile the text have to still remains in the middle of the screen.

    Something simple solution?

    (Sorry for my bad english)

  • No problem! Thx, it's also good idea.

  • Thanks Aphrodite!

    It's work.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • My problem is very simple:

    How do I create a random number between two value one time.

    (Not repeat again n again... only once generate random number!)

    So if I wrote that:

    System - Set value: Set Glo_temp_vari to floor(random(3,13))

    It will to generate a number between 3 and 13, but after it will to repeat again and again to infinitium. I want that it doesn't repeat again.

    Something simple solution? Thx

  • Hello

    I'm making a "spaceship" game, and the ship to steer, I use the "car movement". But I don't know how to do that the spaceship in standing position turn left or right than as can a real spacehips do it. So how to do it? Or can not be done it with the car movement behavior? The car movement it most resembles a spaceship. I think I need to use it, but it does not turn in standing such as a car. What is the solution?

    I hope you understand what I wrote. Sorry the bad english, but it not my language.

    Please help!

    How can I do to steer my character if it standing?