I have this code [AS]if (this._currentframe==2) {
this.bt1.gotoAndStop(11);
}
[/AS]
it will check if an element of my menu is at frame 2 and if so tell this element to go frame 11 but it won’t work, i’ve tried many things for the path but didn’t find out what’s the problem with my code.
Ubik