ascii transition effect - help understanding

0 favourites
  • 2 posts
From the Asset Store
Game with complete Source-Code (Construct 3 / .c3p) + HTML5 Exported.
  • hi friends,

    howtoconstructdemos.com/ascii-art-loading

    i love this effect, and i'd love to try and understand how it's working rather than just copy and pasting it. i'm quite new to this, so any help appreciated.

    key things like...

    - it says it rescales to a size smaller than the canvas (so how is it fully obscuring to begin with)

    - then i'm not sure i understand the role of "n" and "r" ....

    - and how is it deleting things line by line in this cool way.

    any help appreciate, thank you!

    Tagged:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • it says it rescales to a size smaller than the canvas (so how is it fully obscuring to begin with)

    Not sure what you mean by that. The image is simply covered by a tilemap filled with black tiles.

    Then the tiles are erased on the tilemap at random intervals and in blocks of random size.

    For example, first r=30, so the first 30 tiles are removed. Then r=7, so tiles form 31 to 37 are removed. And so on.

    By the way, this example has nothing to do with scripting. You should've posted it in "How do I" subforum.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)