twenteetwo's Forum Posts

  • 3 posts
  • THIS WHOLE TIME! haha

    Thanks so much. I got it working. =)

  • Let's say the player has 60 seconds to complete the game.

    Create a Number type Global Variable and name it 'Timer' and set it equal to 60

    Create events

    1. System - Every 1.0 Seconds

          System - Subtract 1 from Timer

    2. System - Timer <= 0

           (insert end results here)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm working on a project that requires me to take a long sentence and have it scroll across the screen, building a scrolling marquee. Basically, I want to be able to do this:

    youtube.com/watch

    I want to take my long sentence and have it scroll towards the left of the screen. I have a Text Object with which I used the Bullet behavior to give it movement and the Wrap behavior to allow it to repeat the sentence once the sentence has scrolled all the way through. My problem is, Bullet only shoots the sentence going to the right. I have been trying for a while now to figure out a way to shoot the text to the left. I've tried setting the bullet angle to 180 degrees, but that completely rotates the text 180 as well, making the sentence unreadable. I've been sitting here for a good hour or so racking my brain, but I can't find a solution. Help, pretty please?

  • 3 posts