Hi I am building a word game in which I want a word from an array to appear in the centre of the screen and then move to a different place and be scaled down.
What is the best way to do this in OOP programing?
- Do I create an empty textbox with TLF text
- Change it into a movie clip
- Apply the motion tween
- Create a .as class file for it
- and somehow code it to accept the first word from my array
Am I on the right track here?
Any tips would be greatly appreciated
Thanks a bunch
Charine