When a Label is not what it seems

Hello Everyone
I had noticed that this section hasn’t been posted on much so I have made a very simple and basic example of how you can make a normal looking label appear more than it is :slight_smile:

Instructions:

  • Clicking Random by itself will randomise the colour of each single letter in the normal looking label Screen1.
  • Checking Font Size then random will randomise the colour and now the font size of each letter.
  • Checking Full Screen will make it full screen.
  • Adjusting the slider will adjust the speed of the changes.

Obviously please feel free to use and please make this better by trying out then adding your own ideas to it! :slight_smile: Then post it here for us all to see! :slight_smile:
Label.aia (5.6 KB)
Label.apk (2.2 MB)

5 Likes

看起来非常棒。

Nice effect for an intro screen.

Afternoon everyone
I’ve tweaked the Label so it now:

  1. Random colours
  2. Random font sizes
  3. Allows user text input
  4. Random background colours
  5. Random moves around the screen.

Please note that it looks rubbish if you aren’t using a tablet :stuck_out_tongue_winking_eye: sorry. (Tab4 tested)
The movement has been achieved by using a table with blank images with the main text in the centre cell which then has the outer cells randomly size changing. This moves the main label around the screen. Animation without animation :slight_smile:
Label.aia (22.2 KB)
Label.apk (2.2 MB)
The coding isn’t too pretty either :confused: