Variables are important building blocks in the creation of applications. Variables are words/ containers that hold or represent data. Variables – Hold or represent data – Hold different types of data Actionscript var myName : String; myName = “Kev”; trace (myName); From the code above var will turn blue, when a word turns blue in […]