λ
April 12th, 2003, 11:55 AM
on (release){
skehintoolbar.data.exists = true;
skehintoolbar.data.persontype = "developer";
_root.gotoAndPlay ("developer", 1)
}
The above code is on a button in a movieclip in the main stage, but when I click the button, nothing happens. It's supposed to go to a new scene, with content designed for developers. skehintoolbar is a local SharedObject:
skehintoolbar = SharedObject.getLocal("skehintoolbar");
skehintoolbar.data.exists = true;
skehintoolbar.data.persontype = "developer";
_root.gotoAndPlay ("developer", 1)
}
The above code is on a button in a movieclip in the main stage, but when I click the button, nothing happens. It's supposed to go to a new scene, with content designed for developers. skehintoolbar is a local SharedObject:
skehintoolbar = SharedObject.getLocal("skehintoolbar");