|
-
I'm not sure about anything anymore...
For reference, the web site I'm updating can be found here:
http://ashbahiandesign.com/
The page I'm trying to change is the PROJECTS page.
In the FLA it has six instances of 'mc_btn_projects'. The instance names for each appear in all caps with spaces in the SWF but in the FLA they all read "PROJECTS".
The first mc_btn_project instance with the instance name "ARTIST STUDIO" has the following script:
onClipEvent(load){
pID = 1;
}
The second one has the same script but the pID = 2, the third's pID = 3, fourth = 4, etc.
The mc_btn_project instance has three layers and one frame inside of it.
Layer 3 has actionscript in it:
stop();
project.text = this._name;
Layer 2 has btn_text_button which is basically a transparent rectangle specifying the hit area. It has the actionscript:
on (release) {
_root.project = this._name;
_root.pID = pID;
_root.currentImage = 1;
}
Layer 1 has a Dynamic Text box that reads PROJECTS (as mentioned above). Its instance name is projects and its Var: is projects. It doesn't have any actionscript.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|