flash q
flash q
Out of context: Reply #1
- Started
- Last post
- 12 Responses
- ********0
it looks like the numbers on the buttons are coming from the instance names of the buttons on the stage...
yup, exactly... try adding another instance of a button and gie it the instance name. mvcBtn9
then there'll be a button with a number 9 on it...
basically it spools through the instance names and places the number after the mvcBtn in the
textField of the button in question, via seeting the var on the button, as opposed to targetting it's ._text property... not the best way.Not to be cheeky but I think this tutorial is probably more advanced than what it is you are looking to do (not to mention they use a textField's var instead of targetting it properly - so no matter how complex not a good thing to learn from,,,)