all groups > flash actionscript > april 2005 >
You're in the

flash actionscript

group:

Goto Not working


Goto Not working DagazArcane
4/17/2005 12:00:00 AM
flash actionscript:
on frame 1 i have a script:

so = sharedobject.getlocal("Menu");

if (so.data.frame != undefined) {
this.gotoAndStop(so.data.frame);
} else {
this.gotoAndStop("Closed")
}

There are 2 frame labels, Closed and Open

and on those frames i have:

function rememberme() {
so.data.frame=this._currentFrame;
}
stop();


when tested on local machine as a swf it works,

yet when on site

www.aquatic-ads.com

the menu doesnt show

a copy of the fla file is here:

http://www.aquatic-ads.com/menu/bubblesTest.fla

Many Thanks

DagazArcane
Re: Goto Not working Blade alSlayer
4/17/2005 12:00:00 AM
Re: Goto Not working DagazArcane
4/17/2005 12:00:00 AM
Re: Goto Not working Blade alSlayer
4/19/2005 12:00:00 AM
Re: Goto Not working Travis Newbury
4/20/2005 12:00:00 AM
[quoted text, click to view]

And without quoting some of the original text, no one else can help them
either... Is it that hard to quote text?


--
Re: Goto Not working DagazArcane
4/23/2005 8:57:21 AM
Thanks for the help, have got it all working. if anyone wants a copy of my bad
coding feel free to drop me a line and i'll give u a link to download it. was
because i had the frame location in a function but never called that function.
duh
AddThis Social Bookmark Button