Ok. I still need help here. I've done countless hours of research to get this to work and still no luck. The temporary link to my "under construction" flash site is:
In the contacts page, If anyone has experience with getting the email form to work PLEASE help me!!!
Also, on the photos page, the first two thumbnails have actions assigned to them to have a box slide from the bottom left and display the plant name. On some computers, the box isn't shown. Instead you can see it from the very top of the screen as it fades out. (oldnewbie, this is what you were helping me out with a few weeks back).
For some reason, the setVariables of x and y position are not loading properly. Here is the script:
on (rollOver) {
setProperty ("nbADG", _x, "300"

;
setProperty ("nbADG", _y, "555"

;
tellTarget ("nbADG"

{
gotoAndPlay (2);
}
}
on (rollOut) {
setProperty ("nbADG", _x, "300"

;
setProperty ("nbADG", _y, "555"

;
tellTarget ("nbADG"

{
gotoAndPlay (7);
}
}
on (release) {
gotoAndPlay ("Abiqua Drinking Gourd", 1);
}
Again. I would appreciate any help.