Ok im doing a bit of editing on a flash website for a friend, any way im trying to determine how the actionscript is linking the pictures with a button.
Ok here is the code that changes a picture-
the relesase is for a button but what i cant work out is where the hell or what "pictures." is refering to. I assume its some object/container or a function but i can not find anything within the actionscript that mentions pictures except within the code for each button.
Any help with this would be great, note im a bit of a newb when it comes to flash/actionscript,
Thanks,
Ok here is the code that changes a picture-
Code:
on (release)
{
pictures.gotoAndStop(14);
}
Any help with this would be great, note im a bit of a newb when it comes to flash/actionscript,
Thanks,
Comment