Issue with Fading Text box and Visible layers

0 favourites
  • 1 posts
From the Asset Store
Change delay, create new lines, "backspace" the text
  • Issues I am having, reaching Stage 2 it turns my text into an accumulator that actively adds to itself, and the layers are not switching from invisible to visible.

    I have set a Global Variable; Stage = 1

    I am calling it in a text box and letting it fade over time.

    Then through events I am calling the Stage to display again, but I am getting an actively running accumulator when adding to stage 1, calling stage 2, that has no end it starts counting and only stops when I close the browser.

    Setup for visble text box:

    System Event Stage=1

    + Textbox Set text to "Stage" & Stage

    + Wait 2.0 seconds

                         

    System Event XP=20    

    + Add 1 to Global Stage

    + Textbox Set Visible

    In the Object Properties for the Stage Text box, I have a Fade Behavior; Wait time = 2, Fade out time = 1, Destroy = No.

    I have tried this with the Layers too, setting the layers to invisble for the fade, that didn't do anything either.

    Setup for visible/invisible layers:

    System Event Stage=1

    + Textbox Set text to "Stage" & Stage

    + Wait 2.0 seconds

                         

    System Event XP=20    

    + Add 1 to Global Stage

    + Textbox Set Visible

    Any help would be appreciated, or pointing me to tutorials on how to do this correctly would be great!

    Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)