futureturnip's Forum Posts

  • 4 posts
  • I'm enjoying the beta of Construct 3. I thought I remember reading in the announcement that during the beta period we would have access to all the features without limitations. For example, we would be able to add more than 2 layers. Is that not true?

  • Hi I'm FutureTurnip (a.k.a., Jeff Kwak). I code.

    Construct 2 is an impressive tool kit. It's an enjoyable way to create games. The Construct team is incredible. Every couple of weeks there is some jaw dropping new functionality.

  • Dumb question, but I just can't make the color palette window appear in the image editor. What am I doing wrong?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Setup: I have a sprite with Bullet behavior. The speed of the bullet is set to 100. The bullet is initially positioned somewhere inside the visible layout.

    Add a global variable named "Phase". Set it's initial value to "before".

    1. The first event, on layout start, waits for 3s. Then sets "Phase" to "start".

    2. The second event, compares the value of "Phase" and when equal to "start" sets the position of the bullet to 0,0.

    OBSERVE: The bullet stops moving, instead of continuing from it's previous position. Note: setting the bullet to enabled or changing its speed has no effect. It's stuck.

    dropbox.com/s/e3h40oko4mbb485/FollowPath.capx

  • 4 posts