Frame 1 (588 B)
function doSomething() {
}
function doSomething2() {
getURL ("http://youkou-chan.deviantart.com/", _blank);
}
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Made by Youkou-chan (^-^)", doSomething);
Functioned2 = new ContextMenuItem("Click here to visit my deviantart", doSomething2);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
_root.menu = MENU;
percentloaded = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
LoadedText.text = percentloaded + "%";
Instance of Symbol 10 MovieClip in Frame 1 (65 B)
onClipEvent (enterFrame) {
this._xscale = _root.percentloaded;
}
Frame 2 (52 B)
if (percentloaded < 100) {
gotoAndPlay (1);
}
Frame 3 (8 B)
stop();
Symbol 25 Button (44 B)
on (release) {
_root.gotoAndStop("play");
}
Symbol 27 Button (30 B)
on (release) {
nextFrame();
}
Symbol 40 Button (30 B)
on (release) {
prevFrame();
}
Symbol 43 Button (45 B)
on (release) {
_root.gotoAndStop("start");
}
Symbol 47 Button (30 B)
on (release) {
nextFrame();
}
Symbol 123 Button (45 B)
on (release) {
_root.gotoAndStop("start");
}