How to display an output message

Displaying an output message in flash is really useful when needing to display instructions to the user about the flash movie/game, or even credits and acknowledgements. It is extremely easy to do too.
Right click on frame 1, select actions and insert the following actionscript:

trace (“Use the arrow keys to navigate your way around”)

Once the flash movie starts an external message will be displayed to the user saying 'Use the arrow keys to navigate your way around'.

1 comment:

Unknown said...
This comment has been removed by the author.