Loading...

3absh3absh Member Posts: 601

I need to display the word "Loading..."
while making the last dot blink on and off

Comments

  • 3absh3absh Member Posts: 601

    Solved it

  • JapsterJapster Member Posts: 672
    edited May 2017

    Glad you sorted it! - I used something similar last night playing around with my adventure engine text input routine...

    PS - I used a higher mod value, with a single if/otherwise/otherwise, etc), that compares for each (your time/mod expression, but mod 4,5,6 etc), for my input cursor. Using this you can have a flashing / strobing / multicolour indicator, or even animated using different characters - think old propeller animations (/,|,\,-) etc... :smiley:

  • ArmellineArmelline Member, PRO Posts: 5,327

    @Japster said:
    Glad you sorted it! - I used something similar last night playing around with my adventure engine text input routine...

    PS - I used a higher mod value, with a single if/otherwise/otherwise, etc), that compares for each (your time/mod expression, but mod 4,5,6 etc), for my input cursor. Using this you can have a flashing / strobing / multicolour indicator, or even animated using different characters - think old propeller animations (/,|,\,-) etc... :smiley:

    The propeller is a great idea! Can be done with single display text.

  • JapsterJapster Member Posts: 672

    @Armelline said:

    @Japster said:
    Glad you sorted it! - I used something similar last night playing around with my adventure engine text input routine...

    PS - I used a higher mod value, with a single if/otherwise/otherwise, etc), that compares for each (your time/mod expression, but mod 4,5,6 etc), for my input cursor. Using this you can have a flashing / strobing / multicolour indicator, or even animated using different characters - think old propeller animations (/,|,\,-) etc... :smiley:

    The propeller is a great idea! Can be done with single display text.

    Niiiice! @Armelline - Love it! :smiley:

Sign In or Register to comment.