Kindly check my .fla uploaded to this site:

http://www.geocities.com/b3nch08/help/Help.fla
http://www.geocities.com/b3nch08/help/Help.swf
http://www.geocities.com/b3nch08/help/Help.html


My problem is this:

1. I cant play the movie clip triggered by a button outside a movie clip.

on (release){
_root["animate"].gotoAndPlay("move");
}

2. I generated a variable named myVariable inside the movie clip but i cant display the value when called outside the movie clip.

myVariableOutside=_root[animate].myVariable;



Any help would be appreciated. Thanks in advanced.



b3nch08