STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228128
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/82785335?noj=FRM82785335-14DC" width="1" height="1"></div>

Virtual Keyboard.swf

This is the info page for
Flash #24120

(Click the ID number above for more basic data on this flash file.)


Text
Play

Play

How to Play

Credits

Back

Back

Back

Virtual Keyboard

V. 2.0

Created by:  Justin Poel

www.covertjamboree.com

Click on this to change
your instrument.  There
are 5 instruments to
choose.

Click on this to choose a
demo/lesson.  There are
6 to choose from.

Drag the peg to zoom the
keyboard in and out

Click on the keys to play
a note.  Move the mouse
to the sides to scroll the
keyboard.

This is the player.  Press
play to play the
demo/lesson.  The rest is
pretty self explanatory...

This is the song's status.
It's either Playing,
Paused, or Stopped.

Piano

Piano

Electric Guitar

Steel Drum

Strings

Vibraphone

Demo/Lesson

Demo/Lesson

Instrument

Instrument

Status: Stopped

Select Demo/Lesson

Mario Theme

D

L

Kirby - Green Greens

Zelda Theme

FFVII - Gold Saucer

Tetris Theme

Chrono Trigger

Millennial Fair

ActionScript [AS1/AS2]

Instance of Symbol 461 MovieClip "cursor" in Frame 1
onClipEvent (enterFrame) { this._x = _root._xmouse; this._y = _root._ymouse; }
Instance of Symbol 599 MovieClip in Frame 26
onClipEvent (enterFrame) { if (this._x <= -58) { this._x = this._x; } else if (this._x >= 558) { this._x = this._x; } if ((_root._xmouse <= 80) and (_root._xmouse > 50)) { this._x = this._x + 2; } else if ((_root._xmouse <= 50) and (_root._xmouse > 30)) { this._x = this._x + 4; } else if ((_root._xmouse <= 30) and (_root._xmouse > 0)) { this._x = this._x + 6; } if ((_root._xmouse >= 420) and (_root._xmouse < 450)) { this._x = this._x - 2; } else if ((_root._xmouse >= 450) and (_root._xmouse < 470)) { this._x = this._x - 4; } else if ((_root._xmouse >= 470) and (_root._xmouse < 500)) { this._x = this._x - 6; } }
Frame 47
_root.sound.instrumentname = "Piano"; _root.demo.demoname = "Select Demo/Lesson"; chord = false; instrument = 1; stop();
Instance of Symbol 599 MovieClip "keyboard" in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse)) { if (_root.left._x < 0) { if ((_root._xmouse <= 80) and (_root._xmouse > 50)) { this._x = this._x + 2; } else if ((_root._xmouse <= 50) and (_root._xmouse > 30)) { this._x = this._x + 5; } else if ((_root._xmouse <= 30) and (_root._xmouse > 0)) { this._x = this._x + 10; } } } if (this.hitTest(_root._xmouse, _root._ymouse)) { if (_root.right._x > 508) { if ((_root._xmouse >= 420) and (_root._xmouse < 450)) { this._x = this._x - 2; } else if ((_root._xmouse >= 450) and (_root._xmouse < 470)) { this._x = this._x - 5; } else if ((_root._xmouse >= 470) and (_root._xmouse < 500)) { this._x = this._x - 10; } } } }
Instance of Symbol 602 MovieClip "left" in Frame 47
onClipEvent (enterFrame) { this._y = _root.keyboard._y - 20; this._x = Math.abs(_root.keyboard._x) - (_root.keyboard._width / 2); if (this._x > 0) { _root.keyboard._x = _root.keyboard._width / 2; } }
Instance of Symbol 602 MovieClip "right" in Frame 47
onClipEvent (enterFrame) { this._y = _root.keyboard._y + 20; this._x = (_root.keyboard._width / 2) + _root.keyboard._x; if (this._x < 500) { _root.keyboard._x = 500 - (_root.keyboard._width / 2); } }
Instance of Symbol 627 MovieClip "sound" in Frame 47
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse) == false) { this.gotoAndStop(1); } }
Instance of Symbol 634 MovieClip "state" in Frame 47
onClipEvent (load) { this.state = "Status: Stopped"; }
Instance of Symbol 653 MovieClip "slider" in Frame 47
onClipEvent (enterFrame) { distance = (-(this._x - _root.begin._x)) + 100; _root.keyboard._xscale = distance; _root.keyboard._yscale = distance; } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse)) { this.startDrag(false, 11, 157.1, 66, 157.1); _root.keyboard._x = 250; } } onClipEvent (mouseUp) { this.stopDrag(); }
Instance of Symbol 695 MovieClip "demo" in Frame 47
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse) == false) { this.gotoAndStop(1); } }
Symbol 304 MovieClip [FUIComponentSymbol] Frame 1
#initclip 1 function FUIComponentClass() { this.init(); } FUIComponentClass.prototype = new MovieClip(); FUIComponentClass.prototype.init = function () { this.enable = true; this.focused = false; this.useHandCursor = false; this._accImpl = new Object(); this._accImpl.stub = true; this.styleTable = new Array(); if (_global.globalStyleFormat == undefined) { _global.globalStyleFormat = new FStyleFormat(); globalStyleFormat.isGlobal = true; _global._focusControl = new Object(); _global._focusControl.onSetFocus = function (oldFocus, newFocus) { oldFocus.myOnKillFocus(); newFocus.myOnSetFocus(); }; Selection.addListener(_global._focusControl); } if (this._name != undefined) { this._focusrect = false; this.tabEnabled = true; this.focusEnabled = true; this.tabChildren = false; this.tabFocused = true; if (this.hostStyle == undefined) { globalStyleFormat.addListener(this); } else { this.styleTable = this.hostStyle; } this.deadPreview._visible = false; this.deadPreview._width = (this.deadPreview._height = 1); this.methodTable = new Object(); this.keyListener = new Object(); this.keyListener.controller = this; this.keyListener.onKeyDown = function () { this.controller.myOnKeyDown(); }; this.keyListener.onKeyUp = function () { this.controller.myOnKeyUp(); }; for (var i in this.styleFormat_prm) { this.setStyleProperty(i, this.styleFormat_prm[i]); } } }; FUIComponentClass.prototype.setEnabled = function (enabledFlag) { this.enable = ((arguments.length > 0) ? (enabledFlag) : true); this.tabEnabled = (this.focusEnabled = enabledFlag); if ((!this.enable) && (this.focused)) { Selection.setFocus(undefined); } }; FUIComponentClass.prototype.getEnabled = function () { return(this.enable); }; FUIComponentClass.prototype.setSize = function (w, h) { this.width = w; this.height = h; this.focusRect.removeMovieClip(); }; FUIComponentClass.prototype.setChangeHandler = function (chng, obj) { this.handlerObj = ((obj == undefined) ? (this._parent) : (obj)); this.changeHandler = chng; }; FUIComponentClass.prototype.invalidate = function (methodName) { this.methodTable[methodName] = true; this.onEnterFrame = this.cleanUI; }; FUIComponentClass.prototype.cleanUI = function () { if (this.methodTable.setSize) { this.setSize(this.width, this.height); } else { this.cleanUINotSize(); } this.methodTable = new Object(); delete this.onEnterFrame; }; FUIComponentClass.prototype.cleanUINotSize = function () { for (var funct in this.methodTable) { this[funct](); } }; FUIComponentClass.prototype.drawRect = function (x, y, w, h) { var inner = this.styleTable.focusRectInner.value; var outer = this.styleTable.focusRectOuter.value; if (inner == undefined) { inner = 16777215 /* 0xFFFFFF */; } if (outer == undefined) { outer = 0; } this.createEmptyMovieClip("focusRect", 1000); this.focusRect.controller = this; this.focusRect.lineStyle(1, outer); this.focusRect.moveTo(x, y); this.focusRect.lineTo(x + w, y); this.focusRect.lineTo(x + w, y + h); this.focusRect.lineTo(x, y + h); this.focusRect.lineTo(x, y); this.focusRect.lineStyle(1, inner); this.focusRect.moveTo(x + 1, y + 1); this.focusRect.lineTo((x + w) - 1, y + 1); this.focusRect.lineTo((x + w) - 1, (y + h) - 1); this.focusRect.lineTo(x + 1, (y + h) - 1); this.focusRect.lineTo(x + 1, y + 1); }; FUIComponentClass.prototype.pressFocus = function () { this.tabFocused = false; this.focusRect.removeMovieClip(); Selection.setFocus(this); }; FUIComponentClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this.width + 4, this.height + 4); }; FUIComponentClass.prototype.myOnSetFocus = function () { this.focused = true; Key.addListener(this.keyListener); if (this.tabFocused) { this.drawFocusRect(); } }; FUIComponentClass.prototype.myOnKillFocus = function () { this.tabFocused = true; this.focused = false; this.focusRect.removeMovieClip(); Key.removeListener(this.keyListener); }; FUIComponentClass.prototype.executeCallBack = function () { this.handlerObj[this.changeHandler](this); }; FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) { this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal); }; FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) { if (value == "") { return(undefined); } var tmpValue = parseInt(value); if (!isNaN(tmpValue)) { value = tmpValue; } var global = ((arguments.length > 2) ? (isGlobal) : false); if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].useGlobal || (!global)) { this.styleTable[propName].value = value; if (this.setCustomStyleProperty(propName, value)) { } else if (propName == "embedFonts") { this.invalidate("setSize"); } else if (propName.subString(0, 4) == "text") { if (this.textStyle == undefined) { this.textStyle = new TextFormat(); } var textProp = propName.subString(4, propName.length); this.textStyle[textProp] = value; this.invalidate("setSize"); } else { for (var j in this.styleTable[propName].coloredMCs) { var myColor = new Color(this.styleTable[propName].coloredMCs[j]); if (this.styleTable[propName].value == undefined) { var myTObj = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; myColor.setTransform(myTObj); } else { myColor.setRGB(value); } } } this.styleTable[propName].useGlobal = global; } }; FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) { if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].coloredMCs == undefined) { this.styleTable[propName].coloredMCs = new Object(); } this.styleTable[propName].coloredMCs[skinMCRef] = skinMCRef; if (this.styleTable[propName].value != undefined) { var myColor = new Color(skinMCRef); myColor.setRGB(this.styleTable[propName].value); } }; _global.FStyleFormat = function () { this.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true}; this.listeners = new Object(); this.isGlobal = false; if (arguments.length > 0) { for (var i in arguments[0]) { this[i] = arguments[0][i]; } } }; _global.FStyleFormat.prototype = new Object(); FStyleFormat.prototype.addListener = function () { var arg = 0; while (arg < arguments.length) { var mcRef = arguments[arg]; this.listeners[arguments[arg]] = mcRef; for (var i in this) { if (this.isAStyle(i)) { mcRef.updateStyleProperty(this, i.toString()); } } arg++; } }; FStyleFormat.prototype.removeListener = function (component) { this.listeners[component] = undefined; for (var prop in this) { if (this.isAStyle(prop)) { if (component.styleTable[prop].useGlobal == this.isGlobal) { component.styleTable[prop].useGlobal = true; var value = (this.isGlobal ? undefined : (globalStyleFormat[prop])); component.setStyleProperty(prop, value, true); } } } }; FStyleFormat.prototype.applyChanges = function () { var count = 0; for (var i in this.listeners) { var component = this.listeners[i]; if (arguments.length > 0) { var j = 0; while (j < arguments.length) { if (this.isAStyle(arguments[j])) { component.updateStyleProperty(this, arguments[j]); } j++; } } else { for (var j in this) { if (this.isAStyle(j)) { component.updateStyleProperty(this, j.toString()); } } } } }; FStyleFormat.prototype.isAStyle = function (name) { return((this.nonStyles[name] ? false : true)); }; #endinitclip
Symbol 317 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 327 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 336 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "foregroundDisabled"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 337 MovieClip [UpArrow] Frame 1
stop();
Symbol 337 MovieClip [UpArrow] Frame 2
stop();
Symbol 337 MovieClip [UpArrow] Frame 3
stop();
Symbol 344 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 351 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 356 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(highlight3D_mc, "highlight3D"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight");
Symbol 357 MovieClip [ScrollThumb] Frame 1
stop();
Symbol 365 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 373 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 381 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "foregroundDisabled"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 382 MovieClip [DownArrow] Frame 1
stop();
Symbol 382 MovieClip [DownArrow] Frame 2
stop();
Symbol 382 MovieClip [DownArrow] Frame 3
stop();
Symbol 385 MovieClip Frame 1
var component = _parent; component.registerSkinElement(track_mc, "scrollTrack");
Symbol 386 MovieClip [FScrollBarSymbol] Frame 1
#initclip 2 FScrollBarClass = function () { if (this._height == 4) { return(undefined); } this.init(); this.minPos = (this.maxPos = (this.pageSize = (this.largeScroll = 0))); this.smallScroll = 1; this.width = (this.horizontal ? (this._width) : (this._height)); this._xscale = (this._yscale = 100); this.setScrollPosition(0); this.tabEnabled = false; if (this._targetInstanceName.length > 0) { this.setScrollTarget(this._parent[this._targetInstanceName]); } this.tabChildren = false; this.setSize(this.width); }; FScrollBarClass.prototype = new FUIComponentClass(); FScrollBarClass.prototype.setHorizontal = function (flag) { if (this.horizontal && (!flag)) { this._xscale = 100; this._rotation = 0; } else if (flag && (!this.horizontal)) { this._xscale = -100; this._rotation = -90; } this.horizontal = flag; }; FScrollBarClass.prototype.setScrollProperties = function (pSize, mnPos, mxPos) { if (!this.enable) { return(undefined); } this.pageSize = pSize; this.minPos = Math.max(mnPos, 0); this.maxPos = Math.max(mxPos, 0); this.scrollPosition = Math.max(this.minPos, this.scrollPosition); this.scrollPosition = Math.min(this.maxPos, this.scrollPosition); if ((this.maxPos - this.minPos) <= 0) { this.scrollThumb_mc.removeMovieClip(); this.upArrow_mc.gotoAndStop(3); this.downArrow_mc.gotoAndStop(3); this.downArrow_mc.onPress = (this.downArrow_mc.onRelease = (this.downArrow_mc.onDragOut = null)); this.upArrow_mc.onPress = (this.upArrow_mc.onRelease = (this.upArrow_mc.onDragOut = null)); this.scrollTrack_mc.onPress = (this.scrollTrack_mc.onRelease = null); this.scrollTrack_mc.onDragOut = (this.scrollTrack_mc.onRollOut = null); this.scrollTrack_mc.useHandCursor = false; } else { var tmp = this.getScrollPosition(); this.upArrow_mc.gotoAndStop(1); this.downArrow_mc.gotoAndStop(1); this.upArrow_mc.onPress = (this.upArrow_mc.onDragOver = this.startUpScroller); this.upArrow_mc.onRelease = (this.upArrow_mc.onDragOut = this.stopScrolling); this.downArrow_mc.onPress = (this.downArrow_mc.onDragOver = this.startDownScroller); this.downArrow_mc.onRelease = (this.downArrow_mc.onDragOut = this.stopScrolling); this.scrollTrack_mc.onPress = (this.scrollTrack_mc.onDragOver = this.startTrackScroller); this.scrollTrack_mc.onRelease = this.stopScrolling; this.scrollTrack_mc.onDragOut = this.stopScrolling; this.scrollTrack_mc.onRollOut = this.stopScrolling; this.scrollTrack_mc.useHandCursor = false; this.attachMovie("ScrollThumb", "scrollThumb_mc", 3); this.scrollThumb_mc._x = 0; this.scrollThumb_mc._y = this.upArrow_mc._height; this.scrollThumb_mc.onPress = this.startDragThumb; this.scrollThumb_mc.controller = this; this.scrollThumb_mc.onRelease = (this.scrollThumb_mc.onReleaseOutside = this.stopDragThumb); this.scrollThumb_mc.useHandCursor = false; this.thumbHeight = (this.pageSize / ((this.maxPos - this.minPos) + this.pageSize)) * this.trackSize; this.thumbMid_mc = this.scrollThumb_mc.mc_sliderMid; this.thumbTop_mc = this.scrollThumb_mc.mc_sliderTop; this.thumbBot_mc = this.scrollThumb_mc.mc_sliderBot; this.thumbHeight = Math.max(this.thumbHeight, 6); this.midHeight = (this.thumbHeight - this.thumbTop_mc._height) - this.thumbBot_mc._height; this.thumbMid_mc._yScale = (this.midHeight * 100) / this.thumbMid_mc._height; this.thumbMid_mc._y = this.thumbTop_mc._height; this.thumbBot_mc._y = this.thumbTop_mc._height + this.midHeight; this.scrollTop = this.scrollThumb_mc._y; this.trackHeight = this.trackSize - this.thumbHeight; this.scrollBot = this.trackHeight + this.scrollTop; tmp = Math.min(tmp, this.maxPos); this.setScrollPosition(Math.max(tmp, this.minPos)); } }; FScrollBarClass.prototype.getScrollPosition = function () { return(this.scrollPosition); }; FScrollBarClass.prototype.setScrollPosition = function (pos) { this.scrollPosition = pos; if (this.scrollThumb_mc != undefined) { pos = Math.min(pos, this.maxPos); pos = Math.max(pos, this.minPos); } this.scrollThumb_mc._y = (((pos - this.minPos) * this.trackHeight) / (this.maxPos - this.minPos)) + this.scrollTop; this.executeCallBack(); }; FScrollBarClass.prototype.setLargeScroll = function (lScroll) { this.largeScroll = lScroll; }; FScrollBarClass.prototype.setSmallScroll = function (sScroll) { this.smallScroll = sScroll; }; FScrollBarClass.prototype.setEnabled = function (enabledFlag) { var wasEnabled = this.enable; if (enabledFlag && (!wasEnabled)) { this.enable = enabledFlag; if (this.textField != undefined) { this.setScrollTarget(this.textField); } else { this.setScrollProperties(this.pageSize, this.cachedMinPos, this.cachedMaxPos); this.setScrollPosition(this.cachedPos); } this.clickFilter = undefined; } else if ((!enabledFlag) && (wasEnabled)) { this.textField.removeListener(this); this.cachedPos = this.getScrollPosition(); this.cachedMinPos = this.minPos; this.cachedMaxPos = this.maxPos; if (this.clickFilter == undefined) { this.setScrollProperties(this.pageSize, 0, 0); } else { this.clickFilter = true; } this.enable = enabledFlag; } }; FScrollBarClass.prototype.setSize = function (hgt) { if (this._height == 1) { return(undefined); } this.width = hgt; this.scrollTrack_mc._yscale = 100; this.scrollTrack_mc._yscale = (100 * this.width) / this.scrollTrack_mc._height; if (this.upArrow_mc == undefined) { this.attachMovie("UpArrow", "upArrow_mc", 1); this.attachMovie("DownArrow", "downArrow_mc", 2); this.downArrow_mc.controller = (this.upArrow_mc.controller = this); this.upArrow_mc.useHandCursor = (this.downArrow_mc.useHandCursor = false); this.upArrow_mc._x = (this.upArrow_mc._y = 0); this.downArrow_mc._x = 0; } this.scrollTrack_mc.controller = this; this.downArrow_mc._y = this.width - this.downArrow_mc._height; this.trackSize = this.width - (2 * this.downArrow_mc._height); if (this.textField != undefined) { this.onTextChanged(); } else { this.setScrollProperties(this.pageSize, this.minPos, this.maxPos); } }; FScrollBarClass.prototype.scrollIt = function (inc, mode) { var delt = this.smallScroll; if (inc != "one") { delt = ((this.largeScroll == 0) ? (this.pageSize) : (this.largeScroll)); } var newPos = (this.getScrollPosition() + (mode * delt)); if (newPos > this.maxPos) { newPos = this.maxPos; } else if (newPos < this.minPos) { newPos = this.minPos; } this.setScrollPosition(newPos); }; FScrollBarClass.prototype.startDragThumb = function () { this.lastY = this._ymouse; this.onMouseMove = this.controller.dragThumb; }; FScrollBarClass.prototype.dragThumb = function () { this.scrollMove = this._ymouse - this.lastY; this.scrollMove = this.scrollMove + this._y; if (this.scrollMove < this.controller.scrollTop) { this.scrollMove = this.controller.scrollTop; } else if (this.scrollMove > this.controller.scrollBot) { this.scrollMove = this.controller.scrollBot; } this._y = this.scrollMove; var c = this.controller; c.scrollPosition = Math.round(((c.maxPos - c.minPos) * (this._y - c.scrollTop)) / c.trackHeight) + c.minPos; this.controller.isScrolling = true; updateAfterEvent(); this.controller.executeCallBack(); }; FScrollBarClass.prototype.stopDragThumb = function () { this.controller.isScrolling = false; this.onMouseMove = null; }; FScrollBarClass.prototype.startTrackScroller = function () { this.controller.trackScroller(); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "page", -1); }; FScrollBarClass.prototype.scrollInterval = function (inc, mode) { clearInterval(this.scrolling); if (inc == "page") { this.trackScroller(); } else { this.scrollIt(inc, mode); } this.scrolling = setInterval(this, "scrollInterval", 35, inc, mode); }; FScrollBarClass.prototype.trackScroller = function () { if ((this.scrollThumb_mc._y + this.thumbHeight) < this._ymouse) { this.scrollIt("page", 1); } else if (this.scrollThumb_mc._y > this._ymouse) { this.scrollIt("page", -1); } }; FScrollBarClass.prototype.stopScrolling = function () { this.controller.downArrow_mc.gotoAndStop(1); this.controller.upArrow_mc.gotoAndStop(1); clearInterval(this.controller.scrolling); }; FScrollBarClass.prototype.startUpScroller = function () { this.controller.upArrow_mc.gotoAndStop(2); this.controller.scrollIt("one", -1); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "one", -1); }; FScrollBarClass.prototype.startDownScroller = function () { this.controller.downArrow_mc.gotoAndStop(2); this.controller.scrollIt("one", 1); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "one", 1); }; FScrollBarClass.prototype.setScrollTarget = function (tF) { if (tF == undefined) { this.textField.removeListener(this); delete this.textField[(this.horizontal ? "hScroller" : "vScroller")]; if ((this.textField.hScroller != undefined) && (this.textField.vScroller != undefined)) { this.textField.unwatch("text"); this.textField.unwatch("htmltext"); } } this.textField = undefined; if (!(tF instanceof TextField)) { return(undefined); } this.textField = tF; this.textField[(this.horizontal ? "hScroller" : "vScroller")] = this; this.onTextChanged(); this.onChanged = function () { this.onTextChanged(); }; this.onScroller = function () { if (!this.isScrolling) { if (!this.horizontal) { this.setScrollPosition(this.textField.scroll); } else { this.setScrollPosition(this.textField.hscroll); } } }; this.textField.addListener(this); this.textField.watch("text", this.callback); this.textField.watch("htmlText", this.callback); }; FScrollBarClass.prototype.callback = function (prop, oldVal, newVal) { clearInterval(this.hScroller.synchScroll); clearInterval(this.vScroller.synchScroll); this.hScroller.synchScroll = setInterval(this.hScroller, "onTextChanged", 50); this.vScroller.synchScroll = setInterval(this.vScroller, "onTextChanged", 50); return(newVal); }; FScrollBarClass.prototype.onTextChanged = function () { if ((!this.enable) || (this.textField == undefined)) { return(undefined); } clearInterval(this.synchScroll); if (this.horizontal) { var pos = this.textField.hscroll; this.setScrollProperties(this.textField._width, 0, this.textField.maxhscroll); this.setScrollPosition(Math.min(pos, this.textField.maxhscroll)); } else { var pos = this.textField.scroll; var pageSize = (this.textField.bottomScroll - this.textField.scroll); this.setScrollProperties(pageSize, 1, this.textField.maxscroll); this.setScrollPosition(Math.min(pos, this.textField.maxscroll)); } }; FScrollBarClass.prototype.executeCallBack = function () { if (this.textField == undefined) { super.executeCallBack(); } else if (this.horizontal) { this.textField.hscroll = this.getScrollPosition(); } else { this.textField.scroll = this.getScrollPosition(); } }; Object.registerClass("FScrollBarSymbol", FScrollBarClass); #endinitclip
Symbol 390 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 390 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 394 MovieClip [FScrollPaneSymbol] Frame 1
#initclip 3 function FScrollPaneClass() { function boolToString(str) { if (str == "false") { return(false); } if (str == "true") { return(true); } return(str); } this.init(); this.width = this._width; this.height = this._height; this._xscale = (this._yscale = 100); this.contentWidth = (this.contentHeight = 0); if (this.hScroll == undefined) { this.hScroll = (this.vScroll = "auto"); this.dragContent = false; } this.offset = new Object(); this.vScroll = boolToString(this.vScroll); this.hScroll = boolToString(this.hScroll); this.attachMovie("FScrollBarSymbol", "hScrollBar_mc", 100, {hostStyle:this.styleTable}); this.hScrollBar_mc.setHorizontal(true); this.hScrollBar_mc.setSmallScroll(5); this.hScrollBar_mc.setChangeHandler("onScroll", this); this.attachMovie("FScrollBarSymbol", "vScrollBar_mc", 99, {hostStyle:this.styleTable}); this.vScrollBar_mc.setSmallScroll(5); this.vScrollBar_mc.setChangeHandler("onScroll", this); this.setSize(this.width, this.height); if (this.scrollContent != "") { this.setScrollContent(this.scrollContent); } this.setDragContent(this.dragContent); } FScrollPaneClass.prototype = new FUIComponentClass(); Object.registerClass("FScrollPaneSymbol", FScrollPaneClass); FScrollPaneClass.prototype.getScrollContent = function () { return(this.content_mc); }; FScrollPaneClass.prototype.getPaneWidth = function () { return(this.width); }; FScrollPaneClass.prototype.getPaneHeight = function () { return(this.height); }; FScrollPaneClass.prototype.getScrollPosition = function () { var xPos = ((this.hScrollBar_mc == undefined) ? 0 : (this.hScrollBar_mc.getScrollPosition())); var yPos = ((this.vScrollBar_mc == undefined) ? 0 : (this.vScrollBar_mc.getScrollPosition())); return({x:xPos, y:yPos}); }; FScrollPaneClass.prototype.setScrollContent = function (target) { this.offset.x = 0; this.offset.y = 0; if (this.content_mc != undefined) { if (target != this.content_mc) { this.content_mc._visible = false; this.content_mc.removeMovieClip(); this.content_mc.unloadMovie(); } } if (typeof(target) == "string") { this.attachMovie(target, "tmp_mc", 3); this.content_mc = this.tmp_mc; } else if (target == undefined) { this.content_mc.unloadMovie(); } else { this.content_mc = target; } this.localToGlobal(this.offset); this.content_mc._parent.globalToLocal(this.offset); this.content_mc._x = this.offset.x; this.content_mc._y = this.offset.y; var contentBounds = this.content_mc.getBounds(this); this.offset.x = -contentBounds.xMin; this.offset.y = -contentBounds.yMin; this.localToGlobal(this.offset); this.content_mc._parent.globalToLocal(this.offset); this.content_mc._x = this.offset.x; this.content_mc._y = this.offset.y; this.contentWidth = this.content_mc._width; this.contentHeight = this.content_mc._height; this.content_mc.setMask(this.mask_mc); this.setSize(this.width, this.height); }; FScrollPaneClass.prototype.setSize = function (w, h) { if (((arguments.length < 2) || (isNaN(w))) || (isNaN(h))) { return(undefined); } super.setSize(w, h); this.width = Math.max(w, 60); this.height = Math.max(h, 60); this.boundingBox_mc._xscale = 100; this.boundingBox_mc._yscale = 100; this.boundingBox_mc._width = this.width; this.boundingBox_mc._height = this.height; this.setHandV(); this.initScrollBars(); if (this.mask_mc == undefined) { this.attachMovie("FBoundingBoxSymbol", "mask_mc", 3000); } this.mask_mc._xscale = 100; this.mask_mc._yscale = 100; this.mask_mc._width = this.hWidth; this.mask_mc._height = this.vHeight; this.mask_mc._alpha = 0; }; FScrollPaneClass.prototype.setScrollPosition = function (x, y) { x = Math.max(this.hScrollBar_mc.minPos, x); x = Math.min(this.hScrollBar_mc.maxPos, x); y = Math.max(this.vScrollBar_mc.minPos, y); y = Math.min(this.vScrollBar_mc.maxPos, y); this.hScrollBar_mc.setScrollPosition(x); this.vScrollBar_mc.setScrollPosition(y); }; FScrollPaneClass.prototype.refreshPane = function () { this.setScrollContent(this.content_mc); }; FScrollPaneClass.prototype.loadScrollContent = function (url, handler, location) { this.content_mc.removeMovieClip(); this.content_mc.unloadMovie(); this.content_mc._visible = 0; this.loadContent.duplicateMovieClip("loadTemp", 3); this.dupeFlag = true; this.contentLoaded = function () { this.loadReady = false; this.content_mc = this.loadTemp; this.refreshPane(); this.executeCallBack(); }; this.setChangeHandler(handler, location); this.loadTemp.loadMovie(url); }; FScrollPaneClass.prototype.setHScroll = function (prop) { this.hScroll = prop; this.setSize(this.width, this.height); }; FScrollPaneClass.prototype.setVScroll = function (prop) { this.vScroll = prop; this.setSize(this.width, this.height); }; FScrollPaneClass.prototype.setDragContent = function (dragFlag) { if (dragFlag) { this.boundingBox_mc.useHandCursor = true; this.boundingBox_mc.onPress = function () { this._parent.startDragLoop(); }; this.boundingBox_mc.tabEnabled = false; this.boundingBox_mc.onRelease = (this.boundingBox_mc.onReleaseOutside = function () { this._parent.pressFocus(); this._parent.onMouseMove = null; }); } else { delete this.boundingBox_mc.onPress; this.boundingBox_mc.useHandCursor = false; } }; FScrollPaneClass.prototype.setSmallScroll = function (x, y) { this.hScrollBar_mc.setSmallScroll(x); this.vScrollBar_mc.setSmallScroll(y); }; FScrollPaneClass.prototype.setHandV = function () { if ((((this.contentHeight - this.height) > 2) && (this.vScroll != false)) || (this.vScroll == true)) { this.hWidth = this.width - this.vScrollBar_mc._width; } else { this.hWidth = this.width; } if ((((this.contentWidth - this.width) > 2) && (this.hScroll != false)) || (this.hScroll == true)) { this.vHeight = this.height - this.hScrollBar_mc._height; } else { this.vHeight = this.height; } }; FScrollPaneClass.prototype.startDragLoop = function () { this.tabFocused = false; this.myOnSetFocus(); this.lastX = this._xmouse; this.lastY = this._ymouse; this.onMouseMove = function () { this.scrollXMove = this.lastX - this._xmouse; this.scrollYMove = this.lastY - this._ymouse; this.scrollXMove = this.scrollXMove + this.hScrollBar_mc.getScrollPosition(); this.scrollYMove = this.scrollYMove + this.vScrollBar_mc.getScrollPosition(); this.setScrollPosition(this.scrollXMove, this.scrollYMove); if ((this.scrollXMove < this.hScrollBar_mc.maxPos) && (this.scrollXMove > this.hScrollBar_mc.minPos)) { this.lastX = this._xmouse; } if ((this.scrollYMove < this.vScrollBar_mc.maxPos) && (this.scrollYMove > this.vScrollBar_mc.minPos)) { this.lastY = this._ymouse; } this.updateAfterEvent(); }; }; FScrollPaneClass.prototype.initScrollBars = function () { this.hScrollBar_mc._y = this.height - this.hScrollBar_mc._height; this.hScrollBar_mc.setSize(this.hWidth); this.hScrollBar_mc.setScrollProperties(this.hWidth, 0, this.contentWidth - this.hWidth); this.vScrollBar_mc._visible = ((this.hWidth == this.width) ? false : true); this.vScrollBar_mc._x = this.width - this.vScrollBar_mc._width; this.vScrollBar_mc.setSize(this.vHeight); this.vScrollBar_mc.setScrollProperties(this.vHeight, 0, this.contentHeight - this.vHeight); this.hScrollBar_mc._visible = ((this.vHeight == this.height) ? false : true); }; FScrollPaneClass.prototype.onScroll = function (component) { var pos = component.getScrollPosition(); var XorY = ((component._name == "hScrollBar_mc") ? "x" : "y"); if (component._name == "hScrollBar_mc") { this.content_mc._x = (-pos) + this.offset.x; } else { this.content_mc._y = (-pos) + this.offset.y; } }; FScrollPaneClass.prototype.myOnKeyDown = function () { var posX = this.hScrollBar_mc.getScrollPosition(); var posY = this.vScrollBar_mc.getScrollPosition(); if (this.hScrollBar_mc.maxPos > this.hScrollBar_mc.minPos) { if (Key.isDown(37)) { this.setScrollPosition(posX - 3, posY); } else if (Key.isDown(39)) { this.setScrollPosition(posX + 3, posY); } } if (this.vScrollBar_mc.maxPos > this.vScrollBar_mc.minPos) { if (Key.isDown(38)) { this.setScrollPosition(posX, posY - 3); } else if (Key.isDown(40)) { this.setScrollPosition(posX, posY + 3); } else if (Key.isDown(34)) { this.setScrollPosition(posX, posY + this.vScrollBar_mc.pageSize); } else if (Key.isDown(33)) { this.setScrollPosition(posX, posY - this.vScrollBar_mc.pageSize); } } }; #endinitclip this.deadPreview._visible = false;
Instance of Symbol 386 MovieClip [FScrollBarSymbol] "scrollBarAsset" in Symbol 394 MovieClip [FScrollPaneSymbol] Frame 1
//component parameters onClipEvent (initialize) { _targetInstanceName = ""; horizontal = false; }
Instance of Symbol 391 MovieClip "loadContent" in Symbol 394 MovieClip [FScrollPaneSymbol] Frame 1
onClipEvent (load) { if (this._parent.loadReady) { this._parent.contentLoaded(); delete this._parent.loadReady; } else if (this._name != "loadContent") { this._parent.loadReady = true; } }
Symbol 407 MovieClip Frame 1
play();
Symbol 407 MovieClip Frame 50
gotoAndPlay (1);
Symbol 415 Button
on (release) { _root.play(); }
Symbol 416 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop (3); }
Symbol 416 MovieClip Frame 2
gotoAndPlay (1);
Symbol 422 Button
on (release) { _root.loader._visible = false; _root.tute.nextFrame(); }
Symbol 428 Button
on (release) { _root.tute.gotoAndStop(3); }
Symbol 438 Button
on (release) { _root.loader._visible = true; _root.cursor.gotoAndStop(1); prevFrame(); }
Symbol 441 Button
on (release) { gotoAndStop (1); }
Symbol 449 Button
on (release) { getURL ("http://www.covertjamboree.com", "_blank"); }
Symbol 450 MovieClip Frame 1
stop();
Symbol 450 MovieClip Frame 2
stop();
Instance of Symbol 432 MovieClip in Symbol 450 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse)) { _root.cursor.gotoAndStop("instrument"); } }
Instance of Symbol 432 MovieClip in Symbol 450 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse)) { _root.cursor.gotoAndStop("demo"); } }
Instance of Symbol 432 MovieClip in Symbol 450 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse)) { _root.cursor.gotoAndStop("slider"); } }
Instance of Symbol 432 MovieClip in Symbol 450 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse)) { _root.cursor.gotoAndStop("player"); } }
Instance of Symbol 432 MovieClip in Symbol 450 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse)) { _root.cursor.gotoAndStop("status"); } }
Instance of Symbol 432 MovieClip in Symbol 450 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse)) { _root.cursor.gotoAndStop("keyboard"); } }
Symbol 450 MovieClip Frame 3
stop();
Symbol 461 MovieClip Frame 1
stop();
Symbol 461 MovieClip Frame 2
stop();
Symbol 461 MovieClip Frame 3
stop();
Symbol 461 MovieClip Frame 4
stop();
Symbol 461 MovieClip Frame 5
stop();
Symbol 461 MovieClip Frame 6
stop();
Symbol 461 MovieClip Frame 7
stop();
Symbol 463 MovieClip Frame 1
stop();
Symbol 463 MovieClip Frame 36
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 42
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 51
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 61
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 65
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 75
stop(); if (_root.piano == 1) { tellTarget ("_root.G+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G+") { gotoAndPlay (11); }; } tellTarget ("_root.G+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 94
stop(); if (_root.piano == 1) { tellTarget ("_root.G-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G-") { gotoAndPlay (11); }; } tellTarget ("_root.G-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 115
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 131
stop(); if (_root.piano == 1) { tellTarget ("_root.G-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G-") { gotoAndPlay (11); }; } tellTarget ("_root.G-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 146
stop(); if (_root.piano == 1) { tellTarget ("_root.E-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E-") { gotoAndPlay (11); }; } tellTarget ("_root.E-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 163
stop(); if (_root.piano == 1) { tellTarget ("_root.A-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A-") { gotoAndPlay (11); }; } tellTarget ("_root.A-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 171
stop(); if (_root.piano == 1) { tellTarget ("_root.B-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.B-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.B-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.B-") { gotoAndPlay (11); }; } tellTarget ("_root.B-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 181
stop(); if (_root.piano == 1) { tellTarget ("_root.A#-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A#-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A#-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A#-") { gotoAndPlay (11); }; } tellTarget ("_root.A#-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 186
stop(); if (_root.piano == 1) { tellTarget ("_root.A-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A-") { gotoAndPlay (11); }; } tellTarget ("_root.A-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 194
stop(); if (_root.piano == 1) { tellTarget ("_root.G-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G-") { gotoAndPlay (11); }; } tellTarget ("_root.G-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 202
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 212
stop(); if (_root.piano == 1) { tellTarget ("_root.G+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G+") { gotoAndPlay (11); }; } tellTarget ("_root.G+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 218
stop(); if (_root.piano == 1) { tellTarget ("_root.A+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A+") { gotoAndPlay (11); }; } tellTarget ("_root.A+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 227
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 234
stop(); if (_root.piano == 1) { tellTarget ("_root.G+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G+") { gotoAndPlay (11); }; } tellTarget ("_root.G+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 243
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 253
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 262
stop(); if (_root.piano == 1) { tellTarget ("_root.D-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D-") { gotoAndPlay (11); }; } tellTarget ("_root.D-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 267
stop(); if (_root.piano == 1) { tellTarget ("_root.B-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.B-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.B-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.B-") { gotoAndPlay (11); }; } tellTarget ("_root.B-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 284
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 299
stop(); if (_root.piano == 1) { tellTarget ("_root.G-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G-") { gotoAndPlay (11); }; } tellTarget ("_root.G-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 313
stop(); if (_root.piano == 1) { tellTarget ("_root.E-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E-") { gotoAndPlay (11); }; } tellTarget ("_root.E-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 329
stop(); if (_root.piano == 1) { tellTarget ("_root.A-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A-") { gotoAndPlay (11); }; } tellTarget ("_root.A-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 339
stop(); if (_root.piano == 1) { tellTarget ("_root.B-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.B-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.B-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.B-") { gotoAndPlay (11); }; } tellTarget ("_root.B-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 348
stop(); if (_root.piano == 1) { tellTarget ("_root.A#-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A#-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A#-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A#-") { gotoAndPlay (11); }; } tellTarget ("_root.A#-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 354
stop(); if (_root.piano == 1) { tellTarget ("_root.A-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A-") { gotoAndPlay (11); }; } tellTarget ("_root.A-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 363
stop(); if (_root.piano == 1) { tellTarget ("_root.G-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G-") { gotoAndPlay (11); }; } tellTarget ("_root.G-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 371
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 381
stop(); if (_root.piano == 1) { tellTarget ("_root.G+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G+") { gotoAndPlay (11); }; } tellTarget ("_root.G+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 387
stop(); if (_root.piano == 1) { tellTarget ("_root.A+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A+") { gotoAndPlay (11); }; } tellTarget ("_root.A+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 397
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 404
stop(); if (_root.piano == 1) { tellTarget ("_root.G+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G+") { gotoAndPlay (11); }; } tellTarget ("_root.G+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 413
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 425
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 435
stop(); if (_root.piano == 1) { tellTarget ("_root.D-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D-") { gotoAndPlay (11); }; } tellTarget ("_root.D-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 441
stop(); if (_root.piano == 1) { tellTarget ("_root.B-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.B-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.B-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.B-") { gotoAndPlay (11); }; } tellTarget ("_root.B-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 468
stop(); if (_root.piano == 1) { tellTarget ("_root.G+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G+") { gotoAndPlay (11); }; } tellTarget ("_root.G+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 472
stop(); if (_root.piano == 1) { tellTarget ("_root.F#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F#+") { gotoAndPlay (11); }; } tellTarget ("_root.F#+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 477
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 482
stop(); if (_root.piano == 1) { tellTarget ("_root.D#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D#+") { gotoAndPlay (11); }; } tellTarget ("_root.D#+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 492
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 501
stop(); if (_root.piano == 1) { tellTarget ("_root.A-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A-") { gotoAndPlay (11); }; } tellTarget ("_root.A-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 508
stop(); if (_root.piano == 1) { tellTarget ("_root.A-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A-") { gotoAndPlay (11); }; } tellTarget ("_root.A-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 511
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 521
stop(); if (_root.piano == 1) { tellTarget ("_root.A-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A-") { gotoAndPlay (11); }; } tellTarget ("_root.A-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 527
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 532
stop(); if (_root.piano == 1) { tellTarget ("_root.D-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D-") { gotoAndPlay (11); }; } tellTarget ("_root.D-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 552
stop(); if (_root.piano == 1) { tellTarget ("_root.G+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G+") { gotoAndPlay (11); }; } tellTarget ("_root.G+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 556
stop(); if (_root.piano == 1) { tellTarget ("_root.F#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F#+") { gotoAndPlay (11); }; } tellTarget ("_root.F#+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 561
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 566
stop(); if (_root.piano == 1) { tellTarget ("_root.D#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D#+") { gotoAndPlay (11); }; } tellTarget ("_root.D#+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 576
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 589
stop(); if (_root.piano == 1) { tellTarget ("_root.C+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C+") { gotoAndPlay (11); }; } tellTarget ("_root.C+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 598
stop(); if (_root.piano == 1) { tellTarget ("_root.C+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C+") { gotoAndPlay (11); }; } tellTarget ("_root.C+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 606
stop(); if (_root.piano == 1) { tellTarget ("_root.C+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C+") { gotoAndPlay (11); }; } tellTarget ("_root.C+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 637
stop(); if (_root.piano == 1) { tellTarget ("_root.G+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G+") { gotoAndPlay (11); }; } tellTarget ("_root.G+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 641
stop(); if (_root.piano == 1) { tellTarget ("_root.F#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F#+") { gotoAndPlay (11); }; } tellTarget ("_root.F#+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 646
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 651
stop(); if (_root.piano == 1) { tellTarget ("_root.D#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D#+") { gotoAndPlay (11); }; } tellTarget ("_root.D#+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 662
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 672
stop(); if (_root.piano == 1) { tellTarget ("_root.A-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A-") { gotoAndPlay (11); }; } tellTarget ("_root.A-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 676
stop(); if (_root.piano == 1) { tellTarget ("_root.A-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A-") { gotoAndPlay (11); }; } tellTarget ("_root.A-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 682
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 692
stop(); if (_root.piano == 1) { tellTarget ("_root.A-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A-") { gotoAndPlay (11); }; } tellTarget ("_root.A-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 697
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 702
stop(); if (_root.piano == 1) { tellTarget ("_root.D-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D-") { gotoAndPlay (11); }; } tellTarget ("_root.D-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 716
stop(); if (_root.piano == 1) { tellTarget ("_root.D#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D#+") { gotoAndPlay (11); }; } tellTarget ("_root.D#+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 731
stop(); if (_root.piano == 1) { tellTarget ("_root.D-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D-") { gotoAndPlay (11); }; } tellTarget ("_root.D-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 746
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 784
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 790
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 801
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 811
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 817
stop(); if (_root.piano == 1) { tellTarget ("_root.D-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D-") { gotoAndPlay (11); }; } tellTarget ("_root.D-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 826
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 832
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 842
stop(); if (_root.piano == 1) { tellTarget ("_root.A-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A-") { gotoAndPlay (11); }; } tellTarget ("_root.A-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 847
stop(); if (_root.piano == 1) { tellTarget ("_root.G-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G-") { gotoAndPlay (11); }; } tellTarget ("_root.G-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 868
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 874
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 885
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 895
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 901
stop(); if (_root.piano == 1) { tellTarget ("_root.D-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D-") { gotoAndPlay (11); }; } tellTarget ("_root.D-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 909
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 944
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 950
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 961
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 970
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 975
stop(); if (_root.piano == 1) { tellTarget ("_root.D-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D-") { gotoAndPlay (11); }; } tellTarget ("_root.D-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 985
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 990
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1002
stop(); if (_root.piano == 1) { tellTarget ("_root.A-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A-") { gotoAndPlay (11); }; } tellTarget ("_root.A-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1007
stop(); if (_root.piano == 1) { tellTarget ("_root.G-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G-") { gotoAndPlay (11); }; } tellTarget ("_root.G-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1026
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1032
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1041
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1051
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1056
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1066
stop(); if (_root.piano == 1) { tellTarget ("_root.G+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G+") { gotoAndPlay (11); }; } tellTarget ("_root.G+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1087
stop(); if (_root.piano == 1) { tellTarget ("_root.G-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G-") { gotoAndPlay (11); }; } tellTarget ("_root.G-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1105
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1110
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1120
stop(); if (_root.piano == 1) { tellTarget ("_root.G-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G-") { gotoAndPlay (11); }; } tellTarget ("_root.G-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1133
stop(); if (_root.piano == 1) { tellTarget ("_root.G-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G-") { gotoAndPlay (11); }; } tellTarget ("_root.G-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1142
stop(); if (_root.piano == 1) { tellTarget ("_root.A-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A-") { gotoAndPlay (11); }; } tellTarget ("_root.A-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1147
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1156
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1164
stop(); if (_root.piano == 1) { tellTarget ("_root.A-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A-") { gotoAndPlay (11); }; } tellTarget ("_root.A-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1179
stop(); if (_root.piano == 1) { tellTarget ("_root.B-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.B-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.B-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.B-") { gotoAndPlay (11); }; } tellTarget ("_root.B-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1187
stop(); if (_root.piano == 1) { tellTarget ("_root.A+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A+") { gotoAndPlay (11); }; } tellTarget ("_root.A+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1193
stop(); if (_root.piano == 1) { tellTarget ("_root.A+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A+") { gotoAndPlay (11); }; } tellTarget ("_root.A+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1200
stop(); if (_root.piano == 1) { tellTarget ("_root.A+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A+") { gotoAndPlay (11); }; } tellTarget ("_root.A+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1209
stop(); if (_root.piano == 1) { tellTarget ("_root.G+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G+") { gotoAndPlay (11); }; } tellTarget ("_root.G+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1214
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1220
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1227
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1235
stop(); if (_root.piano == 1) { tellTarget ("_root.A-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A-") { gotoAndPlay (11); }; } tellTarget ("_root.A-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1240
stop(); if (_root.piano == 1) { tellTarget ("_root.G-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G-") { gotoAndPlay (11); }; } tellTarget ("_root.G-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1257
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1262
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1272
stop(); if (_root.piano == 1) { tellTarget ("_root.G-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G-") { gotoAndPlay (11); }; } tellTarget ("_root.G-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1285
stop(); if (_root.piano == 1) { tellTarget ("_root.G-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G-") { gotoAndPlay (11); }; } tellTarget ("_root.G-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1294
stop(); if (_root.piano == 1) { tellTarget ("_root.A-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A-") { gotoAndPlay (11); }; } tellTarget ("_root.A-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1299
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1307
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1313
stop(); if (_root.piano == 1) { tellTarget ("_root.A-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A-") { gotoAndPlay (11); }; } tellTarget ("_root.A-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1328
stop(); if (_root.piano == 1) { tellTarget ("_root.B-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.B-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.B-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.B-") { gotoAndPlay (11); }; } tellTarget ("_root.B-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1335
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1341
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1348
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1355
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1362
stop(); if (_root.piano == 1) { tellTarget ("_root.D-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D-") { gotoAndPlay (11); }; } tellTarget ("_root.D-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1369
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 463 MovieClip Frame 1376
gotoAndStop (1);
Symbol 464 MovieClip Frame 1
stop();
Symbol 464 MovieClip Frame 29
if (_root.piano == 1) { tellTarget ("_root.A#-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A#-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A#-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A#-") { gotoAndPlay (11); }; } tellTarget ("_root.A#-key") { play(); };
Symbol 464 MovieClip Frame 47
if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { play(); };
Symbol 464 MovieClip Frame 71
if (_root.piano == 1) { tellTarget ("_root.A#-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A#-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A#-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A#-") { gotoAndPlay (11); }; } tellTarget ("_root.A#-key") { play(); };
Symbol 464 MovieClip Frame 78
if (_root.piano == 1) { tellTarget ("_root.A#-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A#-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A#-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A#-") { gotoAndPlay (11); }; } tellTarget ("_root.A#-key") { play(); };
Symbol 464 MovieClip Frame 83
if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { play(); };
Symbol 464 MovieClip Frame 88
if (_root.piano == 1) { tellTarget ("_root.D-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D-") { gotoAndPlay (11); }; } tellTarget ("_root.D-key") { play(); };
Symbol 464 MovieClip Frame 92
if (_root.piano == 1) { tellTarget ("_root.D#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D#+") { gotoAndPlay (11); }; } tellTarget ("_root.D#+key") { play(); };
Symbol 464 MovieClip Frame 97
if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { play(); };
Symbol 464 MovieClip Frame 122
if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { play(); };
Symbol 464 MovieClip Frame 130
if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { play(); };
Symbol 464 MovieClip Frame 136
if (_root.piano == 1) { tellTarget ("_root.F#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F#+") { gotoAndPlay (11); }; } tellTarget ("_root.F#+key") { play(); };
Symbol 464 MovieClip Frame 141
if (_root.piano == 1) { tellTarget ("_root.G#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G#+") { gotoAndPlay (11); }; } tellTarget ("_root.G#+key") { play(); };
Symbol 464 MovieClip Frame 147
if (_root.piano == 1) { tellTarget ("_root.A#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A#+") { gotoAndPlay (11); }; } tellTarget ("_root.A#+key") { play(); };
Symbol 464 MovieClip Frame 172
if (_root.piano == 1) { tellTarget ("_root.A#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A#+") { gotoAndPlay (11); }; } tellTarget ("_root.A#+key") { play(); };
Symbol 464 MovieClip Frame 180
if (_root.piano == 1) { tellTarget ("_root.A#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A#+") { gotoAndPlay (11); }; } tellTarget ("_root.A#+key") { play(); };
Symbol 464 MovieClip Frame 185
if (_root.piano == 1) { tellTarget ("_root.G#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G#+") { gotoAndPlay (11); }; } tellTarget ("_root.G#+key") { play(); };
Symbol 464 MovieClip Frame 190
if (_root.piano == 1) { tellTarget ("_root.F#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F#+") { gotoAndPlay (11); }; } tellTarget ("_root.F#+key") { play(); };
Symbol 464 MovieClip Frame 196
if (_root.piano == 1) { tellTarget ("_root.G#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G#+") { gotoAndPlay (11); }; } tellTarget ("_root.G#+key") { play(); };
Symbol 464 MovieClip Frame 209
if (_root.piano == 1) { tellTarget ("_root.F#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F#+") { gotoAndPlay (11); }; } tellTarget ("_root.F#+key") { play(); };
Symbol 464 MovieClip Frame 214
if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { play(); };
Symbol 464 MovieClip Frame 234
if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { play(); };
Symbol 464 MovieClip Frame 252
if (_root.piano == 1) { tellTarget ("_root.D#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D#+") { gotoAndPlay (11); }; } tellTarget ("_root.D#+key") { play(); };
Symbol 464 MovieClip Frame 262
if (_root.piano == 1) { tellTarget ("_root.D#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D#+") { gotoAndPlay (11); }; } tellTarget ("_root.D#+key") { play(); };
Symbol 464 MovieClip Frame 267
if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { play(); };
Symbol 464 MovieClip Frame 272
if (_root.piano == 1) { tellTarget ("_root.F#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F#+") { gotoAndPlay (11); }; } tellTarget ("_root.F#+key") { play(); };
Symbol 464 MovieClip Frame 295
if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { play(); };
Symbol 464 MovieClip Frame 303
if (_root.piano == 1) { tellTarget ("_root.D#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D#+") { gotoAndPlay (11); }; } tellTarget ("_root.D#+key") { play(); };
Symbol 464 MovieClip Frame 309
if (_root.piano == 1) { tellTarget ("_root.C#-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C#-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C#-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C#-") { gotoAndPlay (11); }; } tellTarget ("_root.C#-key") { play(); };
Symbol 464 MovieClip Frame 319
if (_root.piano == 1) { tellTarget ("_root.C#-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C#-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C#-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C#-") { gotoAndPlay (11); }; } tellTarget ("_root.C#-key") { play(); };
Symbol 464 MovieClip Frame 324
if (_root.piano == 1) { tellTarget ("_root.D#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D#+") { gotoAndPlay (11); }; } tellTarget ("_root.D#+key") { play(); };
Symbol 464 MovieClip Frame 329
if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { play(); };
Symbol 464 MovieClip Frame 352
if (_root.piano == 1) { tellTarget ("_root.D#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D#+") { gotoAndPlay (11); }; } tellTarget ("_root.D#+key") { play(); };
Symbol 464 MovieClip Frame 358
if (_root.piano == 1) { tellTarget ("_root.C#-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C#-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C#-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C#-") { gotoAndPlay (11); }; } tellTarget ("_root.C#-key") { play(); };
Symbol 464 MovieClip Frame 364
if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { play(); };
Symbol 464 MovieClip Frame 373
if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { play(); };
Symbol 464 MovieClip Frame 378
if (_root.piano == 1) { tellTarget ("_root.D-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D-") { gotoAndPlay (11); }; } tellTarget ("_root.D-key") { play(); };
Symbol 464 MovieClip Frame 383
if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { play(); };
Symbol 464 MovieClip Frame 398
if (_root.piano == 1) { tellTarget ("_root.G+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G+") { gotoAndPlay (11); }; } tellTarget ("_root.G+key") { play(); };
Symbol 464 MovieClip Frame 415
if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { play(); };
Symbol 464 MovieClip Frame 422
if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { play(); };
Symbol 464 MovieClip Frame 427
if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { play(); };
Symbol 464 MovieClip Frame 432
if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { play(); };
Symbol 464 MovieClip Frame 444
if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { play(); };
Symbol 464 MovieClip Frame 449
if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { play(); };
Symbol 464 MovieClip Frame 454
if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { play(); };
Symbol 464 MovieClip Frame 465
if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { play(); };
Symbol 464 MovieClip Frame 469
if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { play(); };
Symbol 464 MovieClip Frame 474
if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { play(); };
Symbol 464 MovieClip Frame 487
if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { play(); };
Symbol 465 MovieClip Frame 1
stop();
Symbol 465 MovieClip Frame 24
stop(); if (_root.piano == 1) { tellTarget ("_root.A#-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A#-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A#-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A#-") { gotoAndPlay (11); }; } tellTarget ("_root.A#-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 46
stop(); if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 72
stop(); if (_root.piano == 1) { tellTarget ("_root.A#-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A#-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A#-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A#-") { gotoAndPlay (11); }; } tellTarget ("_root.A#-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 83
stop(); if (_root.piano == 1) { tellTarget ("_root.A#-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A#-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A#-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A#-") { gotoAndPlay (11); }; } tellTarget ("_root.A#-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 88
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 93
stop(); if (_root.piano == 1) { tellTarget ("_root.D-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D-") { gotoAndPlay (11); }; } tellTarget ("_root.D-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 97
stop(); if (_root.piano == 1) { tellTarget ("_root.D#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D#+") { gotoAndPlay (11); }; } tellTarget ("_root.D#+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 102
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 141
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 149
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 155
stop(); if (_root.piano == 1) { tellTarget ("_root.F#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F#+") { gotoAndPlay (11); }; } tellTarget ("_root.F#+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 160
stop(); if (_root.piano == 1) { tellTarget ("_root.G#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G#+") { gotoAndPlay (11); }; } tellTarget ("_root.G#+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 166
stop(); if (_root.piano == 1) { tellTarget ("_root.A#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A#+") { gotoAndPlay (11); }; } tellTarget ("_root.A#+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 203
stop(); if (_root.piano == 1) { tellTarget ("_root.A#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A#+") { gotoAndPlay (11); }; } tellTarget ("_root.A#+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 211
stop(); if (_root.piano == 1) { tellTarget ("_root.A#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.A#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.A#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.A#+") { gotoAndPlay (11); }; } tellTarget ("_root.A#+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 216
stop(); if (_root.piano == 1) { tellTarget ("_root.G#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G#+") { gotoAndPlay (11); }; } tellTarget ("_root.G#+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 221
stop(); if (_root.piano == 1) { tellTarget ("_root.F#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F#+") { gotoAndPlay (11); }; } tellTarget ("_root.F#+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 227
stop(); if (_root.piano == 1) { tellTarget ("_root.G#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G#+") { gotoAndPlay (11); }; } tellTarget ("_root.G#+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 234
stop(); if (_root.piano == 1) { tellTarget ("_root.F#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F#+") { gotoAndPlay (11); }; } tellTarget ("_root.F#+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 240
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 285
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 302
stop(); if (_root.piano == 1) { tellTarget ("_root.D#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D#+") { gotoAndPlay (11); }; } tellTarget ("_root.D#+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 311
stop(); if (_root.piano == 1) { tellTarget ("_root.D#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D#+") { gotoAndPlay (11); }; } tellTarget ("_root.D#+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 316
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 321
stop(); if (_root.piano == 1) { tellTarget ("_root.F#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F#+") { gotoAndPlay (11); }; } tellTarget ("_root.F#+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 353
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 361
stop(); if (_root.piano == 1) { tellTarget ("_root.D#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D#+") { gotoAndPlay (11); }; } tellTarget ("_root.D#+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 367
stop(); if (_root.piano == 1) { tellTarget ("_root.C#-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C#-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C#-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C#-") { gotoAndPlay (11); }; } tellTarget ("_root.C#-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 379
stop(); if (_root.piano == 1) { tellTarget ("_root.C#-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C#-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C#-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C#-") { gotoAndPlay (11); }; } tellTarget ("_root.C#-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 384
stop(); if (_root.piano == 1) { tellTarget ("_root.D#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D#+") { gotoAndPlay (11); }; } tellTarget ("_root.D#+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 390
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 421
stop(); if (_root.piano == 1) { tellTarget ("_root.D#+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D#+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D#+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D#+") { gotoAndPlay (11); }; } tellTarget ("_root.D#+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 427
stop(); if (_root.piano == 1) { tellTarget ("_root.C#-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C#-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C#-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C#-") { gotoAndPlay (11); }; } tellTarget ("_root.C#-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 433
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 450
stop(); if (_root.piano == 1) { tellTarget ("_root.C-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.C-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.C-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.C-") { gotoAndPlay (11); }; } tellTarget ("_root.C-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 456
stop(); if (_root.piano == 1) { tellTarget ("_root.D-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.D-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.D-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.D-") { gotoAndPlay (11); }; } tellTarget ("_root.D-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 462
stop(); if (_root.piano == 1) { tellTarget ("_root.E+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.E+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.E+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.E+") { gotoAndPlay (11); }; } tellTarget ("_root.E+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 486
stop(); if (_root.piano == 1) { tellTarget ("_root.G+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.G+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.G+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.G+") { gotoAndPlay (11); }; } tellTarget ("_root.G+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 501
stop(); if (_root.piano == 1) { tellTarget ("_root.F+") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F+") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F+") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F+") { gotoAndPlay (11); }; } tellTarget ("_root.F+key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 510
stop(); if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 514
stop(); if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 518
stop(); if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 527
stop(); if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 531
stop(); if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 535
stop(); if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 546
stop(); if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 551
stop(); if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 556
stop(); if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { gotoAndStop (2); };
Symbol 465 MovieClip Frame 570
stop(); if (_root.piano == 1) { tellTarget ("_root.F-") { gotoAndPlay (2); }; } else if (_root.organ == 1) { tellTarget ("_root.F-") { gotoAndPlay (5); }; } else if (_root.string == 1) { tellTarget ("_root.F-") { gotoAndPlay (8); }; } else if (_root.steel == 1) { tellTarget ("_root.F-") { gotoAndPlay (11); }; } tellTarget ("_root.F-key") { gotoAndStop (2); };
Symbol 470 Button
on (press) { instrument(26); }
Symbol 475 Button
on (press) { instrument(25); }
Symbol 480 Button
on (press) { instrument(27); }
Symbol 485 Button
on (press) { instrument(29); }
Symbol 486 Button
on (press) { instrument(28); }
Symbol 487 Button
on (press) { instrument(30); }
Symbol 492 Button
on (press) { instrument(32); }
Symbol 497 Button
on (press) { instrument(34); }
Symbol 502 Button
on (press) { instrument(36); }
Symbol 503 Button
on (press) { instrument(31); }
Symbol 504 Button
on (press) { instrument(33); }
Symbol 505 Button
on (press) { instrument(35); }
Symbol 506 Button
on (press) { instrument(38); }
Symbol 507 Button
on (press) { instrument(37); }
Symbol 508 Button
on (press) { instrument(39); }
Symbol 509 Button
on (press) { instrument(41); }
Symbol 510 Button
on (press) { instrument(40); }
Symbol 511 Button
on (press) { instrument(42); }
Symbol 512 Button
on (press) { instrument(44); }
Symbol 513 Button
on (press) { instrument(46); }
Symbol 514 Button
on (press) { instrument(48); }
Symbol 515 Button
on (press) { instrument(43); }
Symbol 516 Button
on (press) { instrument(45); }
Symbol 517 Button
on (press) { instrument(47); }
Symbol 518 Button
on (press) { instrument(50); }
Symbol 519 Button
on (press) { instrument(49); }
Symbol 520 Button
on (press) { instrument(51); }
Symbol 521 Button
on (press) { instrument(53); }
Symbol 522 Button
on (press) { instrument(52); }
Symbol 523 Button
on (press) { instrument(54); }
Symbol 524 Button
on (press) { instrument(56); }
Symbol 525 Button
on (press) { instrument(58); }
Symbol 526 Button
on (press) { instrument(60); }
Symbol 527 Button
on (press) { instrument(55); }
Symbol 528 Button
on (press) { instrument(57); }
Symbol 529 Button
on (press) { instrument(59); }
Symbol 530 Button
on (press) { instrument(14); }
Symbol 531 Button
on (press) { instrument(13); }
Symbol 532 Button
on (press) { instrument(15); }
Symbol 533 Button
on (press) { instrument(17); }
Symbol 534 Button
on (press) { instrument(16); }
Symbol 535 Button
on (press) { instrument(18); }
Symbol 536 Button
on (press) { instrument(20); }
Symbol 537 Button
on (press) { instrument(22); }
Symbol 538 Button
on (press) { instrument(24); }
Symbol 539 Button
on (press) { instrument(19); }
Symbol 540 Button
on (press) { instrument(21); }
Symbol 541 Button
on (press) { instrument(23); }
Symbol 542 Button
on (press) { instrument(5); }
Symbol 543 Button
on (press) { instrument(6); }
Symbol 544 Button
on (press) { instrument(8); }
Symbol 545 Button
on (press) { instrument(10); }
Symbol 546 Button
on (press) { instrument(12); }
Symbol 547 Button
on (press) { instrument(7); }
Symbol 548 Button
on (press) { instrument(9); }
Symbol 549 Button
on (press) { instrument(11); }
Symbol 554 Button
on (press) { instrument(61); }
Symbol 555 Button
on (press) { instrument(1); }
Symbol 556 Button
on (press) { instrument(2); }
Symbol 557 Button
on (press) { instrument(3); }
Symbol 558 Button
on (press) { instrument(4); }
Symbol 559 Button
on (press) { instrument(41); play(); }
Symbol 560 Button
on (press) { instrument(37); play(); }
Symbol 561 Button
on (press) { instrument(44); play(); }
Symbol 562 Button
on (press) { instrument(32); play(); }
Symbol 563 Button
on (press) { instrument(29); play(); }
Symbol 564 Button
on (press) { instrument(34); play(); }
Symbol 565 Button
on (press) { instrument(36); play(); }
Symbol 566 Button
on (press) { instrument(35); play(); }
Symbol 567 Button
on (press) { instrument(46); play(); }
Symbol 568 Button
on (press) { instrument(42); play(); }
Symbol 569 Button
on (press) { instrument(39); play(); }
Symbol 570 Button
on (press) { instrument(43); play(); }
Symbol 571 Button
on (press) { instrument(40); play(); }
Symbol 572 Button
on (press) { instrument(49); play(); }
Symbol 573 MovieClip Frame 1
function instrument(i) { mySound = new Sound(); if (_root.instrument == 1) { mySound.attachSound("Piano " + i); } else if (_root.instrument == 2) { mySound.attachSound("SD " + i); } else if (_root.instrument == 3) { mySound.attachSound("String " + i); } else if (_root.instrument == 4) { mySound.attachSound("Vibe " + i); } else if (_root.instrument == 5) { mySound.attachSound("EG " + i); } mySound.start(0.03); } stop();
Symbol 573 MovieClip Frame 2
stop();
Symbol 573 MovieClip Frame 3
stop();
Symbol 573 MovieClip Frame 4
stop();
Symbol 573 MovieClip Frame 5
stop();
Symbol 573 MovieClip Frame 6
stop();
Symbol 573 MovieClip Frame 7
stop();
Symbol 573 MovieClip Frame 8
stop();
Symbol 573 MovieClip Frame 9
stop();
Symbol 573 MovieClip Frame 10
stop();
Symbol 573 MovieClip Frame 11
stop();
Symbol 573 MovieClip Frame 12
stop();
Symbol 573 MovieClip Frame 13
stop();
Symbol 573 MovieClip Frame 14
stop();
Symbol 573 MovieClip Frame 15
stop();
Symbol 573 MovieClip Frame 16
stop();
Symbol 573 MovieClip Frame 17
stop();
Symbol 573 MovieClip Frame 18
stop();
Symbol 573 MovieClip Frame 19
stop();
Symbol 573 MovieClip Frame 20
stop();
Symbol 573 MovieClip Frame 21
stop();
Symbol 573 MovieClip Frame 22
stop();
Symbol 573 MovieClip Frame 23
stop();
Symbol 573 MovieClip Frame 24
stop();
Symbol 573 MovieClip Frame 25
stop();
Symbol 573 MovieClip Frame 48
stop();
Symbol 573 MovieClip Frame 49
stop();
Symbol 573 MovieClip Frame 50
stop();
Symbol 573 MovieClip Frame 51
stop();
Symbol 573 MovieClip Frame 52
stop();
Symbol 573 MovieClip Frame 53
stop();
Symbol 573 MovieClip Frame 54
stop();
Symbol 573 MovieClip Frame 55
stop();
Symbol 573 MovieClip Frame 56
stop();
Symbol 573 MovieClip Frame 57
stop();
Symbol 573 MovieClip Frame 58
stop();
Symbol 573 MovieClip Frame 59
stop();
Symbol 573 MovieClip Frame 60
stop();
Symbol 573 MovieClip Frame 61
stop();
Symbol 573 MovieClip Frame 62
stop();
Symbol 573 MovieClip Frame 63
stop();
Symbol 573 MovieClip Frame 64
stop();
Symbol 573 MovieClip Frame 91
stop();
Symbol 573 MovieClip Frame 92
stop();
Symbol 573 MovieClip Frame 93
stop();
Symbol 573 MovieClip Frame 94
stop();
Symbol 573 MovieClip Frame 95
stop();
Symbol 573 MovieClip Frame 96
stop();
Symbol 573 MovieClip Frame 97
stop();
Symbol 573 MovieClip Frame 98
stop();
Symbol 573 MovieClip Frame 99
stop();
Symbol 573 MovieClip Frame 100
stop();
Symbol 573 MovieClip Frame 101
stop();
Symbol 573 MovieClip Frame 116
stop();
Symbol 573 MovieClip Frame 117
stop();
Symbol 573 MovieClip Frame 118
stop();
Symbol 573 MovieClip Frame 119
stop();
Symbol 573 MovieClip Frame 120
stop();
Symbol 573 MovieClip Frame 121
stop();
Symbol 573 MovieClip Frame 122
stop();
Symbol 573 MovieClip Frame 123
stop();
Symbol 573 MovieClip Frame 144
stop();
Symbol 573 MovieClip Frame 145
stop();
Symbol 573 MovieClip Frame 146
stop();
Symbol 573 MovieClip Frame 147
stop();
Symbol 573 MovieClip Frame 148
stop();
Symbol 573 MovieClip Frame 149
stop();
Symbol 573 MovieClip Frame 150
stop();
Symbol 573 MovieClip Frame 151
stop();
Symbol 573 MovieClip Frame 152
stop();
Symbol 573 MovieClip Frame 153
stop();
Symbol 573 MovieClip Frame 154
stop();
Symbol 573 MovieClip Frame 168
stop();
Symbol 573 MovieClip Frame 169
stop();
Symbol 573 MovieClip Frame 170
stop();
Symbol 573 MovieClip Frame 211
stop();
Symbol 573 MovieClip Frame 212
stop();
Symbol 573 MovieClip Frame 213
stop();
Symbol 573 MovieClip Frame 214
stop();
Symbol 573 MovieClip Frame 215
stop();
Symbol 573 MovieClip Frame 216
stop();
Symbol 573 MovieClip Frame 217
stop();
Symbol 573 MovieClip Frame 218
stop();
Symbol 573 MovieClip Frame 219
stop();
Symbol 573 MovieClip Frame 229
stop();
Symbol 573 MovieClip Frame 230
stop();
Symbol 573 MovieClip Frame 231
stop();
Symbol 573 MovieClip Frame 232
stop();
Symbol 573 MovieClip Frame 233
stop();
Symbol 573 MovieClip Frame 234
stop();
Symbol 573 MovieClip Frame 280
stop();
Symbol 573 MovieClip Frame 281
stop();
Symbol 573 MovieClip Frame 282
stop();
Symbol 573 MovieClip Frame 283
stop();
Symbol 573 MovieClip Frame 284
stop();
Symbol 573 MovieClip Frame 285
stop();
Symbol 573 MovieClip Frame 286
stop();
Symbol 573 MovieClip Frame 287
stop();
Symbol 573 MovieClip Frame 288
stop();
Symbol 573 MovieClip Frame 304
stop();
Symbol 573 MovieClip Frame 305
stop();
Symbol 573 MovieClip Frame 306
stop();
Symbol 573 MovieClip Frame 307
stop();
Symbol 573 MovieClip Frame 308
stop();
Symbol 573 MovieClip Frame 309
stop();
Symbol 573 MovieClip Frame 310
stop();
Symbol 573 MovieClip Frame 319
stop();
Symbol 573 MovieClip Frame 320
stop();
Symbol 573 MovieClip Frame 321
stop();
Symbol 573 MovieClip Frame 322
stop();
Symbol 573 MovieClip Frame 323
stop();
Symbol 573 MovieClip Frame 324
stop();
Symbol 573 MovieClip Frame 325
stop();
Symbol 573 MovieClip Frame 326
stop();
Symbol 573 MovieClip Frame 335
stop();
Symbol 573 MovieClip Frame 336
stop();
Symbol 573 MovieClip Frame 337
stop();
Symbol 573 MovieClip Frame 338
stop();
Symbol 573 MovieClip Frame 339
stop();
Symbol 573 MovieClip Frame 340
stop();
Symbol 573 MovieClip Frame 341
stop();
Symbol 573 MovieClip Frame 342
stop();
Symbol 573 MovieClip Frame 343
stop();
Symbol 573 MovieClip Frame 344
stop();
Symbol 573 MovieClip Frame 345
stop();
Symbol 573 MovieClip Frame 346
stop();
Symbol 573 MovieClip Frame 347
stop();
Symbol 573 MovieClip Frame 348
stop();
Symbol 573 MovieClip Frame 349
stop();
Symbol 573 MovieClip Frame 350
stop();
Symbol 573 MovieClip Frame 351
stop();
Symbol 573 MovieClip Frame 352
stop();
Symbol 573 MovieClip Frame 361
stop();
Symbol 573 MovieClip Frame 362
stop();
Symbol 573 MovieClip Frame 363
stop();
Symbol 573 MovieClip Frame 364
stop();
Symbol 573 MovieClip Frame 365
stop();
Symbol 573 MovieClip Frame 366
stop();
Symbol 573 MovieClip Frame 367
stop();
Symbol 573 MovieClip Frame 368
_root.keyboard.gotoAndStop(1); _root.state.state = "Status: Stopped"; gotoAndStop (1);
Symbol 574 MovieClip Frame 1
function instrument(i) { mySound = new Sound(); if (_root.instrument == 1) { mySound.attachSound("Piano " + i); } else if (_root.instrument == 2) { mySound.attachSound("SD " + i); } else if (_root.instrument == 3) { mySound.attachSound("String " + i); } else if (_root.instrument == 4) { mySound.attachSound("Vibe " + i); } else if (_root.instrument == 5) { mySound.attachSound("EG " + i); } mySound.start(0.03); } stop();
Symbol 574 MovieClip Frame 41
instrument(41);
Symbol 574 MovieClip Frame 48
instrument(41);
Symbol 574 MovieClip Frame 58
instrument(41);
Symbol 574 MovieClip Frame 68
instrument(37);
Symbol 574 MovieClip Frame 74
instrument(41);
Symbol 574 MovieClip Frame 84
instrument(44);
Symbol 574 MovieClip Frame 104
instrument(32);
Symbol 574 MovieClip Frame 120
instrument(37);
Symbol 574 MovieClip Frame 136
instrument(32);
Symbol 574 MovieClip Frame 153
instrument(29);
Symbol 574 MovieClip Frame 169
instrument(34);
Symbol 574 MovieClip Frame 179
instrument(36);
Symbol 574 MovieClip Frame 188
instrument(35);
Symbol 574 MovieClip Frame 194
instrument(34);
Symbol 574 MovieClip Frame 204
instrument(32);
Symbol 574 MovieClip Frame 212
instrument(41);
Symbol 574 MovieClip Frame 224
instrument(44);
Symbol 574 MovieClip Frame 230
instrument(46);
Symbol 574 MovieClip Frame 242
instrument(42);
Symbol 574 MovieClip Frame 251
instrument(44);
Symbol 574 MovieClip Frame 261
instrument(41);
Symbol 574 MovieClip Frame 270
instrument(37);
Symbol 574 MovieClip Frame 282
instrument(39);
Symbol 574 MovieClip Frame 288
instrument(36);
Symbol 574 MovieClip Frame 314
instrument(37);
Symbol 574 MovieClip Frame 330
instrument(32);
Symbol 574 MovieClip Frame 347
instrument(29);
Symbol 574 MovieClip Frame 363
instrument(34);
Symbol 574 MovieClip Frame 373
instrument(36);
Symbol 574 MovieClip Frame 382
instrument(35);
Symbol 574 MovieClip Frame 388
instrument(34);
Symbol 574 MovieClip Frame 398
instrument(32);
Symbol 574 MovieClip Frame 406
instrument(41);
Symbol 574 MovieClip Frame 418
instrument(44);
Symbol 574 MovieClip Frame 424
instrument(46);
Symbol 574 MovieClip Frame 436
instrument(42);
Symbol 574 MovieClip Frame 445
instrument(44);
Symbol 574 MovieClip Frame 455
instrument(41);
Symbol 574 MovieClip Frame 464
instrument(37);
Symbol 574 MovieClip Frame 476
instrument(39);
Symbol 574 MovieClip Frame 482
instrument(36);
Symbol 574 MovieClip Frame 519
instrument(44);
Symbol 574 MovieClip Frame 527
instrument(43);
Symbol 574 MovieClip Frame 534
instrument(42);
Symbol 574 MovieClip Frame 541
instrument(40);
Symbol 574 MovieClip Frame 554
instrument(41);
Symbol 574 MovieClip Frame 569
instrument(34);
Symbol 574 MovieClip Frame 577
instrument(34);
Symbol 574 MovieClip Frame 584
instrument(37);
Symbol 574 MovieClip Frame 599
instrument(34);
Symbol 574 MovieClip Frame 607
instrument(37);
Symbol 574 MovieClip Frame 614
instrument(39);
Symbol 574 MovieClip Frame 636
instrument(44);
Symbol 574 MovieClip Frame 644
instrument(43);
Symbol 574 MovieClip Frame 651
instrument(42);
Symbol 574 MovieClip Frame 658
instrument(40);
Symbol 574 MovieClip Frame 671
instrument(41);
Symbol 574 MovieClip Frame 686
instrument(49);
Symbol 574 MovieClip Frame 705
instrument(49);
Symbol 574 MovieClip Frame 713
instrument(49);
Symbol 574 MovieClip Frame 743
instrument(44);
Symbol 574 MovieClip Frame 751
instrument(43);
Symbol 574 MovieClip Frame 758
instrument(42);
Symbol 574 MovieClip Frame 765
instrument(40);
Symbol 574 MovieClip Frame 778
instrument(41);
Symbol 574 MovieClip Frame 793
instrument(34);
Symbol 574 MovieClip Frame 801
instrument(34);
Symbol 574 MovieClip Frame 808
instrument(37);
Symbol 574 MovieClip Frame 823
instrument(34);
Symbol 574 MovieClip Frame 831
instrument(37);
Symbol 574 MovieClip Frame 838
instrument(39);
Symbol 574 MovieClip Frame 862
instrument(40);
Symbol 574 MovieClip Frame 878
instrument(39);
Symbol 574 MovieClip Frame 894
instrument(37);
Symbol 574 MovieClip Frame 947
instrument(37);
Symbol 574 MovieClip Frame 954
instrument(37);
Symbol 574 MovieClip Frame 968
instrument(37);
Symbol 574 MovieClip Frame 980
instrument(37);
Symbol 574 MovieClip Frame 991
instrument(39);
Symbol 574 MovieClip Frame 1002
instrument(41);
Symbol 574 MovieClip Frame 1013
instrument(37);
Symbol 574 MovieClip Frame 1030
instrument(34);
Symbol 574 MovieClip Frame 1037
instrument(32);
Symbol 574 MovieClip Frame 1064
instrument(37);
Symbol 574 MovieClip Frame 1071
instrument(37);
Symbol 574 MovieClip Frame 1085
instrument(37);
Symbol 574 MovieClip Frame 1097
instrument(37);
Symbol 574 MovieClip Frame 1108
instrument(39);
Symbol 574 MovieClip Frame 1119
instrument(41);
Symbol 574 MovieClip Frame 1153
instrument(37);
Symbol 574 MovieClip Frame 1160
instrument(37);
Symbol 574 MovieClip Frame 1174
instrument(37);
Symbol 574 MovieClip Frame 1186
instrument(37);
Symbol 574 MovieClip Frame 1197
instrument(39);
Symbol 574 MovieClip Frame 1208
instrument(41);
Symbol 574 MovieClip Frame 1219
instrument(37);
Symbol 574 MovieClip Frame 1236
instrument(34);
Symbol 574 MovieClip Frame 1243
instrument(32);
Symbol 574 MovieClip Frame 1271
instrument(41);
Symbol 574 MovieClip Frame 1278
instrument(41);
Symbol 574 MovieClip Frame 1288
instrument(41);
Symbol 574 MovieClip Frame 1298
instrument(37);
Symbol 574 MovieClip Frame 1304
instrument(41);
Symbol 574 MovieClip Frame 1314
instrument(44);
Symbol 574 MovieClip Frame 1334
instrument(32);
Symbol 574 MovieClip Frame 1350
instrument(41);
Symbol 574 MovieClip Frame 1357
instrument(37);
Symbol 574 MovieClip Frame 1373
instrument(32);
Symbol 574 MovieClip Frame 1391
instrument(32);
Symbol 574 MovieClip Frame 1398
instrument(34);
Symbol 574 MovieClip Frame 1408
instrument(42);
Symbol 574 MovieClip Frame 1420
instrument(42);
Symbol 574 MovieClip Frame 1426
instrument(34);
Symbol 574 MovieClip Frame 1449
instrument(36);
Symbol 574 MovieClip Frame 1458
instrument(46);
Symbol 574 MovieClip Frame 1467
instrument(46);
Symbol 574 MovieClip Frame 1476
instrument(46);
Symbol 574 MovieClip Frame 1484
instrument(44);
Symbol 574 MovieClip Frame 1493
instrument(42);
Symbol 574 MovieClip Frame 1502
instrument(41);
Symbol 574 MovieClip Frame 1511
instrument(37);
Symbol 574 MovieClip Frame 1527
instrument(34);
Symbol 574 MovieClip Frame 1533
instrument(32);
Symbol 574 MovieClip Frame 1551
instrument(41);
Symbol 574 MovieClip Frame 1558
instrument(37);
Symbol 574 MovieClip Frame 1574
instrument(32);
Symbol 574 MovieClip Frame 1592
instrument(32);
Symbol 574 MovieClip Frame 1599
instrument(34);
Symbol 574 MovieClip Frame 1609
instrument(42);
Symbol 574 MovieClip Frame 1621
instrument(42);
Symbol 574 MovieClip Frame 1627
instrument(34);
Symbol 574 MovieClip Frame 1650
instrument(36);
Symbol 574 MovieClip Frame 1659
instrument(42);
Symbol 574 MovieClip Frame 1669
instrument(42);
Symbol 574 MovieClip Frame 1679
instrument(42);
Symbol 574 MovieClip Frame 1688
instrument(41);
Symbol 574 MovieClip Frame 1697
instrument(39);
Symbol 574 MovieClip Frame 1706
instrument(374);
Symbol 574 MovieClip Frame 1716
_root.state.state = "Status: Stopped"; gotoAndStop (1);
Symbol 575 MovieClip Frame 1
function instrument(i) { mySound = new Sound(); if (_root.instrument == 1) { mySound.attachSound("Piano " + i); } else if (_root.instrument == 2) { mySound.attachSound("SD " + i); } else if (_root.instrument == 3) { mySound.attachSound("String " + i); } else if (_root.instrument == 4) { mySound.attachSound("Vibe " + i); } else if (_root.instrument == 5) { mySound.attachSound("EG " + i); } mySound.start(0.03); } stop();
Symbol 575 MovieClip Frame 40
instrument(39);
Symbol 575 MovieClip Frame 52
instrument(34);
Symbol 575 MovieClip Frame 64
instrument(36);
Symbol 575 MovieClip Frame 76
instrument(37);
Symbol 575 MovieClip Frame 88
instrument(36);
Symbol 575 MovieClip Frame 91
instrument(37);
Symbol 575 MovieClip Frame 94
instrument(36);
Symbol 575 MovieClip Frame 97
instrument(34);
Symbol 575 MovieClip Frame 109
instrument(32);
Symbol 575 MovieClip Frame 133
instrument(34);
Symbol 575 MovieClip Frame 146
instrument(31);
Symbol 575 MovieClip Frame 171
instrument(27);
Symbol 575 MovieClip Frame 183
instrument(29);
Symbol 575 MovieClip Frame 195
instrument(31);
Symbol 575 MovieClip Frame 207
instrument(32);
Symbol 575 MovieClip Frame 219
instrument(32);
Symbol 575 MovieClip Frame 231
instrument(34);
Symbol 575 MovieClip Frame 243
instrument(36);
Symbol 575 MovieClip Frame 255
instrument(34);
Symbol 575 MovieClip Frame 276
instrument(34);
Symbol 575 MovieClip Frame 282
instrument(34);
Symbol 575 MovieClip Frame 294
instrument(34);
Symbol 575 MovieClip Frame 334
instrument(31);
Symbol 575 MovieClip Frame 352
instrument(31);
Symbol 575 MovieClip Frame 364
instrument(31);
Symbol 575 MovieClip Frame 371
instrument(32);
Symbol 575 MovieClip Frame 383
instrument(31);
Symbol 575 MovieClip Frame 395
instrument(29);
Symbol 575 MovieClip Frame 407
instrument(31);
Symbol 575 MovieClip Frame 425
instrument(31);
Symbol 575 MovieClip Frame 437
instrument(31);
Symbol 575 MovieClip Frame 444
instrument(32);
Symbol 575 MovieClip Frame 456
instrument(31);
Symbol 575 MovieClip Frame 468
instrument(29);
Symbol 575 MovieClip Frame 480
instrument(31);
Symbol 575 MovieClip Frame 499
instrument(31);
Symbol 575 MovieClip Frame 511
instrument(31);
Symbol 575 MovieClip Frame 518
instrument(32);
Symbol 575 MovieClip Frame 530
instrument(31);
Symbol 575 MovieClip Frame 542
instrument(29);
Symbol 575 MovieClip Frame 554
instrument(31);
Symbol 575 MovieClip Frame 572
instrument(31);
Symbol 575 MovieClip Frame 584
instrument(31);
Symbol 575 MovieClip Frame 591
instrument(32);
Symbol 575 MovieClip Frame 603
instrument(31);
Symbol 575 MovieClip Frame 615
instrument(29);
Symbol 575 MovieClip Frame 627
instrument(34);
Symbol 575 MovieClip Frame 639
instrument(32);
Symbol 575 MovieClip Frame 651
instrument(31);
Symbol 575 MovieClip Frame 657
instrument(29);
Symbol 575 MovieClip Frame 678
instrument(27);
Symbol 575 MovieClip Frame 683
instrument(29);
Symbol 575 MovieClip Frame 688
instrument(31);
Symbol 575 MovieClip Frame 693
instrument(32);
Symbol 575 MovieClip Frame 698
instrument(31);
Symbol 575 MovieClip Frame 703
instrument(29);
Symbol 575 MovieClip Frame 715
instrument(27);
Symbol 575 MovieClip Frame 721
instrument(22);
Symbol 575 MovieClip Frame 756
instrument(25);
Symbol 575 MovieClip Frame 768
instrument(27);
Symbol 575 MovieClip Frame 780
instrument(25);
Symbol 575 MovieClip Frame 786
instrument(24);
Symbol 575 MovieClip Frame 798
instrument(25);
Symbol 575 MovieClip Frame 810
instrument(24);
Symbol 575 MovieClip Frame 816
instrument(22);
Symbol 575 MovieClip Frame 835
instrument(24);
Symbol 575 MovieClip Frame 838
instrument(22);
Symbol 575 MovieClip Frame 841
instrument(20);
Symbol 575 MovieClip Frame 853
instrument(22);
Symbol 575 MovieClip Frame 889
instrument(34);
Symbol 575 MovieClip Frame 901
instrument(32);
Symbol 575 MovieClip Frame 913
instrument(31);
Symbol 575 MovieClip Frame 919
instrument(29);
Symbol 575 MovieClip Frame 939
instrument(27);
Symbol 575 MovieClip Frame 944
instrument(29);
Symbol 575 MovieClip Frame 949
instrument(31);
Symbol 575 MovieClip Frame 954
instrument(32);
Symbol 575 MovieClip Frame 959
instrument(31);
Symbol 575 MovieClip Frame 964
instrument(29);
Symbol 575 MovieClip Frame 976
instrument(27);
Symbol 575 MovieClip Frame 982
instrument(22);
Symbol 575 MovieClip Frame 1017
instrument(25);
Symbol 575 MovieClip Frame 1029
instrument(27);
Symbol 575 MovieClip Frame 1041
instrument(25);
Symbol 575 MovieClip Frame 1047
instrument(29);
Symbol 575 MovieClip Frame 1060
instrument(31);
Symbol 575 MovieClip Frame 1072
instrument(32);
Symbol 575 MovieClip Frame 1076
instrument(31);
Symbol 575 MovieClip Frame 1094
instrument(32);
Symbol 575 MovieClip Frame 1098
instrument(31);
Symbol 575 MovieClip Frame 1102
instrument(29);
Symbol 575 MovieClip Frame 1115
instrument(31);
Symbol 575 MovieClip Frame 1140
_root.state.state = "Status: Stopped"; gotoAndStop (1);
Symbol 576 Button
on (press) { instrument(31); play(); }
Symbol 577 Button
on (press) { instrument(27); play(); }
Symbol 578 Button
on (press) { instrument(22); play(); }
Symbol 579 Button
on (press) { instrument(25); play(); }
Symbol 580 Button
on (press) { instrument(24); play(); }
Symbol 581 Button
on (press) { instrument(20); play(); }
Symbol 582 MovieClip Frame 1
function instrument(i) { mySound = new Sound(); if (_root.instrument == 1) { mySound.attachSound("Piano " + i); } else if (_root.instrument == 2) { mySound.attachSound("SD " + i); } else if (_root.instrument == 3) { mySound.attachSound("String " + i); } else if (_root.instrument == 4) { mySound.attachSound("Vibe " + i); } else if (_root.instrument == 5) { mySound.attachSound("EG " + i); } mySound.start(0.03); }
Symbol 582 MovieClip Frame 2
stop();
Symbol 582 MovieClip Frame 3
stop();
Symbol 582 MovieClip Frame 4
stop();
Symbol 582 MovieClip Frame 5
stop();
Symbol 582 MovieClip Frame 6
stop();
Symbol 582 MovieClip Frame 7
stop();
Symbol 582 MovieClip Frame 8
stop();
Symbol 582 MovieClip Frame 9
stop();
Symbol 582 MovieClip Frame 10
stop();
Symbol 582 MovieClip Frame 11
stop();
Symbol 582 MovieClip Frame 12
stop();
Symbol 582 MovieClip Frame 13
stop();
Symbol 582 MovieClip Frame 14
stop();
Symbol 582 MovieClip Frame 15
stop();
Symbol 582 MovieClip Frame 16
stop();
Symbol 582 MovieClip Frame 17
stop();
Symbol 582 MovieClip Frame 18
stop();
Symbol 582 MovieClip Frame 19
stop();
Symbol 582 MovieClip Frame 20
stop();
Symbol 582 MovieClip Frame 21
stop();
Symbol 582 MovieClip Frame 22
stop();
Symbol 582 MovieClip Frame 23
stop();
Symbol 582 MovieClip Frame 50
stop();
Symbol 582 MovieClip Frame 51
stop();
Symbol 582 MovieClip Frame 52
stop();
Symbol 582 MovieClip Frame 53
stop();
Symbol 582 MovieClip Frame 54
stop();
Symbol 582 MovieClip Frame 55
stop();
Symbol 582 MovieClip Frame 56
stop();
Symbol 582 MovieClip Frame 57
stop();
Symbol 582 MovieClip Frame 58
stop();
Symbol 582 MovieClip Frame 59
stop();
Symbol 582 MovieClip Frame 60
stop();
Symbol 582 MovieClip Frame 61
stop();
Symbol 582 MovieClip Frame 62
stop();
Symbol 582 MovieClip Frame 63
stop();
Symbol 582 MovieClip Frame 64
stop();
Symbol 582 MovieClip Frame 65
stop();
Symbol 582 MovieClip Frame 66
stop();
Symbol 582 MovieClip Frame 67
stop();
Symbol 582 MovieClip Frame 68
stop();
Symbol 582 MovieClip Frame 69
stop();
Symbol 582 MovieClip Frame 70
stop();
Symbol 582 MovieClip Frame 71
stop();
Symbol 582 MovieClip Frame 72
stop();
Symbol 582 MovieClip Frame 73
stop();
Symbol 582 MovieClip Frame 74
stop();
Symbol 582 MovieClip Frame 75
stop();
Symbol 582 MovieClip Frame 76
stop();
Symbol 582 MovieClip Frame 77
stop();
Symbol 582 MovieClip Frame 93
stop();
Symbol 582 MovieClip Frame 94
stop();
Symbol 582 MovieClip Frame 95
stop();
Symbol 582 MovieClip Frame 96
stop();
Symbol 582 MovieClip Frame 97
stop();
Symbol 582 MovieClip Frame 98
stop();
Symbol 582 MovieClip Frame 99
stop();
Symbol 582 MovieClip Frame 100
stop();
Symbol 582 MovieClip Frame 125
stop();
Symbol 582 MovieClip Frame 126
stop();
Symbol 582 MovieClip Frame 127
stop();
Symbol 582 MovieClip Frame 128
stop();
Symbol 582 MovieClip Frame 129
stop();
Symbol 582 MovieClip Frame 130
stop();
Symbol 582 MovieClip Frame 131
stop();
Symbol 582 MovieClip Frame 144
stop();
Symbol 582 MovieClip Frame 145
stop();
Symbol 582 MovieClip Frame 146
stop();
Symbol 582 MovieClip Frame 147
stop();
Symbol 582 MovieClip Frame 172
stop();
Symbol 582 MovieClip Frame 173
stop();
Symbol 582 MovieClip Frame 174
stop();
Symbol 582 MovieClip Frame 175
stop();
Symbol 582 MovieClip Frame 191
stop();
Symbol 582 MovieClip Frame 192
stop();
Symbol 582 MovieClip Frame 193
stop();
Symbol 582 MovieClip Frame 194
stop();
Symbol 582 MovieClip Frame 195
stop();
Symbol 582 MovieClip Frame 196
stop();
Symbol 582 MovieClip Frame 197
stop();
Symbol 582 MovieClip Frame 198
stop();
Symbol 582 MovieClip Frame 223
stop();
Symbol 582 MovieClip Frame 224
stop();
Symbol 582 MovieClip Frame 225
stop();
Symbol 582 MovieClip Frame 226
stop();
Symbol 582 MovieClip Frame 227
stop();
Symbol 582 MovieClip Frame 228
stop();
Symbol 582 MovieClip Frame 229
stop();
Symbol 582 MovieClip Frame 250
stop();
Symbol 582 MovieClip Frame 251
stop();
Symbol 582 MovieClip Frame 252
stop();
Symbol 582 MovieClip Frame 253
stop();
Symbol 582 MovieClip Frame 254
_root.state.state = "Status: Stopped"; gotoAndStop (1);
Symbol 583 MovieClip Frame 1
function instrument(i) { mySound = new Sound(); if (_root.instrument == 1) { mySound.attachSound("Piano " + i); } else if (_root.instrument == 2) { mySound.attachSound("SD " + i); } else if (_root.instrument == 3) { mySound.attachSound("String " + i); } else if (_root.instrument == 4) { mySound.attachSound("Vibe " + i); } else if (_root.instrument == 5) { mySound.attachSound("EG " + i); } mySound.start(0.03); } stop();
Symbol 583 MovieClip Frame 40
instrument(27);
Symbol 583 MovieClip Frame 49
instrument(32);
Symbol 583 MovieClip Frame 59
instrument(31);
Symbol 583 MovieClip Frame 70
instrument(32);
Symbol 583 MovieClip Frame 76
instrument(34);
Symbol 583 MovieClip Frame 82
instrument(36);
Symbol 583 MovieClip Frame 92
instrument(32);
Symbol 583 MovieClip Frame 106
instrument(34);
Symbol 583 MovieClip Frame 111
instrument(36);
Symbol 583 MovieClip Frame 116
instrument(37);
Symbol 583 MovieClip Frame 121
instrument(41);
Symbol 583 MovieClip Frame 126
instrument(39);
Symbol 583 MovieClip Frame 139
instrument(32);
Symbol 583 MovieClip Frame 152
instrument(39);
Symbol 583 MovieClip Frame 165
instrument(32);
Symbol 583 MovieClip Frame 179
instrument(34);
Symbol 583 MovieClip Frame 184
instrument(32);
Symbol 583 MovieClip Frame 189
instrument(31);
Symbol 583 MovieClip Frame 194
instrument(32);
Symbol 583 MovieClip Frame 199
instrument(34);
Symbol 583 MovieClip Frame 211
instrument(29);
Symbol 583 MovieClip Frame 224
instrument(27);
Symbol 583 MovieClip Frame 233
instrument(32);
Symbol 583 MovieClip Frame 243
instrument(31);
Symbol 583 MovieClip Frame 254
instrument(32);
Symbol 583 MovieClip Frame 260
instrument(34);
Symbol 583 MovieClip Frame 266
instrument(36);
Symbol 583 MovieClip Frame 276
instrument(32);
Symbol 583 MovieClip Frame 290
instrument(34);
Symbol 583 MovieClip Frame 303
instrument(36);
Symbol 583 MovieClip Frame 308
instrument(37);
Symbol 583 MovieClip Frame 313
instrument(39);
Symbol 583 MovieClip Frame 326
instrument(32);
Symbol 583 MovieClip Frame 339
instrument(41);
Symbol 583 MovieClip Frame 352
instrument(32);
Symbol 583 MovieClip Frame 366
instrument(36);
Symbol 583 MovieClip Frame 371
instrument(34);
Symbol 583 MovieClip Frame 376
instrument(32);
Symbol 583 MovieClip Frame 381
instrument(31);
Symbol 583 MovieClip Frame 386
instrument(32);
Symbol 583 MovieClip Frame 415
instrument(27);
Symbol 583 MovieClip Frame 424
instrument(32);
Symbol 583 MovieClip Frame 434
instrument(31);
Symbol 583 MovieClip Frame 445
instrument(32);
Symbol 583 MovieClip Frame 451
instrument(34);
Symbol 583 MovieClip Frame 457
instrument(36);
Symbol 583 MovieClip Frame 467
instrument(32);
Symbol 583 MovieClip Frame 481
instrument(34);
Symbol 583 MovieClip Frame 486
instrument(36);
Symbol 583 MovieClip Frame 491
instrument(37);
Symbol 583 MovieClip Frame 496
instrument(41);
Symbol 583 MovieClip Frame 501
instrument(39);
Symbol 583 MovieClip Frame 514
instrument(32);
Symbol 583 MovieClip Frame 527
instrument(39);
Symbol 583 MovieClip Frame 540
instrument(32);
Symbol 583 MovieClip Frame 554
instrument(34);
Symbol 583 MovieClip Frame 559
instrument(32);
Symbol 583 MovieClip Frame 564
instrument(31);
Symbol 583 MovieClip Frame 569
instrument(32);
Symbol 583 MovieClip Frame 574
instrument(34);
Symbol 583 MovieClip Frame 586
instrument(29);
Symbol 583 MovieClip Frame 599
instrument(27);
Symbol 583 MovieClip Frame 608
instrument(32);
Symbol 583 MovieClip Frame 618
instrument(31);
Symbol 583 MovieClip Frame 629
instrument(32);
Symbol 583 MovieClip Frame 635
instrument(34);
Symbol 583 MovieClip Frame 641
instrument(36);
Symbol 583 MovieClip Frame 651
instrument(32);
Symbol 583 MovieClip Frame 665
instrument(34);
Symbol 583 MovieClip Frame 678
instrument(36);
Symbol 583 MovieClip Frame 683
instrument(37);
Symbol 583 MovieClip Frame 688
instrument(39);
Symbol 583 MovieClip Frame 701
instrument(32);
Symbol 583 MovieClip Frame 714
instrument(41);
Symbol 583 MovieClip Frame 727
instrument(32);
Symbol 583 MovieClip Frame 741
instrument(36);
Symbol 583 MovieClip Frame 746
instrument(34);
Symbol 583 MovieClip Frame 751
instrument(32);
Symbol 583 MovieClip Frame 756
instrument(31);
Symbol 583 MovieClip Frame 761
instrument(32);
Symbol 583 MovieClip Frame 790
instrument(31);
Symbol 583 MovieClip Frame 796
instrument(32);
Symbol 583 MovieClip Frame 802
instrument(34);
Symbol 583 MovieClip Frame 808
instrument(36);
Symbol 583 MovieClip Frame 814
instrument(34);
Symbol 583 MovieClip Frame 825
instrument(39);
Symbol 583 MovieClip Frame 836
instrument(38);
Symbol 583 MovieClip Frame 846
instrument(41);
Symbol 583 MovieClip Frame 856
instrument(34);
Symbol 583 MovieClip Frame 866
instrument(36);
Symbol 583 MovieClip Frame 872
instrument(38);
Symbol 583 MovieClip Frame 878
instrument(39);
Symbol 583 MovieClip Frame 890
instrument(36);
Symbol 583 MovieClip Frame 902
instrument(34);
Symbol 583 MovieClip Frame 913
instrument(32);
Symbol 583 MovieClip Frame 924
instrument(31);
Symbol 583 MovieClip Frame 935
instrument(29);
Symbol 583 MovieClip Frame 941
instrument(32);
Symbol 583 MovieClip Frame 947
instrument(31);
Symbol 583 MovieClip Frame 958
instrument(27);
Symbol 583 MovieClip Frame 969
instrument(26);
Symbol 583 MovieClip Frame 980
instrument(27);
Symbol 583 MovieClip Frame 990
instrument(29);
Symbol 583 MovieClip Frame 1007
instrument(27);
Symbol 583 MovieClip Frame 1012
instrument(29);
Symbol 583 MovieClip Frame 1024
instrument(31);
Symbol 583 MovieClip Frame 1035
instrument(32);
Symbol 583 MovieClip Frame 1052
instrument(31);
Symbol 583 MovieClip Frame 1057
instrument(32);
Symbol 583 MovieClip Frame 1068
instrument(34);
Symbol 583 MovieClip Frame 1080
instrument(36);
Symbol 583 MovieClip Frame 1085
instrument(34);
Symbol 583 MovieClip Frame 1090
instrument(32);
Symbol 583 MovieClip Frame 1095
instrument(31);
Symbol 583 MovieClip Frame 1100
instrument(29);
Symbol 583 MovieClip Frame 1105
instrument(31);
Symbol 583 MovieClip Frame 1110
instrument(32);
Symbol 583 MovieClip Frame 1115
instrument(31);
Symbol 583 MovieClip Frame 1120
instrument(29);
Symbol 583 MovieClip Frame 1150
instrument(31);
Symbol 583 MovieClip Frame 1156
instrument(32);
Symbol 583 MovieClip Frame 1162
instrument(34);
Symbol 583 MovieClip Frame 1168
instrument(36);
Symbol 583 MovieClip Frame 1174
instrument(34);
Symbol 583 MovieClip Frame 1185
instrument(39);
Symbol 583 MovieClip Frame 1196
instrument(38);
Symbol 583 MovieClip Frame 1206
instrument(41);
Symbol 583 MovieClip Frame 1216
instrument(34);
Symbol 583 MovieClip Frame 1226
instrument(36);
Symbol 583 MovieClip Frame 1232
instrument(38);
Symbol 583 MovieClip Frame 1238
instrument(39);
Symbol 583 MovieClip Frame 1250
instrument(36);
Symbol 583 MovieClip Frame 1262
instrument(34);
Symbol 583 MovieClip Frame 1273
instrument(32);
Symbol 583 MovieClip Frame 1284
instrument(31);
Symbol 583 MovieClip Frame 1295
instrument(33);
Symbol 583 MovieClip Frame 1306
instrument(34);
Symbol 583 MovieClip Frame 1329
instrument(29);
Symbol 583 MovieClip Frame 1341
instrument(32);
Symbol 583 MovieClip Frame 1352
instrument(31);
Symbol 583 MovieClip Frame 1363
instrument(27);
Symbol 583 MovieClip Frame 1374
instrument(29);
Symbol 583 MovieClip Frame 1403
instrument(27);
Symbol 583 MovieClip Frame 1408
instrument(29);
Symbol 583 MovieClip Frame 1420
instrument(32);
Symbol 583 MovieClip Frame 1431
instrument(31);
Symbol 583 MovieClip Frame 1442
instrument(27);
Symbol 583 MovieClip Frame 1453
instrument(29);
Symbol 583 MovieClip Frame 1472
instrument(29);
Symbol 583 MovieClip Frame 1492
instrument(32);
Symbol 583 MovieClip Frame 1503
instrument(36);
Symbol 583 MovieClip Frame 1513
instrument(34);
Symbol 583 MovieClip Frame 1523
instrument(31);
Symbol 583 MovieClip Frame 1533
instrument(32);
Symbol 583 MovieClip Frame 1558
instrument(31);
Symbol 583 MovieClip Frame 1562
instrument(32);
Symbol 583 MovieClip Frame 1573
instrument(36);
Symbol 583 MovieClip Frame 1586
instrument(34);
Symbol 583 MovieClip Frame 1599
instrument(31);
Symbol 583 MovieClip Frame 1609
instrument(32);
Symbol 583 MovieClip Frame 1623
instrument(32);
Symbol 583 MovieClip Frame 1638
instrument(29);
Symbol 583 MovieClip Frame 1650
instrument(32);
Symbol 583 MovieClip Frame 1661
instrument(31);
Symbol 583 MovieClip Frame 1672
instrument(27);
Symbol 583 MovieClip Frame 1683
instrument(29);
Symbol 583 MovieClip Frame 1705
instrument(27);
Symbol 583 MovieClip Frame 1710
instrument(29);
Symbol 583 MovieClip Frame 1722
instrument(32);
Symbol 583 MovieClip Frame 1733
instrument(31);
Symbol 583 MovieClip Frame 1744
instrument(27);
Symbol 583 MovieClip Frame 1755
instrument(29);
Symbol 583 MovieClip Frame 1774
instrument(29);
Symbol 583 MovieClip Frame 1791
instrument(32);
Symbol 583 MovieClip Frame 1802
instrument(36);
Symbol 583 MovieClip Frame 1812
instrument(34);
Symbol 583 MovieClip Frame 1822
instrument(31);
Symbol 583 MovieClip Frame 1832
instrument(32);
Symbol 583 MovieClip Frame 1851
instrument(31);
Symbol 583 MovieClip Frame 1855
instrument(32);
Symbol 583 MovieClip Frame 1866
instrument(36);
Symbol 583 MovieClip Frame 1876
instrument(34);
Symbol 583 MovieClip Frame 1881
instrument(36);
Symbol 583 MovieClip Frame 1886
instrument(37);
Symbol 583 MovieClip Frame 1891
instrument(41);
Symbol 583 MovieClip Frame 1896
instrument(39);
Symbol 583 MovieClip Frame 1908
instrument(32);
Symbol 583 MovieClip Frame 1921
instrument(31);
Symbol 583 MovieClip Frame 1934
_root.state.state = "Status: Stopped"; gotoAndStop (1);
Symbol 584 Button
on (press) { instrument(38); play(); }
Symbol 585 Button
on (press) { instrument(26); play(); }
Symbol 586 Button
on (press) { instrument(33); play(); }
Symbol 587 MovieClip Frame 1
function instrument(i) { mySound = new Sound(); if (_root.instrument == 1) { mySound.attachSound("Piano " + i); } else if (_root.instrument == 2) { mySound.attachSound("SD " + i); } else if (_root.instrument == 3) { mySound.attachSound("String " + i); } else if (_root.instrument == 4) { mySound.attachSound("Vibe " + i); } else if (_root.instrument == 5) { mySound.attachSound("EG " + i); } mySound.start(0.03); } stop();
Symbol 587 MovieClip Frame 2
stop();
Symbol 587 MovieClip Frame 3
stop();
Symbol 587 MovieClip Frame 4
stop();
Symbol 587 MovieClip Frame 5
stop();
Symbol 587 MovieClip Frame 6
stop();
Symbol 587 MovieClip Frame 7
stop();
Symbol 587 MovieClip Frame 8
stop();
Symbol 587 MovieClip Frame 9
stop();
Symbol 587 MovieClip Frame 10
stop();
Symbol 587 MovieClip Frame 11
stop();
Symbol 587 MovieClip Frame 12
stop();
Symbol 587 MovieClip Frame 13
stop();
Symbol 587 MovieClip Frame 14
stop();
Symbol 587 MovieClip Frame 15
stop();
Symbol 587 MovieClip Frame 16
stop();
Symbol 587 MovieClip Frame 17
stop();
Symbol 587 MovieClip Frame 18
stop();
Symbol 587 MovieClip Frame 19
stop();
Symbol 587 MovieClip Frame 20
stop();
Symbol 587 MovieClip Frame 21
stop();
Symbol 587 MovieClip Frame 22
stop();
Symbol 587 MovieClip Frame 23
stop();
Symbol 587 MovieClip Frame 24
stop();
Symbol 587 MovieClip Frame 25
stop();
Symbol 587 MovieClip Frame 26
stop();
Symbol 587 MovieClip Frame 27
stop();
Symbol 587 MovieClip Frame 28
stop();
Symbol 587 MovieClip Frame 29
stop();
Symbol 587 MovieClip Frame 30
stop();
Symbol 587 MovieClip Frame 31
stop();
Symbol 587 MovieClip Frame 32
stop();
Symbol 587 MovieClip Frame 33
stop();
Symbol 587 MovieClip Frame 34
stop();
Symbol 587 MovieClip Frame 35
stop();
Symbol 587 MovieClip Frame 36
stop();
Symbol 587 MovieClip Frame 37
stop();
Symbol 587 MovieClip Frame 38
stop();
Symbol 587 MovieClip Frame 39
stop();
Symbol 587 MovieClip Frame 40
stop();
Symbol 587 MovieClip Frame 41
stop();
Symbol 587 MovieClip Frame 42
stop();
Symbol 587 MovieClip Frame 68
stop();
Symbol 587 MovieClip Frame 69
stop();
Symbol 587 MovieClip Frame 70
stop();
Symbol 587 MovieClip Frame 71
stop();
Symbol 587 MovieClip Frame 72
stop();
Symbol 587 MovieClip Frame 73
stop();
Symbol 587 MovieClip Frame 74
stop();
Symbol 587 MovieClip Frame 75
stop();
Symbol 587 MovieClip Frame 76
stop();
Symbol 587 MovieClip Frame 77
stop();
Symbol 587 MovieClip Frame 78
stop();
Symbol 587 MovieClip Frame 79
stop();
Symbol 587 MovieClip Frame 80
stop();
Symbol 587 MovieClip Frame 81
stop();
Symbol 587 MovieClip Frame 82
stop();
Symbol 587 MovieClip Frame 83
stop();
Symbol 587 MovieClip Frame 84
stop();
Symbol 587 MovieClip Frame 85
stop();
Symbol 587 MovieClip Frame 86
stop();
Symbol 587 MovieClip Frame 87
stop();
Symbol 587 MovieClip Frame 88
stop();
Symbol 587 MovieClip Frame 89
stop();
Symbol 587 MovieClip Frame 90
stop();
Symbol 587 MovieClip Frame 91
stop();
Symbol 587 MovieClip Frame 92
stop();
Symbol 587 MovieClip Frame 93
stop();
Symbol 587 MovieClip Frame 94
stop();
Symbol 587 MovieClip Frame 95
stop();
Symbol 587 MovieClip Frame 96
stop();
Symbol 587 MovieClip Frame 97
stop();
Symbol 587 MovieClip Frame 98
stop();
Symbol 587 MovieClip Frame 99
stop();
Symbol 587 MovieClip Frame 100
stop();
Symbol 587 MovieClip Frame 101
stop();
Symbol 587 MovieClip Frame 102
stop();
Symbol 587 MovieClip Frame 103
stop();
Symbol 587 MovieClip Frame 104
stop();
Symbol 587 MovieClip Frame 105
stop();
Symbol 587 MovieClip Frame 106
stop();
Symbol 587 MovieClip Frame 107
stop();
Symbol 587 MovieClip Frame 108
stop();
Symbol 587 MovieClip Frame 134
stop();
Symbol 587 MovieClip Frame 135
stop();
Symbol 587 MovieClip Frame 136
stop();
Symbol 587 MovieClip Frame 137
stop();
Symbol 587 MovieClip Frame 138
stop();
Symbol 587 MovieClip Frame 139
stop();
Symbol 587 MovieClip Frame 140
stop();
Symbol 587 MovieClip Frame 141
stop();
Symbol 587 MovieClip Frame 142
stop();
Symbol 587 MovieClip Frame 143
stop();
Symbol 587 MovieClip Frame 144
stop();
Symbol 587 MovieClip Frame 145
stop();
Symbol 587 MovieClip Frame 146
stop();
Symbol 587 MovieClip Frame 147
stop();
Symbol 587 MovieClip Frame 148
stop();
Symbol 587 MovieClip Frame 149
stop();
Symbol 587 MovieClip Frame 150
stop();
Symbol 587 MovieClip Frame 151
stop();
Symbol 587 MovieClip Frame 152
stop();
Symbol 587 MovieClip Frame 153
stop();
Symbol 587 MovieClip Frame 154
stop();
Symbol 587 MovieClip Frame 155
stop();
Symbol 587 MovieClip Frame 156
stop();
Symbol 587 MovieClip Frame 157
stop();
Symbol 587 MovieClip Frame 158
stop();
Symbol 587 MovieClip Frame 159
stop();
Symbol 587 MovieClip Frame 160
stop();
Symbol 587 MovieClip Frame 161
stop();
Symbol 587 MovieClip Frame 162
stop();
Symbol 587 MovieClip Frame 163
stop();
Symbol 587 MovieClip Frame 164
stop();
Symbol 587 MovieClip Frame 165
stop();
Symbol 587 MovieClip Frame 166
stop();
Symbol 587 MovieClip Frame 167
stop();
Symbol 587 MovieClip Frame 168
stop();
Symbol 587 MovieClip Frame 169
stop();
Symbol 587 MovieClip Frame 170
stop();
Symbol 587 MovieClip Frame 171
stop();
Symbol 587 MovieClip Frame 172
stop();
Symbol 587 MovieClip Frame 197
stop();
Symbol 587 MovieClip Frame 198
stop();
Symbol 587 MovieClip Frame 199
stop();
Symbol 587 MovieClip Frame 200
stop();
Symbol 587 MovieClip Frame 201
stop();
Symbol 587 MovieClip Frame 202
stop();
Symbol 587 MovieClip Frame 203
stop();
Symbol 587 MovieClip Frame 204
stop();
Symbol 587 MovieClip Frame 205
stop();
Symbol 587 MovieClip Frame 206
stop();
Symbol 587 MovieClip Frame 207
stop();
Symbol 587 MovieClip Frame 208
stop();
Symbol 587 MovieClip Frame 209
stop();
Symbol 587 MovieClip Frame 210
stop();
Symbol 587 MovieClip Frame 211
stop();
Symbol 587 MovieClip Frame 212
stop();
Symbol 587 MovieClip Frame 213
stop();
Symbol 587 MovieClip Frame 214
stop();
Symbol 587 MovieClip Frame 230
stop();
Symbol 587 MovieClip Frame 231
stop();
Symbol 587 MovieClip Frame 232
stop();
Symbol 587 MovieClip Frame 233
stop();
Symbol 587 MovieClip Frame 234
stop();
Symbol 587 MovieClip Frame 250
stop();
Symbol 587 MovieClip Frame 251
stop();
Symbol 587 MovieClip Frame 252
stop();
Symbol 587 MovieClip Frame 253
stop();
Symbol 587 MovieClip Frame 254
stop();
Symbol 587 MovieClip Frame 255
stop();
Symbol 587 MovieClip Frame 256
stop();
Symbol 587 MovieClip Frame 266
stop();
Symbol 587 MovieClip Frame 267
stop();
Symbol 587 MovieClip Frame 268
stop();
Symbol 587 MovieClip Frame 269
stop();
Symbol 587 MovieClip Frame 270
stop();
Symbol 587 MovieClip Frame 284
stop();
Symbol 587 MovieClip Frame 285
stop();
Symbol 587 MovieClip Frame 286
stop();
Symbol 587 MovieClip Frame 287
stop();
Symbol 587 MovieClip Frame 288
stop();
Symbol 587 MovieClip Frame 289
stop();
Symbol 587 MovieClip Frame 290
stop();
Symbol 587 MovieClip Frame 300
stop();
Symbol 587 MovieClip Frame 301
stop();
Symbol 587 MovieClip Frame 302
stop();
Symbol 587 MovieClip Frame 303
stop();
Symbol 587 MovieClip Frame 304
stop();
Symbol 587 MovieClip Frame 320
stop();
Symbol 587 MovieClip Frame 321
stop();
Symbol 587 MovieClip Frame 322
stop();
Symbol 587 MovieClip Frame 323
stop();
Symbol 587 MovieClip Frame 324
stop();
Symbol 587 MovieClip Frame 325
stop();
Symbol 587 MovieClip Frame 326
stop();
Symbol 587 MovieClip Frame 336
stop();
Symbol 587 MovieClip Frame 337
stop();
Symbol 587 MovieClip Frame 338
stop();
Symbol 587 MovieClip Frame 339
stop();
Symbol 587 MovieClip Frame 340
stop();
Symbol 587 MovieClip Frame 354
stop();
Symbol 587 MovieClip Frame 355
stop();
Symbol 587 MovieClip Frame 356
stop();
Symbol 587 MovieClip Frame 357
stop();
Symbol 587 MovieClip Frame 358
stop();
Symbol 587 MovieClip Frame 359
stop();
Symbol 587 MovieClip Frame 360
stop();
Symbol 587 MovieClip Frame 361
stop();
Symbol 587 MovieClip Frame 362
stop();
Symbol 587 MovieClip Frame 363
stop();
Symbol 587 MovieClip Frame 364
_root.state.state = "Status: Stopped"; gotoAndStop (1);
Symbol 588 Button
on (press) { instrument(45); play(); }
Symbol 589 MovieClip Frame 1
function instrument(i) { mySound = new Sound(); if (_root.instrument == 1) { mySound.attachSound("Piano " + i); } else if (_root.instrument == 2) { mySound.attachSound("SD " + i); } else if (_root.instrument == 3) { mySound.attachSound("String " + i); } else if (_root.instrument == 4) { mySound.attachSound("Vibe " + i); } else if (_root.instrument == 5) { mySound.attachSound("EG " + i); } mySound.start(0.03); } stop();
Symbol 589 MovieClip Frame 2
stop();
Symbol 589 MovieClip Frame 3
stop();
Symbol 589 MovieClip Frame 4
stop();
Symbol 589 MovieClip Frame 5
stop();
Symbol 589 MovieClip Frame 6
stop();
Symbol 589 MovieClip Frame 7
stop();
Symbol 589 MovieClip Frame 8
stop();
Symbol 589 MovieClip Frame 9
stop();
Symbol 589 MovieClip Frame 10
stop();
Symbol 589 MovieClip Frame 11
stop();
Symbol 589 MovieClip Frame 12
stop();
Symbol 589 MovieClip Frame 13
stop();
Symbol 589 MovieClip Frame 14
stop();
Symbol 589 MovieClip Frame 15
stop();
Symbol 589 MovieClip Frame 16
stop();
Symbol 589 MovieClip Frame 17
stop();
Symbol 589 MovieClip Frame 18
stop();
Symbol 589 MovieClip Frame 19
stop();
Symbol 589 MovieClip Frame 20
stop();
Symbol 589 MovieClip Frame 47
stop();
Symbol 589 MovieClip Frame 48
stop();
Symbol 589 MovieClip Frame 49
stop();
Symbol 589 MovieClip Frame 50
stop();
Symbol 589 MovieClip Frame 51
stop();
Symbol 589 MovieClip Frame 52
stop();
Symbol 589 MovieClip Frame 53
stop();
Symbol 589 MovieClip Frame 54
stop();
Symbol 589 MovieClip Frame 55
stop();
Symbol 589 MovieClip Frame 56
stop();
Symbol 589 MovieClip Frame 57
stop();
Symbol 589 MovieClip Frame 58
stop();
Symbol 589 MovieClip Frame 59
stop();
Symbol 589 MovieClip Frame 60
stop();
Symbol 589 MovieClip Frame 61
stop();
Symbol 589 MovieClip Frame 62
stop();
Symbol 589 MovieClip Frame 63
stop();
Symbol 589 MovieClip Frame 64
stop();
Symbol 589 MovieClip Frame 92
stop();
Symbol 589 MovieClip Frame 93
stop();
Symbol 589 MovieClip Frame 130
stop();
Symbol 589 MovieClip Frame 131
stop();
Symbol 589 MovieClip Frame 162
stop();
Symbol 589 MovieClip Frame 163
stop();
Symbol 589 MovieClip Frame 195
stop();
Symbol 589 MovieClip Frame 196
stop();
Symbol 589 MovieClip Frame 228
stop();
Symbol 589 MovieClip Frame 229
stop();
Symbol 589 MovieClip Frame 261
stop();
Symbol 589 MovieClip Frame 262
stop();
Symbol 589 MovieClip Frame 294
stop();
Symbol 589 MovieClip Frame 295
stop();
Symbol 589 MovieClip Frame 328
stop();
Symbol 589 MovieClip Frame 329
stop();
Symbol 589 MovieClip Frame 362
stop();
Symbol 589 MovieClip Frame 363
stop();
Symbol 589 MovieClip Frame 400
stop();
Symbol 589 MovieClip Frame 401
stop();
Symbol 589 MovieClip Frame 432
stop();
Symbol 589 MovieClip Frame 433
stop();
Symbol 589 MovieClip Frame 465
stop();
Symbol 589 MovieClip Frame 466
stop();
Symbol 589 MovieClip Frame 498
stop();
Symbol 589 MovieClip Frame 499
stop();
Symbol 589 MovieClip Frame 500
stop();
Symbol 589 MovieClip Frame 501
stop();
Symbol 589 MovieClip Frame 502
_root.state.state = "Status: Stopped"; gotoAndStop (1);
Symbol 590 MovieClip Frame 1
function instrument(i) { mySound = new Sound(); if (_root.instrument == 1) { mySound.attachSound("Piano " + i); } else if (_root.instrument == 2) { mySound.attachSound("SD " + i); } else if (_root.instrument == 3) { mySound.attachSound("String " + i); } else if (_root.instrument == 4) { mySound.attachSound("Vibe " + i); } else if (_root.instrument == 5) { mySound.attachSound("EG " + i); } mySound.start(0.03); } stop();
Symbol 590 MovieClip Frame 41
instrument(41);
Symbol 590 MovieClip Frame 57
instrument(36);
Symbol 590 MovieClip Frame 67
instrument(37);
Symbol 590 MovieClip Frame 76
instrument(39);
Symbol 590 MovieClip Frame 93
instrument(37);
Symbol 590 MovieClip Frame 102
instrument(36);
Symbol 590 MovieClip Frame 111
instrument(34);
Symbol 590 MovieClip Frame 128
instrument(34);
Symbol 590 MovieClip Frame 137
instrument(37);
Symbol 590 MovieClip Frame 146
instrument(41);
Symbol 590 MovieClip Frame 162
instrument(39);
Symbol 590 MovieClip Frame 171
instrument(37);
Symbol 590 MovieClip Frame 180
instrument(36);
Symbol 590 MovieClip Frame 205
instrument(37);
Symbol 590 MovieClip Frame 216
instrument(39);
Symbol 590 MovieClip Frame 230
instrument(41);
Symbol 590 MovieClip Frame 243
instrument(37);
Symbol 590 MovieClip Frame 259
instrument(34);
Symbol 590 MovieClip Frame 275
instrument(34);
Symbol 590 MovieClip Frame 327
instrument(39);
Symbol 590 MovieClip Frame 342
instrument(42);
Symbol 590 MovieClip Frame 352
instrument(46);
Symbol 590 MovieClip Frame 368
instrument(44);
Symbol 590 MovieClip Frame 377
instrument(42);
Symbol 590 MovieClip Frame 385
instrument(41);
Symbol 590 MovieClip Frame 412
instrument(37);
Symbol 590 MovieClip Frame 419
instrument(41);
Symbol 590 MovieClip Frame 434
instrument(39);
Symbol 590 MovieClip Frame 443
instrument(37);
Symbol 590 MovieClip Frame 450
instrument(36);
Symbol 590 MovieClip Frame 466
instrument(36);
Symbol 590 MovieClip Frame 474
instrument(37);
Symbol 590 MovieClip Frame 484
instrument(39);
Symbol 590 MovieClip Frame 500
instrument(41);
Symbol 590 MovieClip Frame 516
instrument(37);
Symbol 590 MovieClip Frame 530
instrument(34);
Symbol 590 MovieClip Frame 544
instrument(34);
Symbol 590 MovieClip Frame 570
instrument(41);
Symbol 590 MovieClip Frame 603
instrument(37);
Symbol 590 MovieClip Frame 637
instrument(39);
Symbol 590 MovieClip Frame 671
instrument(36);
Symbol 590 MovieClip Frame 705
instrument(37);
Symbol 590 MovieClip Frame 739
instrument(34);
Symbol 590 MovieClip Frame 773
instrument(33);
Symbol 590 MovieClip Frame 807
instrument(36);
Symbol 590 MovieClip Frame 841
instrument(41);
Symbol 590 MovieClip Frame 875
instrument(37);
Symbol 590 MovieClip Frame 909
instrument(39);
Symbol 590 MovieClip Frame 943
instrument(36);
Symbol 590 MovieClip Frame 977
instrument(37);
Symbol 590 MovieClip Frame 993
instrument(41);
Symbol 590 MovieClip Frame 1008
instrument(46);
Symbol 590 MovieClip Frame 1035
instrument(45);
Symbol 590 MovieClip Frame 1061
_root.state.state = "Status: Stopped"; gotoAndStop (1);
Symbol 591 Button
on (press) { instrument(23); play(); }
Symbol 592 Button
on (press) { instrument(18); play(); }
Symbol 593 Button
on (press) { instrument(28); play(); }
Symbol 594 Button
on (press) { instrument(30); play(); }
Symbol 595 MovieClip Frame 1
function instrument(i) { mySound = new Sound(); if (_root.instrument == 1) { mySound.attachSound("Piano " + i); } else if (_root.instrument == 2) { mySound.attachSound("SD " + i); } else if (_root.instrument == 3) { mySound.attachSound("String " + i); } else if (_root.instrument == 4) { mySound.attachSound("Vibe " + i); } else if (_root.instrument == 5) { mySound.attachSound("EG " + i); } mySound.start(0.03); } stop();
Symbol 595 MovieClip Frame 2
stop();
Symbol 595 MovieClip Frame 3
stop();
Symbol 595 MovieClip Frame 4
stop();
Symbol 595 MovieClip Frame 5
stop();
Symbol 595 MovieClip Frame 6
stop();
Symbol 595 MovieClip Frame 7
stop();
Symbol 595 MovieClip Frame 8
stop();
Symbol 595 MovieClip Frame 9
stop();
Symbol 595 MovieClip Frame 30
stop();
Symbol 595 MovieClip Frame 31
stop();
Symbol 595 MovieClip Frame 32
stop();
Symbol 595 MovieClip Frame 33
stop();
Symbol 595 MovieClip Frame 34
stop();
Symbol 595 MovieClip Frame 54
stop();
Symbol 595 MovieClip Frame 55
stop();
Symbol 595 MovieClip Frame 56
stop();
Symbol 595 MovieClip Frame 57
stop();
Symbol 595 MovieClip Frame 58
stop();
Symbol 595 MovieClip Frame 59
stop();
Symbol 595 MovieClip Frame 60
stop();
Symbol 595 MovieClip Frame 82
stop();
Symbol 595 MovieClip Frame 83
stop();
Symbol 595 MovieClip Frame 84
stop();
Symbol 595 MovieClip Frame 85
stop();
Symbol 595 MovieClip Frame 86
stop();
Symbol 595 MovieClip Frame 108
stop();
Symbol 595 MovieClip Frame 109
stop();
Symbol 595 MovieClip Frame 110
stop();
Symbol 595 MovieClip Frame 111
stop();
Symbol 595 MovieClip Frame 112
stop();
Symbol 595 MovieClip Frame 113
stop();
Symbol 595 MovieClip Frame 138
stop();
Symbol 595 MovieClip Frame 139
stop();
Symbol 595 MovieClip Frame 140
stop();
Symbol 595 MovieClip Frame 141
stop();
Symbol 595 MovieClip Frame 142
stop();
Symbol 595 MovieClip Frame 143
stop();
Symbol 595 MovieClip Frame 166
stop();
Symbol 595 MovieClip Frame 167
stop();
Symbol 595 MovieClip Frame 168
stop();
Symbol 595 MovieClip Frame 169
stop();
Symbol 595 MovieClip Frame 170
stop();
Symbol 595 MovieClip Frame 186
stop();
Symbol 595 MovieClip Frame 187
stop();
Symbol 595 MovieClip Frame 188
stop();
Symbol 595 MovieClip Frame 204
stop();
Symbol 595 MovieClip Frame 205
stop();
Symbol 595 MovieClip Frame 206
stop();
Symbol 595 MovieClip Frame 207
stop();
Symbol 595 MovieClip Frame 208
_root.state.state = "Status: Stopped"; gotoAndStop (1);
Symbol 596 MovieClip Frame 1
function instrument(i) { mySound = new Sound(); if (_root.instrument == 1) { mySound.attachSound("Piano " + i); } else if (_root.instrument == 2) { mySound.attachSound("SD " + i); } else if (_root.instrument == 3) { mySound.attachSound("String " + i); } else if (_root.instrument == 4) { mySound.attachSound("Vibe " + i); } else if (_root.instrument == 5) { mySound.attachSound("EG " + i); } mySound.start(0.03); } stop();
Symbol 596 MovieClip Frame 40
instrument(23);
Symbol 596 MovieClip Frame 57
instrument(18);
Symbol 596 MovieClip Frame 83
instrument(23);
Symbol 596 MovieClip Frame 93
instrument(23);
Symbol 596 MovieClip Frame 98
instrument(25);
Symbol 596 MovieClip Frame 103
instrument(27);
Symbol 596 MovieClip Frame 108
instrument(28);
Symbol 596 MovieClip Frame 113
instrument(30);
Symbol 596 MovieClip Frame 157
instrument(30);
Symbol 596 MovieClip Frame 164
instrument(30);
Symbol 596 MovieClip Frame 171
instrument(31);
Symbol 596 MovieClip Frame 178
instrument(33);
Symbol 596 MovieClip Frame 185
instrument(35);
Symbol 596 MovieClip Frame 223
instrument(35);
Symbol 596 MovieClip Frame 230
instrument(35);
Symbol 596 MovieClip Frame 237
instrument(33);
Symbol 596 MovieClip Frame 244
instrument(31);
Symbol 596 MovieClip Frame 251
instrument(33);
Symbol 596 MovieClip Frame 264
instrument(31);
Symbol 596 MovieClip Frame 271
instrument(30);
Symbol 596 MovieClip Frame 309
instrument(30);
Symbol 596 MovieClip Frame 328
instrument(28);
Symbol 596 MovieClip Frame 343
instrument(28);
Symbol 596 MovieClip Frame 348
instrument(30);
Symbol 596 MovieClip Frame 353
instrument(31);
Symbol 596 MovieClip Frame 389
instrument(30);
Symbol 596 MovieClip Frame 400
instrument(28);
Symbol 596 MovieClip Frame 411
instrument(26);
Symbol 596 MovieClip Frame 426
instrument(26);
Symbol 596 MovieClip Frame 431
instrument(28);
Symbol 596 MovieClip Frame 436
instrument(30);
Symbol 596 MovieClip Frame 477
instrument(28);
Symbol 596 MovieClip Frame 488
instrument(26);
Symbol 596 MovieClip Frame 499
instrument(25);
Symbol 596 MovieClip Frame 515
instrument(25);
Symbol 596 MovieClip Frame 520
instrument(27);
Symbol 596 MovieClip Frame 525
instrument(29);
Symbol 596 MovieClip Frame 555
instrument(32);
Symbol 596 MovieClip Frame 570
instrument(30);
Symbol 596 MovieClip Frame 584
instrument(18);
Symbol 596 MovieClip Frame 589
instrument(18);
Symbol 596 MovieClip Frame 594
instrument(18);
Symbol 596 MovieClip Frame 604
instrument(18);
Symbol 596 MovieClip Frame 609
instrument(18);
Symbol 596 MovieClip Frame 614
instrument(18);
Symbol 596 MovieClip Frame 625
instrument(18);
Symbol 596 MovieClip Frame 631
instrument(18);
Symbol 596 MovieClip Frame 637
instrument(18);
Symbol 596 MovieClip Frame 646
instrument(18);
Symbol 596 MovieClip Frame 664
_root.state.state = "Status: Stopped"; gotoAndStop (1);
Symbol 597 MovieClip Frame 1
function instrument(i) { mySound = new Sound(); if (_root.instrument == 1) { mySound.attachSound("Piano " + i); } else if (_root.instrument == 2) { mySound.attachSound("SD " + i); } else if (_root.instrument == 3) { mySound.attachSound("String " + i); } else if (_root.instrument == 4) { mySound.attachSound("Vibe " + i); } else if (_root.instrument == 5) { mySound.attachSound("EG " + i); } mySound.start(0.03); }
Symbol 597 MovieClip Frame 2
stop();
Symbol 597 MovieClip Frame 3
stop();
Symbol 597 MovieClip Frame 4
stop();
Symbol 597 MovieClip Frame 20
stop();
Symbol 597 MovieClip Frame 21
stop();
Symbol 597 MovieClip Frame 22
stop();
Symbol 597 MovieClip Frame 23
stop();
Symbol 597 MovieClip Frame 24
stop();
Symbol 597 MovieClip Frame 25
stop();
Symbol 597 MovieClip Frame 26
stop();
Symbol 597 MovieClip Frame 27
stop();
Symbol 597 MovieClip Frame 28
stop();
Symbol 597 MovieClip Frame 29
stop();
Symbol 597 MovieClip Frame 30
stop();
Symbol 597 MovieClip Frame 31
stop();
Symbol 597 MovieClip Frame 32
stop();
Symbol 597 MovieClip Frame 33
stop();
Symbol 597 MovieClip Frame 34
stop();
Symbol 597 MovieClip Frame 35
stop();
Symbol 597 MovieClip Frame 69
stop();
Symbol 597 MovieClip Frame 70
stop();
Symbol 597 MovieClip Frame 71
stop();
Symbol 597 MovieClip Frame 87
stop();
Symbol 597 MovieClip Frame 88
stop();
Symbol 597 MovieClip Frame 89
stop();
Symbol 597 MovieClip Frame 90
stop();
Symbol 597 MovieClip Frame 91
stop();
Symbol 597 MovieClip Frame 92
stop();
Symbol 597 MovieClip Frame 93
stop();
Symbol 597 MovieClip Frame 94
stop();
Symbol 597 MovieClip Frame 95
stop();
Symbol 597 MovieClip Frame 96
stop();
Symbol 597 MovieClip Frame 97
stop();
Symbol 597 MovieClip Frame 98
stop();
Symbol 597 MovieClip Frame 99
stop();
Symbol 597 MovieClip Frame 100
stop();
Symbol 597 MovieClip Frame 101
stop();
Symbol 597 MovieClip Frame 102
stop();
Symbol 597 MovieClip Frame 143
stop();
Symbol 597 MovieClip Frame 144
stop();
Symbol 597 MovieClip Frame 145
stop();
Symbol 597 MovieClip Frame 146
stop();
Symbol 597 MovieClip Frame 147
stop();
Symbol 597 MovieClip Frame 148
stop();
Symbol 597 MovieClip Frame 158
stop();
Symbol 597 MovieClip Frame 159
stop();
Symbol 597 MovieClip Frame 160
stop();
Symbol 597 MovieClip Frame 161
stop();
Symbol 597 MovieClip Frame 162
stop();
Symbol 597 MovieClip Frame 163
stop();
Symbol 597 MovieClip Frame 164
stop();
Symbol 597 MovieClip Frame 183
stop();
Symbol 597 MovieClip Frame 184
stop();
Symbol 597 MovieClip Frame 185
stop();
Symbol 597 MovieClip Frame 186
stop();
Symbol 597 MovieClip Frame 187
stop();
Symbol 597 MovieClip Frame 188
stop();
Symbol 597 MovieClip Frame 189
stop();
Symbol 597 MovieClip Frame 190
stop();
Symbol 597 MovieClip Frame 191
stop();
Symbol 597 MovieClip Frame 192
stop();
Symbol 597 MovieClip Frame 193
stop();
Symbol 597 MovieClip Frame 194
stop();
Symbol 597 MovieClip Frame 195
stop();
Symbol 597 MovieClip Frame 196
stop();
Symbol 597 MovieClip Frame 197
stop();
Symbol 597 MovieClip Frame 198
stop();
Symbol 597 MovieClip Frame 199
stop();
Symbol 597 MovieClip Frame 200
stop();
Symbol 597 MovieClip Frame 201
stop();
Symbol 597 MovieClip Frame 202
stop();
Symbol 597 MovieClip Frame 203
stop();
Symbol 597 MovieClip Frame 204
stop();
Symbol 597 MovieClip Frame 205
stop();
Symbol 597 MovieClip Frame 206
stop();
Symbol 597 MovieClip Frame 207
stop();
Symbol 597 MovieClip Frame 208
stop();
Symbol 597 MovieClip Frame 224
stop();
Symbol 597 MovieClip Frame 236
stop();
Symbol 597 MovieClip Frame 237
stop();
Symbol 597 MovieClip Frame 238
stop();
Symbol 597 MovieClip Frame 239
stop();
Symbol 597 MovieClip Frame 240
stop();
Symbol 597 MovieClip Frame 241
stop();
Symbol 597 MovieClip Frame 242
stop();
Symbol 597 MovieClip Frame 243
stop();
Symbol 597 MovieClip Frame 244
stop();
Symbol 597 MovieClip Frame 245
stop();
Symbol 597 MovieClip Frame 246
stop();
Symbol 597 MovieClip Frame 247
stop();
Symbol 597 MovieClip Frame 248
stop();
Symbol 597 MovieClip Frame 249
stop();
Symbol 597 MovieClip Frame 250
stop();
Symbol 597 MovieClip Frame 251
stop();
Symbol 597 MovieClip Frame 252
stop();
Symbol 597 MovieClip Frame 253
stop();
Symbol 597 MovieClip Frame 254
stop();
Symbol 597 MovieClip Frame 255
stop();
Symbol 597 MovieClip Frame 256
stop();
Symbol 597 MovieClip Frame 273
stop();
Symbol 597 MovieClip Frame 274
_root.keyboard.gotoAndStop(1); _root.state.state = "Status: Stopped"; gotoAndStop (1);
Symbol 598 MovieClip Frame 1
function instrument(i) { mySound = new Sound(); if (_root.instrument == 1) { mySound.attachSound("Piano " + i); } else if (_root.instrument == 2) { mySound.attachSound("SD " + i); } else if (_root.instrument == 3) { mySound.attachSound("String " + i); } else if (_root.instrument == 4) { mySound.attachSound("Vibe " + i); } else if (_root.instrument == 5) { mySound.attachSound("EG " + i); } mySound.start(0.03); } stop();
Symbol 598 MovieClip Frame 40
instrument(20);
Symbol 598 MovieClip Frame 46
instrument(20);
Symbol 598 MovieClip Frame 52
instrument(25);
Symbol 598 MovieClip Frame 83
instrument(25);
Symbol 598 MovieClip Frame 95
instrument(29);
Symbol 598 MovieClip Frame 102
instrument(32);
Symbol 598 MovieClip Frame 112
instrument(37);
Symbol 598 MovieClip Frame 121
instrument(36);
Symbol 598 MovieClip Frame 130
instrument(34);
Symbol 598 MovieClip Frame 139
instrument(32);
Symbol 598 MovieClip Frame 160
instrument(29);
Symbol 598 MovieClip Frame 174
instrument(32);
Symbol 598 MovieClip Frame 180
instrument(30);
Symbol 598 MovieClip Frame 199
instrument(27);
Symbol 598 MovieClip Frame 213
instrument(29);
Symbol 598 MovieClip Frame 219
instrument(27);
Symbol 598 MovieClip Frame 235
instrument(29);
Symbol 598 MovieClip Frame 248
instrument(27);
Symbol 598 MovieClip Frame 253
instrument(25);
Symbol 598 MovieClip Frame 285
instrument(20);
Symbol 598 MovieClip Frame 297
instrument(20);
Symbol 598 MovieClip Frame 303
instrument(25);
Symbol 598 MovieClip Frame 334
instrument(25);
Symbol 598 MovieClip Frame 346
instrument(29);
Symbol 598 MovieClip Frame 353
instrument(32);
Symbol 598 MovieClip Frame 363
instrument(37);
Symbol 598 MovieClip Frame 372
instrument(36);
Symbol 598 MovieClip Frame 381
instrument(34);
Symbol 598 MovieClip Frame 390
instrument(32);
Symbol 598 MovieClip Frame 411
instrument(29);
Symbol 598 MovieClip Frame 425
instrument(32);
Symbol 598 MovieClip Frame 431
instrument(30);
Symbol 598 MovieClip Frame 450
instrument(27);
Symbol 598 MovieClip Frame 464
instrument(29);
Symbol 598 MovieClip Frame 470
instrument(27);
Symbol 598 MovieClip Frame 486
instrument(29);
Symbol 598 MovieClip Frame 499
instrument(27);
Symbol 598 MovieClip Frame 504
instrument(25);
Symbol 598 MovieClip Frame 548
instrument(25);
Symbol 598 MovieClip Frame 559
instrument(27);
Symbol 598 MovieClip Frame 565
instrument(29);
Symbol 598 MovieClip Frame 580
instrument(25);
Symbol 598 MovieClip Frame 586
instrument(27);
Symbol 598 MovieClip Frame 592
instrument(25);
Symbol 598 MovieClip Frame 609
instrument(20);
Symbol 598 MovieClip Frame 617
instrument(20);
Symbol 598 MovieClip Frame 625
instrument(20);
Symbol 598 MovieClip Frame 633
instrument(20);
Symbol 598 MovieClip Frame 641
instrument(20);
Symbol 598 MovieClip Frame 649
instrument(20);
Symbol 598 MovieClip Frame 657
instrument(20);
Symbol 598 MovieClip Frame 679
instrument(20);
Symbol 598 MovieClip Frame 687
instrument(20);
Symbol 598 MovieClip Frame 695
instrument(20);
Symbol 598 MovieClip Frame 703
instrument(20);
Symbol 598 MovieClip Frame 711
instrument(20);
Symbol 598 MovieClip Frame 719
instrument(25);
Symbol 598 MovieClip Frame 732
instrument(27);
Symbol 598 MovieClip Frame 738
instrument(28);
Symbol 598 MovieClip Frame 751
instrument(27);
Symbol 598 MovieClip Frame 763
instrument(28);
Symbol 598 MovieClip Frame 769
instrument(30);
Symbol 598 MovieClip Frame 782
instrument(28);
Symbol 598 MovieClip Frame 794
instrument(30);
Symbol 598 MovieClip Frame 800
instrument(32);
Symbol 598 MovieClip Frame 813
instrument(30);
Symbol 598 MovieClip Frame 826
instrument(32);
Symbol 598 MovieClip Frame 832
instrument(25);
Symbol 598 MovieClip Frame 844
instrument(25);
Symbol 598 MovieClip Frame 858
instrument(27);
Symbol 598 MovieClip Frame 864
instrument(28);
Symbol 598 MovieClip Frame 877
instrument(27);
Symbol 598 MovieClip Frame 889
instrument(28);
Symbol 598 MovieClip Frame 895
instrument(30);
Symbol 598 MovieClip Frame 908
instrument(28);
Symbol 598 MovieClip Frame 920
instrument(30);
Symbol 598 MovieClip Frame 926
instrument(32);
Symbol 598 MovieClip Frame 953
instrument(37);
Symbol 598 MovieClip Frame 966
instrument(25);
Symbol 598 MovieClip Frame 979
instrument(27);
Symbol 598 MovieClip Frame 985
instrument(28);
Symbol 598 MovieClip Frame 998
instrument(27);
Symbol 598 MovieClip Frame 1010
instrument(28);
Symbol 598 MovieClip Frame 1016
instrument(30);
Symbol 598 MovieClip Frame 1029
instrument(28);
Symbol 598 MovieClip Frame 1041
instrument(30);
Symbol 598 MovieClip Frame 1047
instrument(32);
Symbol 598 MovieClip Frame 1060
instrument(30);
Symbol 598 MovieClip Frame 1073
instrument(32);
Symbol 598 MovieClip Frame 1079
instrument(25);
Symbol 598 MovieClip Frame 1091
instrument(25);
Symbol 598 MovieClip Frame 1105
instrument(27);
Symbol 598 MovieClip Frame 1111
instrument(28);
Symbol 598 MovieClip Frame 1124
instrument(27);
Symbol 598 MovieClip Frame 1136
instrument(28);
Symbol 598 MovieClip Frame 1142
instrument(30);
Symbol 598 MovieClip Frame 1155
instrument(28);
Symbol 598 MovieClip Frame 1167
instrument(30);
Symbol 598 MovieClip Frame 1173
instrument(27);
Symbol 598 MovieClip Frame 1202
instrument(32);
Symbol 598 MovieClip Frame 1231
_root.keyboard.gotoAndStop(1); _root.state.state = "Status: Stopped"; gotoAndStop (1);
Symbol 599 MovieClip Frame 1
function instrument(i) { mySound = new Sound(); if (_root.instrument == 1) { mySound.attachSound("Piano " + i); } else if (_root.instrument == 2) { mySound.attachSound("SD " + i); } else if (_root.instrument == 3) { mySound.attachSound("String " + i); } else if (_root.instrument == 4) { mySound.attachSound("Vibe " + i); } else if (_root.instrument == 5) { mySound.attachSound("EG " + i); } mySound.start(0.03); } stop();
Symbol 599 MovieClip Frame 2
stop();
Symbol 599 MovieClip Frame 3
stop();
Symbol 599 MovieClip Frame 4
stop();
Symbol 599 MovieClip Frame 5
stop();
Symbol 599 MovieClip Frame 6
stop();
Symbol 599 MovieClip Frame 7
stop();
Symbol 599 MovieClip Frame 8
stop();
Symbol 599 MovieClip Frame 9
stop();
Symbol 599 MovieClip Frame 10
stop();
Symbol 599 MovieClip Frame 11
stop();
Symbol 599 MovieClip Frame 12
stop();
Symbol 599 MovieClip Frame 13
stop();
Symbol 606 Button
on (release) { nextFrame(); }
Symbol 609 Button
on (release) { nextFrame(); }
Symbol 615 Button
on (release) { _root.instrument = 1; instrumentname = "Piano"; prevFrame(); }
Symbol 617 Button
on (release) { _root.instrument = 5; instrumentname = "Electric Guitar"; prevFrame(); }
Symbol 620 Button
on (release) { _root.instrument = 2; instrumentname = "Steel Drum"; prevFrame(); }
Symbol 622 Button
on (release) { _root.instrument = 3; instrumentname = "Strings"; prevFrame(); }
Symbol 624 Button
on (release) { _root.instrument = 4; instrumentname = "Vibraphone"; prevFrame(); }
Symbol 625 Button
on (release) { prevFrame(); }
Symbol 626 Button
on (release) { prevFrame(); }
Symbol 627 MovieClip Frame 1
stop();
Symbol 627 MovieClip Frame 2
stop();
Symbol 640 Button
on (release) { _root.keyboard.DL.gotoAndStop(1); _root.state.state = "Status: Stopped"; }
Symbol 645 Button
on (release) { _root.state.state = "Status: Playing"; _root.keyboard.DL.play(); }
Symbol 650 Button
on (release) { _root.state.state = "Status: Paused"; _root.keyboard.DL.stop(); }
Symbol 656 Button
on (release) { nextFrame(); }
Symbol 658 Button
on (release) { prevFrame(); }
Symbol 662 Button
on (release) { play(); }
Symbol 665 Button
on (release) { _root.demo.demoname = "Mario Theme Demo"; _root.keyboard.gotoAndStop("mariodemo"); _root.state.state = "Status: Stopped"; _parent.prevFrame(); }
Symbol 667 Button
on (release) { _root.demo.demoname = "Mario Theme Lesson"; _root.keyboard.gotoAndStop("mariolesson"); _root.state.state = "Status: Stopped"; _parent.prevFrame(); }
Symbol 668 MovieClip Frame 1
stop();
Symbol 668 MovieClip Frame 9
stop();
Symbol 670 Button
on (release) { play(); }
Symbol 671 Button
on (release) { _root.demo.demoname = "Green Greens Demo"; _root.keyboard.gotoAndStop("kirbydemo"); _root.state.state = "Status: Stopped"; _parent.prevFrame(); }
Symbol 672 Button
on (release) { _root.demo.demoname = "Green Greens Lesson"; _root.keyboard.gotoAndStop("kirbylesson"); _root.state.state = "Status: Stopped"; _parent.prevFrame(); }
Symbol 673 MovieClip Frame 1
stop();
Symbol 673 MovieClip Frame 9
stop();
Symbol 675 Button
on (release) { play(); }
Symbol 676 Button
on (release) { _root.demo.demoname = "Zelda Theme Demo"; _root.keyboard.gotoAndStop("zeldademo"); _root.state.state = "Status: Stopped"; _parent.prevFrame(); }
Symbol 677 Button
on (release) { _root.demo.demoname = "Zelda Theme Lesson"; _root.keyboard.gotoAndStop("zeldalesson"); _root.state.state = "Status: Stopped"; _parent.prevFrame(); }
Symbol 678 MovieClip Frame 1
stop();
Symbol 678 MovieClip Frame 9
stop();
Symbol 680 Button
on (release) { play(); }
Symbol 681 Button
on (release) { _root.demo.demoname = "Gold Saucer Demo"; _root.keyboard.gotoAndStop("GSdemo"); _root.state.state = "Status: Stopped"; _parent.prevFrame(); }
Symbol 682 Button
on (release) { _root.demo.demoname = "Gold Saucer Lesson"; _root.keyboard.gotoAndStop("GSlesson"); _root.state.state = "Status: Stopped"; _parent.prevFrame(); }
Symbol 683 MovieClip Frame 1
stop();
Symbol 683 MovieClip Frame 9
stop();
Symbol 685 Button
on (release) { play(); }
Symbol 686 Button
on (release) { _root.demo.demoname = "Tetris Demo"; _root.keyboard.gotoAndStop("tetrisdemo"); _root.state.state = "Status: Stopped"; _parent.prevFrame(); }
Symbol 687 Button
on (release) { _root.demo.demoname = "Tetris Lesson"; _root.keyboard.gotoAndStop("tetrislesson"); _root.state.state = "Status: Stopped"; _parent.prevFrame(); }
Symbol 688 MovieClip Frame 1
stop();
Symbol 688 MovieClip Frame 9
stop();
Symbol 691 Button
on (release) { play(); }
Symbol 692 Button
on (release) { _root.demo.demoname = "Millennial Fair Demo"; _root.keyboard.gotoAndStop("fairdemo"); _root.state.state = "Status: Stopped"; _parent.prevFrame(); }
Symbol 693 Button
on (release) { _root.demo.demoname = "Millennial Fair Lesson"; _root.keyboard.gotoAndStop("fairlesson"); _root.state.state = "Status: Stopped"; _parent.prevFrame(); }
Symbol 694 MovieClip Frame 1
stop();
Symbol 694 MovieClip Frame 9
stop();
Symbol 695 MovieClip Frame 1
stop(); demonum = 0;
Symbol 695 MovieClip Frame 2
stop();

Library Items

Symbol 1 Sound [Vibe 9]
Symbol 2 Sound [Vibe 8]
Symbol 3 Sound [Vibe 7]
Symbol 4 Sound [Vibe 61]
Symbol 5 Sound [Vibe 60]
Symbol 6 Sound [Vibe 6]
Symbol 7 Sound [Vibe 59]
Symbol 8 Sound [Vibe 58]
Symbol 9 Sound [Vibe 57]
Symbol 10 Sound [Vibe 56]
Symbol 11 Sound [Vibe 55]
Symbol 12 Sound [Vibe 54]
Symbol 13 Sound [Vibe 53]
Symbol 14 Sound [Vibe 52]
Symbol 15 Sound [Vibe 51]
Symbol 16 Sound [Vibe 50]
Symbol 17 Sound [Vibe 5]
Symbol 18 Sound [Vibe 49]
Symbol 19 Sound [Vibe 48]
Symbol 20 Sound [Vibe 47]
Symbol 21 Sound [Vibe 46]
Symbol 22 Sound [Vibe 45]
Symbol 23 Sound [Vibe 44]
Symbol 24 Sound [Vibe 43]
Symbol 25 Sound [Vibe 42]
Symbol 26 Sound [Vibe 41]
Symbol 27 Sound [Vibe 40]
Symbol 28 Sound [Vibe 4]
Symbol 29 Sound [Vibe 39]
Symbol 30 Sound [Vibe 38]
Symbol 31 Sound [Vibe 37]
Symbol 32 Sound [Vibe 36]
Symbol 33 Sound [Vibe 35]
Symbol 34 Sound [Vibe 34]
Symbol 35 Sound [Vibe 33]
Symbol 36 Sound [Vibe 32]
Symbol 37 Sound [Vibe 31]
Symbol 38 Sound [Vibe 30]
Symbol 39 Sound [Vibe 3]
Symbol 40 Sound [Vibe 29]
Symbol 41 Sound [Vibe 28]
Symbol 42 Sound [Vibe 27]
Symbol 43 Sound [Vibe 26]
Symbol 44 Sound [Vibe 25]
Symbol 45 Sound [Vibe 24]
Symbol 46 Sound [Vibe 23]
Symbol 47 Sound [Vibe 22]
Symbol 48 Sound [Vibe 21]
Symbol 49 Sound [Vibe 20]
Symbol 50 Sound [Vibe 2]
Symbol 51 Sound [Vibe 19]
Symbol 52 Sound [Vibe 18]
Symbol 53 Sound [Vibe 17]
Symbol 54 Sound [Vibe 16]
Symbol 55 Sound [Vibe 15]
Symbol 56 Sound [Vibe 14]
Symbol 57 Sound [Vibe 13]
Symbol 58 Sound [Vibe 12]
Symbol 59 Sound [Vibe 11]
Symbol 60 Sound [Vibe 10]
Symbol 61 Sound [Vibe 1]
Symbol 62 Sound [String 9]
Symbol 63 Sound [String 8]
Symbol 64 Sound [String 7]
Symbol 65 Sound [String 61]
Symbol 66 Sound [String 60]
Symbol 67 Sound [String 6]
Symbol 68 Sound [String 59]
Symbol 69 Sound [String 58]
Symbol 70 Sound [String 57]
Symbol 71 Sound [String 56]
Symbol 72 Sound [String 55]
Symbol 73 Sound [String 54]
Symbol 74 Sound [String 53]
Symbol 75 Sound [String 52]
Symbol 76 Sound [String 51]
Symbol 77 Sound [String 50]
Symbol 78 Sound [String 5]
Symbol 79 Sound [String 49]
Symbol 80 Sound [String 48]
Symbol 81 Sound [String 47]
Symbol 82 Sound [String 46]
Symbol 83 Sound [String 45]
Symbol 84 Sound [String 44]
Symbol 85 Sound [String 43]
Symbol 86 Sound [String 42]
Symbol 87 Sound [String 41]
Symbol 88 Sound [String 40]
Symbol 89 Sound [String 4]
Symbol 90 Sound [String 39]
Symbol 91 Sound [String 38]
Symbol 92 Sound [String 37]
Symbol 93 Sound [String 36]
Symbol 94 Sound [String 35]
Symbol 95 Sound [String 34]
Symbol 96 Sound [String 33]
Symbol 97 Sound [String 32]
Symbol 98 Sound [String 31]
Symbol 99 Sound [String 30]
Symbol 100 Sound [String 3]
Symbol 101 Sound [String 29]
Symbol 102 Sound [String 28]
Symbol 103 Sound [String 27]
Symbol 104 Sound [String 26]
Symbol 105 Sound [String 25]
Symbol 106 Sound [String 24]
Symbol 107 Sound [String 23]
Symbol 108 Sound [String 22]
Symbol 109 Sound [String 21]
Symbol 110 Sound [String 20]
Symbol 111 Sound [String 2]
Symbol 112 Sound [String 19]
Symbol 113 Sound [String 18]
Symbol 114 Sound [String 17]
Symbol 115 Sound [String 16]
Symbol 116 Sound [String 15]
Symbol 117 Sound [String 14]
Symbol 118 Sound [String 13]
Symbol 119 Sound [String 12]
Symbol 120 Sound [String 11]
Symbol 121 Sound [String 10]
Symbol 122 Sound [String 1]
Symbol 123 Sound [SD 9]
Symbol 124 Sound [SD 8]
Symbol 125 Sound [SD 7]
Symbol 126 Sound [SD 61]
Symbol 127 Sound [SD 60]
Symbol 128 Sound [SD 6]
Symbol 129 Sound [SD 59]
Symbol 130 Sound [SD 58]
Symbol 131 Sound [SD 57]
Symbol 132 Sound [SD 56]
Symbol 133 Sound [SD 55]
Symbol 134 Sound [SD 54]
Symbol 135 Sound [SD 53]
Symbol 136 Sound [SD 52]
Symbol 137 Sound [SD 51]
Symbol 138 Sound [SD 50]
Symbol 139 Sound [SD 5]
Symbol 140 Sound [SD 49]
Symbol 141 Sound [SD 48]
Symbol 142 Sound [SD 47]
Symbol 143 Sound [SD 46]
Symbol 144 Sound [SD 45]
Symbol 145 Sound [SD 44]
Symbol 146 Sound [SD 43]
Symbol 147 Sound [SD 42]
Symbol 148 Sound [SD 41]
Symbol 149 Sound [SD 40]
Symbol 150 Sound [SD 4]
Symbol 151 Sound [SD 39]
Symbol 152 Sound [SD 38]
Symbol 153 Sound [SD 37]
Symbol 154 Sound [SD 36]
Symbol 155 Sound [SD 35]
Symbol 156 Sound [SD 34]
Symbol 157 Sound [SD 33]
Symbol 158 Sound [SD 32]
Symbol 159 Sound [SD 31]
Symbol 160 Sound [SD 30]
Symbol 161 Sound [SD 3]
Symbol 162 Sound [SD 29]
Symbol 163 Sound [SD 28]
Symbol 164 Sound [SD 27]
Symbol 165 Sound [SD 26]
Symbol 166 Sound [SD 25]
Symbol 167 Sound [SD 24]
Symbol 168 Sound [SD 23]
Symbol 169 Sound [SD 22]
Symbol 170 Sound [SD 21]
Symbol 171 Sound [SD 20]
Symbol 172 Sound [SD 2]
Symbol 173 Sound [SD 19]
Symbol 174 Sound [SD 18]
Symbol 175 Sound [SD 17]
Symbol 176 Sound [SD 16]
Symbol 177 Sound [SD 15]
Symbol 178 Sound [SD 14]
Symbol 179 Sound [SD 13]
Symbol 180 Sound [SD 12]
Symbol 181 Sound [SD 11]
Symbol 182 Sound [SD 10]
Symbol 183 Sound [SD 1]
Symbol 184 Sound [Piano 9]
Symbol 185 Sound [Piano 8]
Symbol 186 Sound [Piano 7]
Symbol 187 Sound [Piano 61]
Symbol 188 Sound [Piano 60]
Symbol 189 Sound [Piano 6]
Symbol 190 Sound [Piano 59]
Symbol 191 Sound [Piano 58]
Symbol 192 Sound [Piano 57]
Symbol 193 Sound [Piano 56]
Symbol 194 Sound [Piano 55]
Symbol 195 Sound [Piano 54]
Symbol 196 Sound [Piano 53]
Symbol 197 Sound [Piano 52]
Symbol 198 Sound [Piano 51]
Symbol 199 Sound [Piano 50]
Symbol 200 Sound [Piano 5]
Symbol 201 Sound [Piano 49]
Symbol 202 Sound [Piano 48]
Symbol 203 Sound [Piano 47]
Symbol 204 Sound [Piano 46]
Symbol 205 Sound [Piano 45]
Symbol 206 Sound [Piano 44]
Symbol 207 Sound [Piano 43]
Symbol 208 Sound [Piano 42]
Symbol 209 Sound [Piano 41]
Symbol 210 Sound [Piano 40]
Symbol 211 Sound [Piano 4]
Symbol 212 Sound [Piano 39]
Symbol 213 Sound [Piano 38]
Symbol 214 Sound [Piano 37]
Symbol 215 Sound [Piano 36]
Symbol 216 Sound [Piano 35]
Symbol 217 Sound [Piano 34]
Symbol 218 Sound [Piano 33]
Symbol 219 Sound [Piano 32]
Symbol 220 Sound [Piano 31]
Symbol 221 Sound [Piano 30]
Symbol 222 Sound [Piano 3]
Symbol 223 Sound [Piano 29]
Symbol 224 Sound [Piano 28]
Symbol 225 Sound [Piano 27]
Symbol 226 Sound [Piano 26]
Symbol 227 Sound [Piano 25]
Symbol 228 Sound [Piano 24]
Symbol 229 Sound [Piano 23]
Symbol 230 Sound [Piano 22]
Symbol 231 Sound [Piano 21]
Symbol 232 Sound [Piano 20]
Symbol 233 Sound [Piano 2]
Symbol 234 Sound [Piano 19]
Symbol 235 Sound [Piano 18]
Symbol 236 Sound [Piano 17]
Symbol 237 Sound [Piano 16]
Symbol 238 Sound [Piano 15]
Symbol 239 Sound [Piano 14]
Symbol 240 Sound [Piano 13]
Symbol 241 Sound [Piano 12]
Symbol 242 Sound [Piano 11]
Symbol 243 Sound [Piano 10]
Symbol 244 Sound [Piano 1]
Symbol 245 Sound [EG 9]
Symbol 246 Sound [EG 8]
Symbol 247 Sound [EG 7]
Symbol 248 Sound [EG 61]
Symbol 249 Sound [EG 60]
Symbol 250 Sound [EG 6]
Symbol 251 Sound [EG 59]
Symbol 252 Sound [EG 58]
Symbol 253 Sound [EG 57]
Symbol 254 Sound [EG 56]
Symbol 255 Sound [EG 55]
Symbol 256 Sound [EG 54]
Symbol 257 Sound [EG 53]
Symbol 258 Sound [EG 52]
Symbol 259 Sound [EG 51]
Symbol 260 Sound [EG 50]
Symbol 261 Sound [EG 5]
Symbol 262 Sound [EG 49]
Symbol 263 Sound [EG 48]
Symbol 264 Sound [EG 47]
Symbol 265 Sound [EG 46]
Symbol 266 Sound [EG 45]
Symbol 267 Sound [EG 44]
Symbol 268 Sound [EG 43]
Symbol 269 Sound [EG 42]
Symbol 270 Sound [EG 41]
Symbol 271 Sound [EG 40]
Symbol 272 Sound [EG 4]
Symbol 273 Sound [EG 39]
Symbol 274 Sound [EG 38]
Symbol 275 Sound [EG 37]
Symbol 276 Sound [EG 36]
Symbol 277 Sound [EG 35]
Symbol 278 Sound [EG 34]
Symbol 279 Sound [EG 33]
Symbol 280 Sound [EG 32]
Symbol 281 Sound [EG 31]
Symbol 282 Sound [EG 30]
Symbol 283 Sound [EG 3]
Symbol 284 Sound [EG 29]
Symbol 285 Sound [EG 28]
Symbol 286 Sound [EG 27]
Symbol 287 Sound [EG 26]
Symbol 288 Sound [EG 24]
Symbol 289 Sound [EG 23]
Symbol 290 Sound [EG 22]
Symbol 291 Sound [EG 21]
Symbol 292 Sound [EG 20]
Symbol 293 Sound [EG 2]
Symbol 294 Sound [EG 19]
Symbol 295 Sound [EG 18]
Symbol 296 Sound [EG 17]
Symbol 297 Sound [EG 16]
Symbol 298 Sound [EG 15]
Symbol 299 Sound [EG 14]
Symbol 300 Sound [EG 13]
Symbol 301 Sound [EG 12]
Symbol 302 Sound [EG 11]
Symbol 303 Sound [EG 1]
Symbol 304 MovieClip [FUIComponentSymbol]
Symbol 305 GraphicUsed by:306 324 342 343 349 350 352 358 370
Symbol 306 MovieClipUses:305Used by:317
Symbol 307 GraphicUsed by:308
Symbol 308 MovieClipUses:307Used by:317
Symbol 309 GraphicUsed by:310 330 361 376
Symbol 310 MovieClipUses:309Used by:317
Symbol 311 GraphicUsed by:312 331 362 377
Symbol 312 MovieClipUses:311Used by:317
Symbol 313 GraphicUsed by:314 319 329 363 367 375
Symbol 314 MovieClipUses:313Used by:317
Symbol 315 GraphicUsed by:316 318 328 364 366 374
Symbol 316 MovieClipUses:315Used by:317
Symbol 317 MovieClipUses:306 308 310 312 314 316Used by:337
Symbol 318 MovieClipUses:315Used by:327
Symbol 319 MovieClipUses:313Used by:327
Symbol 320 GraphicUsed by:321 368
Symbol 321 MovieClipUses:320Used by:327
Symbol 322 GraphicUsed by:323 369
Symbol 323 MovieClipUses:322Used by:327
Symbol 324 MovieClipUses:305Used by:327
Symbol 325 GraphicUsed by:326
Symbol 326 MovieClipUses:325Used by:327
Symbol 327 MovieClipUses:318 319 321 323 324 326Used by:337
Symbol 328 MovieClipUses:315Used by:336
Symbol 329 MovieClipUses:313Used by:336
Symbol 330 MovieClipUses:309Used by:336
Symbol 331 MovieClipUses:311Used by:336
Symbol 332 GraphicUsed by:333 378
Symbol 333 MovieClipUses:332Used by:336
Symbol 334 GraphicUsed by:335
Symbol 335 MovieClipUses:334Used by:336
Symbol 336 MovieClipUses:328 329 330 331 333 335Used by:337
Symbol 337 MovieClip [UpArrow]Uses:317 327 336
Symbol 338 GraphicUsed by:339
Symbol 339 MovieClipUses:338Used by:344
Symbol 340 GraphicUsed by:341 345 346 355
Symbol 341 MovieClipUses:340Used by:344
Symbol 342 MovieClipUses:305Used by:344
Symbol 343 MovieClipUses:305Used by:344
Symbol 344 MovieClipUses:339 341 342 343Used by:357
Symbol 345 MovieClipUses:340Used by:351
Symbol 346 MovieClipUses:340Used by:351
Symbol 347 GraphicUsed by:348
Symbol 348 MovieClipUses:347Used by:351
Symbol 349 MovieClipUses:305Used by:351
Symbol 350 MovieClipUses:305Used by:351
Symbol 351 MovieClipUses:345 346 348 349 350Used by:357
Symbol 352 MovieClipUses:305Used by:356
Symbol 353 GraphicUsed by:354
Symbol 354 MovieClipUses:353Used by:356
Symbol 355 MovieClipUses:340Used by:356
Symbol 356 MovieClipUses:352 354 355Used by:357
Symbol 357 MovieClip [ScrollThumb]Uses:344 351 356
Symbol 358 MovieClipUses:305Used by:365
Symbol 359 GraphicUsed by:360
Symbol 360 MovieClipUses:359Used by:365
Symbol 361 MovieClipUses:309Used by:365
Symbol 362 MovieClipUses:311Used by:365
Symbol 363 MovieClipUses:313Used by:365
Symbol 364 MovieClipUses:315Used by:365
Symbol 365 MovieClipUses:358 360 361 362 363 364Used by:382
Symbol 366 MovieClipUses:315Used by:373
Symbol 367 MovieClipUses:313Used by:373
Symbol 368 MovieClipUses:320Used by:373
Symbol 369 MovieClipUses:322Used by:373
Symbol 370 MovieClipUses:305Used by:373
Symbol 371 GraphicUsed by:372
Symbol 372 MovieClipUses:371Used by:373
Symbol 373 MovieClipUses:366 367 368 369 370 372Used by:382
Symbol 374 MovieClipUses:315Used by:381
Symbol 375 MovieClipUses:313Used by:381
Symbol 376 MovieClipUses:309Used by:381
Symbol 377 MovieClipUses:311Used by:381
Symbol 378 MovieClipUses:332Used by:381
Symbol 379 GraphicUsed by:380
Symbol 380 MovieClipUses:379Used by:381
Symbol 381 MovieClipUses:374 375 376 377 378 380Used by:382
Symbol 382 MovieClip [DownArrow]Uses:365 373 381
Symbol 383 GraphicUsed by:384
Symbol 384 MovieClipUses:383Used by:385
Symbol 385 MovieClipUses:384Used by:386
Symbol 386 MovieClip [FScrollBarSymbol]Uses:385Used by:394
Symbol 387 GraphicUsed by:388 407
Symbol 388 MovieClipUses:387Used by:390
Symbol 389 GraphicUsed by:390
Symbol 390 MovieClip [FBoundingBoxSymbol]Uses:388 389Used by:394
Symbol 391 MovieClipUsed by:394
Symbol 392 GraphicUsed by:393
Symbol 393 MovieClipUses:392Used by:394
Symbol 394 MovieClip [FScrollPaneSymbol]Uses:386 390 391 393
Symbol 395 GraphicUsed by:Timeline
Symbol 396 GraphicUsed by:Timeline
Symbol 397 GraphicUsed by:Timeline
Symbol 398 GraphicUsed by:399
Symbol 399 MovieClipUses:398Used by:416
Symbol 400 GraphicUsed by:416
Symbol 401 GraphicUsed by:407
Symbol 402 GraphicUsed by:407
Symbol 403 GraphicUsed by:407
Symbol 404 GraphicUsed by:407
Symbol 405 GraphicUsed by:407
Symbol 406 GraphicUsed by:407
Symbol 407 MovieClipUses:401 402 403 404 387 405 406Used by:416
Symbol 408 GraphicUsed by:415
Symbol 409 GraphicUsed by:415
Symbol 410 GraphicUsed by:415
Symbol 411 GraphicUsed by:415
Symbol 412 FontUsed by:413 414 421 427 434 435 436 442 443 444 448 610 633 657 663 666
Symbol 413 TextUses:412Used by:415
Symbol 414 TextUses:412Used by:415
Symbol 415 ButtonUses:408 409 410 411 413 414Used by:416
Symbol 416 MovieClipUses:399 400 407 415Used by:Timeline
Symbol 417 GraphicUsed by:422
Symbol 418 GraphicUsed by:422
Symbol 419 GraphicUsed by:422
Symbol 420 GraphicUsed by:422
Symbol 421 TextUses:412Used by:422
Symbol 422 ButtonUses:417 418 419 420 421Used by:Timeline
Symbol 423 GraphicUsed by:428
Symbol 424 GraphicUsed by:428
Symbol 425 GraphicUsed by:428
Symbol 426 GraphicUsed by:428
Symbol 427 TextUses:412Used by:428
Symbol 428 ButtonUses:423 424 425 426 427Used by:Timeline
Symbol 429 BitmapUsed by:430
Symbol 430 GraphicUses:429Used by:450
Symbol 431 GraphicUsed by:432
Symbol 432 MovieClipUses:431Used by:450
Symbol 433 GraphicUsed by:450
Symbol 434 TextUses:412Used by:438 441
Symbol 435 TextUses:412Used by:438 441
Symbol 436 TextUses:412Used by:438 441
Symbol 437 GraphicUsed by:438 441
Symbol 438 ButtonUses:434 435 436 437Used by:450
Symbol 439 GraphicUsed by:450
Symbol 440 GraphicUsed by:450
Symbol 441 ButtonUses:434 435 436 437Used by:450
Symbol 442 TextUses:412Used by:450
Symbol 443 TextUses:412Used by:450
Symbol 444 TextUses:412Used by:450
Symbol 445 GraphicUsed by:449
Symbol 446 GraphicUsed by:449
Symbol 447 GraphicUsed by:449
Symbol 448 TextUses:412Used by:449
Symbol 449 ButtonUses:445 446 447 448Used by:450
Symbol 450 MovieClipUses:430 432 433 438 439 440 441 442 443 444 449Used by:Timeline
Symbol 451 GraphicUsed by:461
Symbol 452 FontUsed by:453 455 457 458 459 460
Symbol 453 TextUses:452Used by:461
Symbol 454 GraphicUsed by:461
Symbol 455 TextUses:452Used by:461
Symbol 456 GraphicUsed by:461
Symbol 457 TextUses:452Used by:461
Symbol 458 TextUses:452Used by:461
Symbol 459 TextUses:452Used by:461
Symbol 460 TextUses:452Used by:461
Symbol 461 MovieClipUses:451 453 454 455 456 457 458 459 460Used by:Timeline
Symbol 462 GraphicUsed by:Timeline
Symbol 463 MovieClipUsed by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 464 MovieClipUsed by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 465 MovieClipUsed by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 466 GraphicUsed by:470 486 503 504 505 506 510 515 516 517 518 522 527 528 529 530 534 539 540 541 547 548 549 556 558 566 570 571 576 584 585 586 588 591 593
Symbol 467 GraphicUsed by:470 486 503 504 505 506 510 515 516 517 518 522 527 528 529 530 534 539 540 541 547 548 549 556 558 566 570 571 576 584 585 586 588 591 593
Symbol 468 GraphicUsed by:470 486 503 504 505 506 510 515 516 517 518 522 527 528 529 530 534 539 540 541 547 548 549 556 558 566 570 571 576 584 585 586 588 591 593
Symbol 469 GraphicUsed by:470 486 503 504 505 506 510 515 516 517 518 522 527 528 529 530 534 539 540 541 547 548 549 556 558 566 570 571 576 584 585 586 588 591 593
Symbol 470 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 471 GraphicUsed by:475 487 507 511 519 523 531 535 543 555 560 568 572 579 592 594
Symbol 472 GraphicUsed by:475 487 507 511 519 523 531 535 543 555 560 568 572 579 592 594
Symbol 473 GraphicUsed by:475 487 507 511 519 523 531 535 543 555 560 568 572 579 592 594
Symbol 474 GraphicUsed by:475 487 507 511 519 523 531 535 543 555 560 568 572 579 592 594
Symbol 475 ButtonUses:471 472 473 474Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 476 GraphicUsed by:480 508 520 532 557 569 577
Symbol 477 GraphicUsed by:480 508 520 532 557 569 577
Symbol 478 GraphicUsed by:480 508 520 532 557 569 577
Symbol 479 GraphicUsed by:480 508 520 532 557 569 577
Symbol 480 ButtonUses:476 477 478 479Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 481 GraphicUsed by:485 509 521 533 542 559 563
Symbol 482 GraphicUsed by:485 509 521 533 542 559 563
Symbol 483 GraphicUsed by:485 509 521 533 542 559 563
Symbol 484 GraphicUsed by:485 509 521 533 542 559 563
Symbol 485 ButtonUses:481 482 483 484Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 486 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 487 ButtonUses:471 472 473 474Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 488 GraphicUsed by:492 512 524 536 544 561 562 581
Symbol 489 GraphicUsed by:492 512 524 536 544 561 562 581
Symbol 490 GraphicUsed by:492 512 524 536 544 561 562 581
Symbol 491 GraphicUsed by:492 512 524 536 544 561 562 581
Symbol 492 ButtonUses:488 489 490 491Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 493 GraphicUsed by:497 513 525 537 545 564 567 578
Symbol 494 GraphicUsed by:497 513 525 537 545 564 567 578
Symbol 495 GraphicUsed by:497 513 525 537 545 564 567 578
Symbol 496 GraphicUsed by:497 513 525 537 545 564 567 578
Symbol 497 ButtonUses:493 494 495 496Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 498 GraphicUsed by:502 514 526 538 546 565 580
Symbol 499 GraphicUsed by:502 514 526 538 546 565 580
Symbol 500 GraphicUsed by:502 514 526 538 546 565 580
Symbol 501 GraphicUsed by:502 514 526 538 546 565 580
Symbol 502 ButtonUses:498 499 500 501Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 503 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 504 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 505 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 506 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 507 ButtonUses:471 472 473 474Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 508 ButtonUses:476 477 478 479Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 509 ButtonUses:481 482 483 484Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 510 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 511 ButtonUses:471 472 473 474Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 512 ButtonUses:488 489 490 491Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 513 ButtonUses:493 494 495 496Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 514 ButtonUses:498 499 500 501Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 515 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 516 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 517 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 518 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 519 ButtonUses:471 472 473 474Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 520 ButtonUses:476 477 478 479Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 521 ButtonUses:481 482 483 484Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 522 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 523 ButtonUses:471 472 473 474Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 524 ButtonUses:488 489 490 491Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 525 ButtonUses:493 494 495 496Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 526 ButtonUses:498 499 500 501Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 527 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 528 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 529 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 530 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 531 ButtonUses:471 472 473 474Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 532 ButtonUses:476 477 478 479Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 533 ButtonUses:481 482 483 484Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 534 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 535 ButtonUses:471 472 473 474Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 536 ButtonUses:488 489 490 491Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 537 ButtonUses:493 494 495 496Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 538 ButtonUses:498 499 500 501Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 539 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 540 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 541 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 542 ButtonUses:481 482 483 484Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 543 ButtonUses:471 472 473 474Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 544 ButtonUses:488 489 490 491Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 545 ButtonUses:493 494 495 496Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 546 ButtonUses:498 499 500 501Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 547 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 548 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 549 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 550 GraphicUsed by:554
Symbol 551 GraphicUsed by:554
Symbol 552 GraphicUsed by:554
Symbol 553 GraphicUsed by:554
Symbol 554 ButtonUses:550 551 552 553Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 555 ButtonUses:471 472 473 474Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 556 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 557 ButtonUses:476 477 478 479Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 558 ButtonUses:466 467 468 469Used by:573 574 575 582 583 587 589 590 595 596 597 598 599
Symbol 559 ButtonUses:481 482 483 484Used by:573 587 589
Symbol 560 ButtonUses:471 472 473 474Used by:573 582 587 589 597
Symbol 561 ButtonUses:488 489 490 491Used by:573 589
Symbol 562 ButtonUses:488 489 490 491Used by:573 582 587 595 597
Symbol 563 ButtonUses:481 482 483 484Used by:573 582 587 595 597
Symbol 564 ButtonUses:493 494 495 496Used by:573 582 587 589 597
Symbol 565 ButtonUses:498 499 500 501Used by:573 582 587 589 597
Symbol 566 ButtonUses:466 467 468 469Used by:573 595
Symbol 567 ButtonUses:493 494 495 496Used by:573 589
Symbol 568 ButtonUses:471 472 473 474Used by:573 589
Symbol 569 ButtonUses:476 477 478 479Used by:573 582 587 589
Symbol 570 ButtonUses:466 467 468 469Used by:573
Symbol 571 ButtonUses:466 467 468 469Used by:573
Symbol 572 ButtonUses:471 472 473 474Used by:573
Symbol 573 MovieClipUses:463 464 465 470 475 480 485 486 487 492 497 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572Used by:599
Symbol 574 MovieClipUses:463 464 465 470 475 480 485 486 487 492 497 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 554 555 556 557 558Used by:599
Symbol 575 MovieClipUses:463 464 465 470 475 480 485 486 487 492 497 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 554 555 556 557 558Used by:599
Symbol 576 ButtonUses:466 467 468 469Used by:582 587 595
Symbol 577 ButtonUses:476 477 478 479Used by:582 587 595 597
Symbol 578 ButtonUses:493 494 495 496Used by:582
Symbol 579 ButtonUses:471 472 473 474Used by:582 595 597
Symbol 580 ButtonUses:498 499 500 501Used by:582
Symbol 581 ButtonUses:488 489 490 491Used by:582 597
Symbol 582 MovieClipUses:463 464 465 470 475 480 485 486 487 492 497 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 554 555 556 557 558 569 564 565 560 562 576 577 563 578 579 580 581Used by:599
Symbol 583 MovieClipUses:463 464 465 470 475 480 485 486 487 492 497 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 554 555 556 557 558Used by:599
Symbol 584 ButtonUses:466 467 468 469Used by:587
Symbol 585 ButtonUses:466 467 468 469Used by:587 595
Symbol 586 ButtonUses:466 467 468 469Used by:587 589 595
Symbol 587 MovieClipUses:463 464 465 470 475 480 485 486 487 492 497 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 554 555 556 557 558 577 562 576 564 565 560 559 569 563 584 585 586Used by:599
Symbol 588 ButtonUses:466 467 468 469Used by:589
Symbol 589 MovieClipUses:463 464 465 470 475 480 485 486 487 492 497 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 554 555 556 557 558 559 565 560 569 564 568 567 561 586 588Used by:599
Symbol 590 MovieClipUses:463 464 465 470 475 480 485 486 487 492 497 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 554 555 556 557 558Used by:599
Symbol 591 ButtonUses:466 467 468 469Used by:595
Symbol 592 ButtonUses:471 472 473 474Used by:595
Symbol 593 ButtonUses:466 467 468 469Used by:595 597
Symbol 594 ButtonUses:471 472 473 474Used by:595 597
Symbol 595 MovieClipUses:463 464 465 470 475 480 485 486 487 492 497 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 554 555 556 557 558 591 592 579 577 593 594 576 586 566 585 563 562Used by:599
Symbol 596 MovieClipUses:463 464 465 470 475 480 485 486 487 492 497 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 554 555 556 557 558Used by:599
Symbol 597 MovieClipUses:463 464 465 470 475 480 485 486 487 492 497 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 554 555 556 557 558 581 579 563 562 560 565 564 594 577 593Used by:599
Symbol 598 MovieClipUses:463 464 465 470 475 480 485 486 487 492 497 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 554 555 556 557 558Used by:599
Symbol 599 MovieClipUses:463 464 465 470 475 480 485 486 487 492 497 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 554 555 556 557 558 573 574 575 582 583 587 589 590 595 596 597 598Used by:Timeline
Symbol 600 GraphicUsed by:Timeline
Symbol 601 GraphicUsed by:602
Symbol 602 MovieClipUses:601Used by:Timeline
Symbol 603 GraphicUsed by:Timeline
Symbol 604 GraphicUsed by:606 625
Symbol 605 GraphicUsed by:606 625
Symbol 606 ButtonUses:604 605Used by:627 695
Symbol 607 GraphicUsed by:609 626
Symbol 608 GraphicUsed by:609 626
Symbol 609 ButtonUses:607 608Used by:627
Symbol 610 EditableTextUses:412Used by:627
Symbol 611 GraphicUsed by:615 617 620 622 624
Symbol 612 FontUsed by:613 616 619 621 623 628 629 630 631 660 669 674 679 684 689 690
Symbol 613 TextUses:612Used by:615
Symbol 614 GraphicUsed by:615 617 620 622 624
Symbol 615 ButtonUses:611 613 614Used by:627
Symbol 616 TextUses:612Used by:617
Symbol 617 ButtonUses:611 616 614Used by:627
Symbol 618 GraphicUsed by:620
Symbol 619 TextUses:612Used by:620
Symbol 620 ButtonUses:618 619 614 611Used by:627
Symbol 621 TextUses:612Used by:622
Symbol 622 ButtonUses:611 621 614Used by:627
Symbol 623 TextUses:612Used by:624
Symbol 624 ButtonUses:611 623 614Used by:627
Symbol 625 ButtonUses:604 605Used by:627 695
Symbol 626 ButtonUses:607 608Used by:627
Symbol 627 MovieClipUses:606 609 610 615 617 620 622 624 625 626Used by:Timeline
Symbol 628 TextUses:612Used by:Timeline
Symbol 629 TextUses:612Used by:Timeline
Symbol 630 TextUses:612Used by:Timeline
Symbol 631 TextUses:612Used by:Timeline
Symbol 632 GraphicUsed by:634
Symbol 633 EditableTextUses:412Used by:634
Symbol 634 MovieClipUses:632 633Used by:Timeline
Symbol 635 GraphicUsed by:Timeline
Symbol 636 GraphicUsed by:640
Symbol 637 GraphicUsed by:640
Symbol 638 GraphicUsed by:640
Symbol 639 GraphicUsed by:640
Symbol 640 ButtonUses:636 637 638 639Used by:Timeline
Symbol 641 GraphicUsed by:645
Symbol 642 GraphicUsed by:645
Symbol 643 GraphicUsed by:645
Symbol 644 GraphicUsed by:645
Symbol 645 ButtonUses:641 642 643 644Used by:Timeline
Symbol 646 GraphicUsed by:650
Symbol 647 GraphicUsed by:650
Symbol 648 GraphicUsed by:650
Symbol 649 GraphicUsed by:650
Symbol 650 ButtonUses:646 647 648 649Used by:Timeline
Symbol 651 GraphicUsed by:Timeline
Symbol 652 GraphicUsed by:653
Symbol 653 MovieClipUses:652Used by:Timeline
Symbol 654 GraphicUsed by:656 658
Symbol 655 GraphicUsed by:656 658
Symbol 656 ButtonUses:654 655Used by:695
Symbol 657 EditableTextUses:412Used by:695
Symbol 658 ButtonUses:654 655Used by:695
Symbol 659 GraphicUsed by:662 668 670 673 675 678 680 683 685 688 691 694
Symbol 660 TextUses:612Used by:662 668
Symbol 661 GraphicUsed by:662 670 675 680 685 691
Symbol 662 ButtonUses:659 660 661Used by:668
Symbol 663 TextUses:412Used by:665 671 676 681 686 692
Symbol 664 GraphicUsed by:665 667 671 672 676 677 681 682 686 687 692 693
Symbol 665 ButtonUses:663 664Used by:668
Symbol 666 TextUses:412Used by:667 672 677 682 687 693
Symbol 667 ButtonUses:666 664Used by:668
Symbol 668 MovieClipUses:662 659 660 665 667Used by:695
Symbol 669 TextUses:612Used by:670 673
Symbol 670 ButtonUses:659 669 661Used by:673
Symbol 671 ButtonUses:663 664Used by:673
Symbol 672 ButtonUses:666 664Used by:673
Symbol 673 MovieClipUses:670 659 669 671 672Used by:695
Symbol 674 TextUses:612Used by:675 678
Symbol 675 ButtonUses:659 674 661Used by:678
Symbol 676 ButtonUses:663 664Used by:678
Symbol 677 ButtonUses:666 664Used by:678
Symbol 678 MovieClipUses:675 659 674 676 677Used by:695
Symbol 679 TextUses:612Used by:680 683
Symbol 680 ButtonUses:659 679 661Used by:683
Symbol 681 ButtonUses:663 664Used by:683
Symbol 682 ButtonUses:666 664Used by:683
Symbol 683 MovieClipUses:680 659 679 681 682Used by:695
Symbol 684 TextUses:612Used by:685 688
Symbol 685 ButtonUses:659 684 661Used by:688
Symbol 686 ButtonUses:663 664Used by:688
Symbol 687 ButtonUses:666 664Used by:688
Symbol 688 MovieClipUses:685 659 684 686 687Used by:695
Symbol 689 TextUses:612Used by:691 694
Symbol 690 TextUses:612Used by:691 694
Symbol 691 ButtonUses:659 689 690 661Used by:694
Symbol 692 ButtonUses:663 664Used by:694
Symbol 693 ButtonUses:666 664Used by:694
Symbol 694 MovieClipUses:691 659 689 690 692 693Used by:695
Symbol 695 MovieClipUses:656 606 657 658 625 668 673 678 683 688 694Used by:Timeline

Instance Names

"loader"Frame 1Symbol 416 MovieClip
"tute"Frame 1Symbol 450 MovieClip
"cursor"Frame 1Symbol 461 MovieClip
"keyboard"Frame 47Symbol 599 MovieClip
"left"Frame 47Symbol 602 MovieClip
"right"Frame 47Symbol 602 MovieClip
"sound"Frame 47Symbol 627 MovieClip
"state"Frame 47Symbol 634 MovieClip
"slider"Frame 47Symbol 653 MovieClip
"begin"Frame 47Symbol 602 MovieClip
"demo"Frame 47Symbol 695 MovieClip
"face_mc"Symbol 317 MovieClip Frame 1Symbol 306 MovieClip
"arrow_mc"Symbol 317 MovieClip Frame 1Symbol 308 MovieClip
"highlight_mc"Symbol 317 MovieClip Frame 1Symbol 310 MovieClip
"shadow_mc"Symbol 317 MovieClip Frame 1Symbol 312 MovieClip
"darkshadow_mc"Symbol 317 MovieClip Frame 1Symbol 314 MovieClip
"highlight3D_mc"Symbol 317 MovieClip Frame 1Symbol 316 MovieClip
"darkshadow_mc"Symbol 327 MovieClip Frame 1Symbol 318 MovieClip
"highlight3D_mc"Symbol 327 MovieClip Frame 1Symbol 319 MovieClip
"highlight_mc"Symbol 327 MovieClip Frame 1Symbol 321 MovieClip
"shadow_mc"Symbol 327 MovieClip Frame 1Symbol 323 MovieClip
"face_mc"Symbol 327 MovieClip Frame 1Symbol 324 MovieClip
"arrow_mc"Symbol 327 MovieClip Frame 1Symbol 326 MovieClip
"highlight3D_mc"Symbol 336 MovieClip Frame 1Symbol 328 MovieClip
"darkshadow_mc"Symbol 336 MovieClip Frame 1Symbol 329 MovieClip
"highlight_mc"Symbol 336 MovieClip Frame 1Symbol 330 MovieClip
"shadow_mc"Symbol 336 MovieClip Frame 1Symbol 331 MovieClip
"face_mc"Symbol 336 MovieClip Frame 1Symbol 333 MovieClip
"arrow_mc"Symbol 336 MovieClip Frame 1Symbol 335 MovieClip
"up"Symbol 337 MovieClip [UpArrow] Frame 1Symbol 317 MovieClip
"down"Symbol 337 MovieClip [UpArrow] Frame 2Symbol 327 MovieClip
"disabled"Symbol 337 MovieClip [UpArrow] Frame 3Symbol 336 MovieClip
"highlight3D_mc"Symbol 344 MovieClip Frame 1Symbol 339 MovieClip
"darkshadow_mc"Symbol 344 MovieClip Frame 1Symbol 341 MovieClip
"highlight_mc"Symbol 344 MovieClip Frame 1Symbol 342 MovieClip
"shadow_mc"Symbol 344 MovieClip Frame 1Symbol 343 MovieClip
"highlight3D_mc"Symbol 351 MovieClip Frame 1Symbol 345 MovieClip
"darkshadow_mc"Symbol 351 MovieClip Frame 1Symbol 346 MovieClip
"shadow_mc"Symbol 351 MovieClip Frame 1Symbol 348 MovieClip
"face_mc"Symbol 351 MovieClip Frame 1Symbol 349 MovieClip
"highlight_mc"Symbol 351 MovieClip Frame 1Symbol 350 MovieClip
"shadow_mc"Symbol 356 MovieClip Frame 1Symbol 352 MovieClip
"darkshadow_mc"Symbol 356 MovieClip Frame 1Symbol 354 MovieClip
"highlight3D_mc"Symbol 356 MovieClip Frame 1Symbol 355 MovieClip
"mc_sliderTop"Symbol 357 MovieClip [ScrollThumb] Frame 1Symbol 344 MovieClip
"mc_sliderMid"Symbol 357 MovieClip [ScrollThumb] Frame 1Symbol 351 MovieClip
"mc_sliderBot"Symbol 357 MovieClip [ScrollThumb] Frame 1Symbol 356 MovieClip
"face_mc"Symbol 365 MovieClip Frame 1Symbol 358 MovieClip
"arrow_mc"Symbol 365 MovieClip Frame 1Symbol 360 MovieClip
"highlight_mc"Symbol 365 MovieClip Frame 1Symbol 361 MovieClip
"shadow_mc"Symbol 365 MovieClip Frame 1Symbol 362 MovieClip
"darkshadow_mc"Symbol 365 MovieClip Frame 1Symbol 363 MovieClip
"highlight3D_mc"Symbol 365 MovieClip Frame 1Symbol 364 MovieClip
"darkshadow_mc"Symbol 373 MovieClip Frame 1Symbol 366 MovieClip
"highlight3D_mc"Symbol 373 MovieClip Frame 1Symbol 367 MovieClip
"highlight_mc"Symbol 373 MovieClip Frame 1Symbol 368 MovieClip
"shadow_mc"Symbol 373 MovieClip Frame 1Symbol 369 MovieClip
"face_mc"Symbol 373 MovieClip Frame 1Symbol 370 MovieClip
"arrow_mc"Symbol 373 MovieClip Frame 1Symbol 372 MovieClip
"highlight3D_mc"Symbol 381 MovieClip Frame 1Symbol 374 MovieClip
"darkshadow_mc"Symbol 381 MovieClip Frame 1Symbol 375 MovieClip
"highlight_mc"Symbol 381 MovieClip Frame 1Symbol 376 MovieClip
"shadow_mc"Symbol 381 MovieClip Frame 1Symbol 377 MovieClip
"face_mc"Symbol 381 MovieClip Frame 1Symbol 378 MovieClip
"arrow_mc"Symbol 381 MovieClip Frame 1Symbol 380 MovieClip
"up"Symbol 382 MovieClip [DownArrow] Frame 1Symbol 365 MovieClip
"down"Symbol 382 MovieClip [DownArrow] Frame 2Symbol 373 MovieClip
"disabled"Symbol 382 MovieClip [DownArrow] Frame 3Symbol 381 MovieClip
"track_mc"Symbol 385 MovieClip Frame 1Symbol 384 MovieClip
"scrollTrack_mc"Symbol 386 MovieClip [FScrollBarSymbol] Frame 1Symbol 385 MovieClip
"boundingBox"Symbol 390 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 388 MovieClip
"boundingBox2"Symbol 390 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 388 MovieClip
"scrollBarAsset"Symbol 394 MovieClip [FScrollPaneSymbol] Frame 1Symbol 386 MovieClip [FScrollBarSymbol]
"boundingBox_mc"Symbol 394 MovieClip [FScrollPaneSymbol] Frame 1Symbol 390 MovieClip [FBoundingBoxSymbol]
"loadContent"Symbol 394 MovieClip [FScrollPaneSymbol] Frame 1Symbol 391 MovieClip
"deadPreview"Symbol 394 MovieClip [FScrollPaneSymbol] Frame 1Symbol 393 MovieClip
"bar"Symbol 416 MovieClip Frame 1Symbol 399 MovieClip
"mariothemelesson"Symbol 573 MovieClip Frame 1Symbol 463 MovieClip
"zeldatheme"Symbol 573 MovieClip Frame 1Symbol 464 MovieClip
"zeldalesson"Symbol 573 MovieClip Frame 1Symbol 465 MovieClip
"mariothemelesson"Symbol 574 MovieClip Frame 1Symbol 463 MovieClip
"zeldatheme"Symbol 574 MovieClip Frame 1Symbol 464 MovieClip
"zeldalesson"Symbol 574 MovieClip Frame 1Symbol 465 MovieClip
"mariothemelesson"Symbol 575 MovieClip Frame 1Symbol 463 MovieClip
"zeldatheme"Symbol 575 MovieClip Frame 1Symbol 464 MovieClip
"zeldalesson"Symbol 575 MovieClip Frame 1Symbol 465 MovieClip
"mariothemelesson"Symbol 582 MovieClip Frame 1Symbol 463 MovieClip
"zeldatheme"Symbol 582 MovieClip Frame 1Symbol 464 MovieClip
"zeldalesson"Symbol 582 MovieClip Frame 1Symbol 465 MovieClip
"mariothemelesson"Symbol 583 MovieClip Frame 1Symbol 463 MovieClip
"zeldatheme"Symbol 583 MovieClip Frame 1Symbol 464 MovieClip
"zeldalesson"Symbol 583 MovieClip Frame 1Symbol 465 MovieClip
"mariothemelesson"Symbol 587 MovieClip Frame 1Symbol 463 MovieClip
"zeldatheme"Symbol 587 MovieClip Frame 1Symbol 464 MovieClip
"zeldalesson"Symbol 587 MovieClip Frame 1Symbol 465 MovieClip
"mariothemelesson"Symbol 589 MovieClip Frame 1Symbol 463 MovieClip
"zeldatheme"Symbol 589 MovieClip Frame 1Symbol 464 MovieClip
"zeldalesson"Symbol 589 MovieClip Frame 1Symbol 465 MovieClip
"mariothemelesson"Symbol 590 MovieClip Frame 1Symbol 463 MovieClip
"zeldatheme"Symbol 590 MovieClip Frame 1Symbol 464 MovieClip
"zeldalesson"Symbol 590 MovieClip Frame 1Symbol 465 MovieClip
"mariothemelesson"Symbol 595 MovieClip Frame 1Symbol 463 MovieClip
"zeldatheme"Symbol 595 MovieClip Frame 1Symbol 464 MovieClip
"zeldalesson"Symbol 595 MovieClip Frame 1Symbol 465 MovieClip
"mariothemelesson"Symbol 596 MovieClip Frame 1Symbol 463 MovieClip
"zeldatheme"Symbol 596 MovieClip Frame 1Symbol 464 MovieClip
"zeldalesson"Symbol 596 MovieClip Frame 1Symbol 465 MovieClip
"mariothemelesson"Symbol 597 MovieClip Frame 1Symbol 463 MovieClip
"zeldatheme"Symbol 597 MovieClip Frame 1Symbol 464 MovieClip
"zeldalesson"Symbol 597 MovieClip Frame 1Symbol 465 MovieClip
"mariothemelesson"Symbol 598 MovieClip Frame 1Symbol 463 MovieClip
"zeldatheme"Symbol 598 MovieClip Frame 1Symbol 464 MovieClip
"zeldalesson"Symbol 598 MovieClip Frame 1Symbol 465 MovieClip
"mariothemelesson"Symbol 599 MovieClip Frame 1Symbol 463 MovieClip
"zeldatheme"Symbol 599 MovieClip Frame 1Symbol 464 MovieClip
"zeldalesson"Symbol 599 MovieClip Frame 1Symbol 465 MovieClip
"DL"Symbol 599 MovieClip Frame 2Symbol 573 MovieClip
"DL"Symbol 599 MovieClip Frame 3Symbol 574 MovieClip
"DL"Symbol 599 MovieClip Frame 4Symbol 575 MovieClip
"DL"Symbol 599 MovieClip Frame 5Symbol 582 MovieClip
"DL"Symbol 599 MovieClip Frame 6Symbol 583 MovieClip
"DL"Symbol 599 MovieClip Frame 7Symbol 587 MovieClip
"DL"Symbol 599 MovieClip Frame 8Symbol 589 MovieClip
"DL"Symbol 599 MovieClip Frame 9Symbol 590 MovieClip
"DL"Symbol 599 MovieClip Frame 10Symbol 595 MovieClip
"DL"Symbol 599 MovieClip Frame 11Symbol 596 MovieClip
"DL"Symbol 599 MovieClip Frame 12Symbol 597 MovieClip
"DL"Symbol 599 MovieClip Frame 13Symbol 598 MovieClip
"instrumentname"Symbol 627 MovieClip Frame 1Symbol 610 EditableText
"state"Symbol 634 MovieClip Frame 1Symbol 633 EditableText
"demoname"Symbol 695 MovieClip Frame 1Symbol 657 EditableText

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "Vibe 9"
ExportAssets (56)Timeline Frame 1Symbol 2 as "Vibe 8"
ExportAssets (56)Timeline Frame 1Symbol 3 as "Vibe 7"
ExportAssets (56)Timeline Frame 1Symbol 4 as "Vibe 61"
ExportAssets (56)Timeline Frame 1Symbol 5 as "Vibe 60"
ExportAssets (56)Timeline Frame 1Symbol 6 as "Vibe 6"
ExportAssets (56)Timeline Frame 1Symbol 7 as "Vibe 59"
ExportAssets (56)Timeline Frame 1Symbol 8 as "Vibe 58"
ExportAssets (56)Timeline Frame 1Symbol 9 as "Vibe 57"
ExportAssets (56)Timeline Frame 1Symbol 10 as "Vibe 56"
ExportAssets (56)Timeline Frame 1Symbol 11 as "Vibe 55"
ExportAssets (56)Timeline Frame 1Symbol 12 as "Vibe 54"
ExportAssets (56)Timeline Frame 1Symbol 13 as "Vibe 53"
ExportAssets (56)Timeline Frame 1Symbol 14 as "Vibe 52"
ExportAssets (56)Timeline Frame 1Symbol 15 as "Vibe 51"
ExportAssets (56)Timeline Frame 1Symbol 16 as "Vibe 50"
ExportAssets (56)Timeline Frame 1Symbol 17 as "Vibe 5"
ExportAssets (56)Timeline Frame 1Symbol 18 as "Vibe 49"
ExportAssets (56)Timeline Frame 1Symbol 19 as "Vibe 48"
ExportAssets (56)Timeline Frame 1Symbol 20 as "Vibe 47"
ExportAssets (56)Timeline Frame 1Symbol 21 as "Vibe 46"
ExportAssets (56)Timeline Frame 1Symbol 22 as "Vibe 45"
ExportAssets (56)Timeline Frame 1Symbol 23 as "Vibe 44"
ExportAssets (56)Timeline Frame 1Symbol 24 as "Vibe 43"
ExportAssets (56)Timeline Frame 1Symbol 25 as "Vibe 42"
ExportAssets (56)Timeline Frame 1Symbol 26 as "Vibe 41"
ExportAssets (56)Timeline Frame 1Symbol 27 as "Vibe 40"
ExportAssets (56)Timeline Frame 1Symbol 28 as "Vibe 4"
ExportAssets (56)Timeline Frame 1Symbol 29 as "Vibe 39"
ExportAssets (56)Timeline Frame 1Symbol 30 as "Vibe 38"
ExportAssets (56)Timeline Frame 1Symbol 31 as "Vibe 37"
ExportAssets (56)Timeline Frame 1Symbol 32 as "Vibe 36"
ExportAssets (56)Timeline Frame 1Symbol 33 as "Vibe 35"
ExportAssets (56)Timeline Frame 1Symbol 34 as "Vibe 34"
ExportAssets (56)Timeline Frame 1Symbol 35 as "Vibe 33"
ExportAssets (56)Timeline Frame 1Symbol 36 as "Vibe 32"
ExportAssets (56)Timeline Frame 1Symbol 37 as "Vibe 31"
ExportAssets (56)Timeline Frame 1Symbol 38 as "Vibe 30"
ExportAssets (56)Timeline Frame 1Symbol 39 as "Vibe 3"
ExportAssets (56)Timeline Frame 1Symbol 40 as "Vibe 29"
ExportAssets (56)Timeline Frame 1Symbol 41 as "Vibe 28"
ExportAssets (56)Timeline Frame 1Symbol 42 as "Vibe 27"
ExportAssets (56)Timeline Frame 1Symbol 43 as "Vibe 26"
ExportAssets (56)Timeline Frame 1Symbol 44 as "Vibe 25"
ExportAssets (56)Timeline Frame 1Symbol 45 as "Vibe 24"
ExportAssets (56)Timeline Frame 1Symbol 46 as "Vibe 23"
ExportAssets (56)Timeline Frame 1Symbol 47 as "Vibe 22"
ExportAssets (56)Timeline Frame 1Symbol 48 as "Vibe 21"
ExportAssets (56)Timeline Frame 1Symbol 49 as "Vibe 20"
ExportAssets (56)Timeline Frame 1Symbol 50 as "Vibe 2"
ExportAssets (56)Timeline Frame 1Symbol 51 as "Vibe 19"
ExportAssets (56)Timeline Frame 1Symbol 52 as "Vibe 18"
ExportAssets (56)Timeline Frame 1Symbol 53 as "Vibe 17"
ExportAssets (56)Timeline Frame 1Symbol 54 as "Vibe 16"
ExportAssets (56)Timeline Frame 1Symbol 55 as "Vibe 15"
ExportAssets (56)Timeline Frame 1Symbol 56 as "Vibe 14"
ExportAssets (56)Timeline Frame 1Symbol 57 as "Vibe 13"
ExportAssets (56)Timeline Frame 1Symbol 58 as "Vibe 12"
ExportAssets (56)Timeline Frame 1Symbol 59 as "Vibe 11"
ExportAssets (56)Timeline Frame 1Symbol 60 as "Vibe 10"
ExportAssets (56)Timeline Frame 1Symbol 61 as "Vibe 1"
ExportAssets (56)Timeline Frame 1Symbol 62 as "String 9"
ExportAssets (56)Timeline Frame 1Symbol 63 as "String 8"
ExportAssets (56)Timeline Frame 1Symbol 64 as "String 7"
ExportAssets (56)Timeline Frame 1Symbol 65 as "String 61"
ExportAssets (56)Timeline Frame 1Symbol 66 as "String 60"
ExportAssets (56)Timeline Frame 1Symbol 67 as "String 6"
ExportAssets (56)Timeline Frame 1Symbol 68 as "String 59"
ExportAssets (56)Timeline Frame 1Symbol 69 as "String 58"
ExportAssets (56)Timeline Frame 1Symbol 70 as "String 57"
ExportAssets (56)Timeline Frame 1Symbol 71 as "String 56"
ExportAssets (56)Timeline Frame 1Symbol 72 as "String 55"
ExportAssets (56)Timeline Frame 1Symbol 73 as "String 54"
ExportAssets (56)Timeline Frame 1Symbol 74 as "String 53"
ExportAssets (56)Timeline Frame 1Symbol 75 as "String 52"
ExportAssets (56)Timeline Frame 1Symbol 76 as "String 51"
ExportAssets (56)Timeline Frame 1Symbol 77 as "String 50"
ExportAssets (56)Timeline Frame 1Symbol 78 as "String 5"
ExportAssets (56)Timeline Frame 1Symbol 79 as "String 49"
ExportAssets (56)Timeline Frame 1Symbol 80 as "String 48"
ExportAssets (56)Timeline Frame 1Symbol 81 as "String 47"
ExportAssets (56)Timeline Frame 1Symbol 82 as "String 46"
ExportAssets (56)Timeline Frame 1Symbol 83 as "String 45"
ExportAssets (56)Timeline Frame 1Symbol 84 as "String 44"
ExportAssets (56)Timeline Frame 1Symbol 85 as "String 43"
ExportAssets (56)Timeline Frame 1Symbol 86 as "String 42"
ExportAssets (56)Timeline Frame 1Symbol 87 as "String 41"
ExportAssets (56)Timeline Frame 1Symbol 88 as "String 40"
ExportAssets (56)Timeline Frame 1Symbol 89 as "String 4"
ExportAssets (56)Timeline Frame 1Symbol 90 as "String 39"
ExportAssets (56)Timeline Frame 1Symbol 91 as "String 38"
ExportAssets (56)Timeline Frame 1Symbol 92 as "String 37"
ExportAssets (56)Timeline Frame 1Symbol 93 as "String 36"
ExportAssets (56)Timeline Frame 1Symbol 94 as "String 35"
ExportAssets (56)Timeline Frame 1Symbol 95 as "String 34"
ExportAssets (56)Timeline Frame 1Symbol 96 as "String 33"
ExportAssets (56)Timeline Frame 1Symbol 97 as "String 32"
ExportAssets (56)Timeline Frame 1Symbol 98 as "String 31"
ExportAssets (56)Timeline Frame 1Symbol 99 as "String 30"
ExportAssets (56)Timeline Frame 1Symbol 100 as "String 3"
ExportAssets (56)Timeline Frame 1Symbol 101 as "String 29"
ExportAssets (56)Timeline Frame 1Symbol 102 as "String 28"
ExportAssets (56)Timeline Frame 1Symbol 103 as "String 27"
ExportAssets (56)Timeline Frame 1Symbol 104 as "String 26"
ExportAssets (56)Timeline Frame 1Symbol 105 as "String 25"
ExportAssets (56)Timeline Frame 1Symbol 106 as "String 24"
ExportAssets (56)Timeline Frame 1Symbol 107 as "String 23"
ExportAssets (56)Timeline Frame 1Symbol 108 as "String 22"
ExportAssets (56)Timeline Frame 1Symbol 109 as "String 21"
ExportAssets (56)Timeline Frame 1Symbol 110 as "String 20"
ExportAssets (56)Timeline Frame 1Symbol 111 as "String 2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "String 19"
ExportAssets (56)Timeline Frame 1Symbol 113 as "String 18"
ExportAssets (56)Timeline Frame 1Symbol 114 as "String 17"
ExportAssets (56)Timeline Frame 1Symbol 115 as "String 16"
ExportAssets (56)Timeline Frame 1Symbol 116 as "String 15"
ExportAssets (56)Timeline Frame 1Symbol 117 as "String 14"
ExportAssets (56)Timeline Frame 1Symbol 118 as "String 13"
ExportAssets (56)Timeline Frame 1Symbol 119 as "String 12"
ExportAssets (56)Timeline Frame 1Symbol 120 as "String 11"
ExportAssets (56)Timeline Frame 1Symbol 121 as "String 10"
ExportAssets (56)Timeline Frame 1Symbol 122 as "String 1"
ExportAssets (56)Timeline Frame 1Symbol 123 as "SD 9"
ExportAssets (56)Timeline Frame 1Symbol 124 as "SD 8"
ExportAssets (56)Timeline Frame 1Symbol 125 as "SD 7"
ExportAssets (56)Timeline Frame 1Symbol 126 as "SD 61"
ExportAssets (56)Timeline Frame 1Symbol 127 as "SD 60"
ExportAssets (56)Timeline Frame 1Symbol 128 as "SD 6"
ExportAssets (56)Timeline Frame 1Symbol 129 as "SD 59"
ExportAssets (56)Timeline Frame 1Symbol 130 as "SD 58"
ExportAssets (56)Timeline Frame 1Symbol 131 as "SD 57"
ExportAssets (56)Timeline Frame 1Symbol 132 as "SD 56"
ExportAssets (56)Timeline Frame 1Symbol 133 as "SD 55"
ExportAssets (56)Timeline Frame 1Symbol 134 as "SD 54"
ExportAssets (56)Timeline Frame 1Symbol 135 as "SD 53"
ExportAssets (56)Timeline Frame 1Symbol 136 as "SD 52"
ExportAssets (56)Timeline Frame 1Symbol 137 as "SD 51"
ExportAssets (56)Timeline Frame 1Symbol 138 as "SD 50"
ExportAssets (56)Timeline Frame 1Symbol 139 as "SD 5"
ExportAssets (56)Timeline Frame 1Symbol 140 as "SD 49"
ExportAssets (56)Timeline Frame 1Symbol 141 as "SD 48"
ExportAssets (56)Timeline Frame 1Symbol 142 as "SD 47"
ExportAssets (56)Timeline Frame 1Symbol 143 as "SD 46"
ExportAssets (56)Timeline Frame 1Symbol 144 as "SD 45"
ExportAssets (56)Timeline Frame 1Symbol 145 as "SD 44"
ExportAssets (56)Timeline Frame 1Symbol 146 as "SD 43"
ExportAssets (56)Timeline Frame 1Symbol 147 as "SD 42"
ExportAssets (56)Timeline Frame 1Symbol 148 as "SD 41"
ExportAssets (56)Timeline Frame 1Symbol 149 as "SD 40"
ExportAssets (56)Timeline Frame 1Symbol 150 as "SD 4"
ExportAssets (56)Timeline Frame 1Symbol 151 as "SD 39"
ExportAssets (56)Timeline Frame 1Symbol 152 as "SD 38"
ExportAssets (56)Timeline Frame 1Symbol 153 as "SD 37"
ExportAssets (56)Timeline Frame 1Symbol 154 as "SD 36"
ExportAssets (56)Timeline Frame 1Symbol 155 as "SD 35"
ExportAssets (56)Timeline Frame 1Symbol 156 as "SD 34"
ExportAssets (56)Timeline Frame 1Symbol 157 as "SD 33"
ExportAssets (56)Timeline Frame 1Symbol 158 as "SD 32"
ExportAssets (56)Timeline Frame 1Symbol 159 as "SD 31"
ExportAssets (56)Timeline Frame 1Symbol 160 as "SD 30"
ExportAssets (56)Timeline Frame 1Symbol 161 as "SD 3"
ExportAssets (56)Timeline Frame 1Symbol 162 as "SD 29"
ExportAssets (56)Timeline Frame 1Symbol 163 as "SD 28"
ExportAssets (56)Timeline Frame 1Symbol 164 as "SD 27"
ExportAssets (56)Timeline Frame 1Symbol 165 as "SD 26"
ExportAssets (56)Timeline Frame 1Symbol 166 as "SD 25"
ExportAssets (56)Timeline Frame 1Symbol 167 as "SD 24"
ExportAssets (56)Timeline Frame 1Symbol 168 as "SD 23"
ExportAssets (56)Timeline Frame 1Symbol 169 as "SD 22"
ExportAssets (56)Timeline Frame 1Symbol 170 as "SD 21"
ExportAssets (56)Timeline Frame 1Symbol 171 as "SD 20"
ExportAssets (56)Timeline Frame 1Symbol 172 as "SD 2"
ExportAssets (56)Timeline Frame 1Symbol 173 as "SD 19"
ExportAssets (56)Timeline Frame 1Symbol 174 as "SD 18"
ExportAssets (56)Timeline Frame 1Symbol 175 as "SD 17"
ExportAssets (56)Timeline Frame 1Symbol 176 as "SD 16"
ExportAssets (56)Timeline Frame 1Symbol 177 as "SD 15"
ExportAssets (56)Timeline Frame 1Symbol 178 as "SD 14"
ExportAssets (56)Timeline Frame 1Symbol 179 as "SD 13"
ExportAssets (56)Timeline Frame 1Symbol 180 as "SD 12"
ExportAssets (56)Timeline Frame 1Symbol 181 as "SD 11"
ExportAssets (56)Timeline Frame 1Symbol 182 as "SD 10"
ExportAssets (56)Timeline Frame 1Symbol 183 as "SD 1"
ExportAssets (56)Timeline Frame 1Symbol 184 as "Piano 9"
ExportAssets (56)Timeline Frame 1Symbol 185 as "Piano 8"
ExportAssets (56)Timeline Frame 1Symbol 186 as "Piano 7"
ExportAssets (56)Timeline Frame 1Symbol 187 as "Piano 61"
ExportAssets (56)Timeline Frame 1Symbol 188 as "Piano 60"
ExportAssets (56)Timeline Frame 1Symbol 189 as "Piano 6"
ExportAssets (56)Timeline Frame 1Symbol 190 as "Piano 59"
ExportAssets (56)Timeline Frame 1Symbol 191 as "Piano 58"
ExportAssets (56)Timeline Frame 1Symbol 192 as "Piano 57"
ExportAssets (56)Timeline Frame 1Symbol 193 as "Piano 56"
ExportAssets (56)Timeline Frame 1Symbol 194 as "Piano 55"
ExportAssets (56)Timeline Frame 1Symbol 195 as "Piano 54"
ExportAssets (56)Timeline Frame 1Symbol 196 as "Piano 53"
ExportAssets (56)Timeline Frame 1Symbol 197 as "Piano 52"
ExportAssets (56)Timeline Frame 1Symbol 198 as "Piano 51"
ExportAssets (56)Timeline Frame 1Symbol 199 as "Piano 50"
ExportAssets (56)Timeline Frame 1Symbol 200 as "Piano 5"
ExportAssets (56)Timeline Frame 1Symbol 201 as "Piano 49"
ExportAssets (56)Timeline Frame 1Symbol 202 as "Piano 48"
ExportAssets (56)Timeline Frame 1Symbol 203 as "Piano 47"
ExportAssets (56)Timeline Frame 1Symbol 204 as "Piano 46"
ExportAssets (56)Timeline Frame 1Symbol 205 as "Piano 45"
ExportAssets (56)Timeline Frame 1Symbol 206 as "Piano 44"
ExportAssets (56)Timeline Frame 1Symbol 207 as "Piano 43"
ExportAssets (56)Timeline Frame 1Symbol 208 as "Piano 42"
ExportAssets (56)Timeline Frame 1Symbol 209 as "Piano 41"
ExportAssets (56)Timeline Frame 1Symbol 210 as "Piano 40"
ExportAssets (56)Timeline Frame 1Symbol 211 as "Piano 4"
ExportAssets (56)Timeline Frame 1Symbol 212 as "Piano 39"
ExportAssets (56)Timeline Frame 1Symbol 213 as "Piano 38"
ExportAssets (56)Timeline Frame 1Symbol 214 as "Piano 37"
ExportAssets (56)Timeline Frame 1Symbol 215 as "Piano 36"
ExportAssets (56)Timeline Frame 1Symbol 216 as "Piano 35"
ExportAssets (56)Timeline Frame 1Symbol 217 as "Piano 34"
ExportAssets (56)Timeline Frame 1Symbol 218 as "Piano 33"
ExportAssets (56)Timeline Frame 1Symbol 219 as "Piano 32"
ExportAssets (56)Timeline Frame 1Symbol 220 as "Piano 31"
ExportAssets (56)Timeline Frame 1Symbol 221 as "Piano 30"
ExportAssets (56)Timeline Frame 1Symbol 222 as "Piano 3"
ExportAssets (56)Timeline Frame 1Symbol 223 as "Piano 29"
ExportAssets (56)Timeline Frame 1Symbol 224 as "Piano 28"
ExportAssets (56)Timeline Frame 1Symbol 225 as "Piano 27"
ExportAssets (56)Timeline Frame 1Symbol 226 as "Piano 26"
ExportAssets (56)Timeline Frame 1Symbol 227 as "Piano 25"
ExportAssets (56)Timeline Frame 1Symbol 228 as "Piano 24"
ExportAssets (56)Timeline Frame 1Symbol 229 as "Piano 23"
ExportAssets (56)Timeline Frame 1Symbol 230 as "Piano 22"
ExportAssets (56)Timeline Frame 1Symbol 231 as "Piano 21"
ExportAssets (56)Timeline Frame 1Symbol 232 as "Piano 20"
ExportAssets (56)Timeline Frame 1Symbol 233 as "Piano 2"
ExportAssets (56)Timeline Frame 1Symbol 234 as "Piano 19"
ExportAssets (56)Timeline Frame 1Symbol 235 as "Piano 18"
ExportAssets (56)Timeline Frame 1Symbol 236 as "Piano 17"
ExportAssets (56)Timeline Frame 1Symbol 237 as "Piano 16"
ExportAssets (56)Timeline Frame 1Symbol 238 as "Piano 15"
ExportAssets (56)Timeline Frame 1Symbol 239 as "Piano 14"
ExportAssets (56)Timeline Frame 1Symbol 240 as "Piano 13"
ExportAssets (56)Timeline Frame 1Symbol 241 as "Piano 12"
ExportAssets (56)Timeline Frame 1Symbol 242 as "Piano 11"
ExportAssets (56)Timeline Frame 1Symbol 243 as "Piano 10"
ExportAssets (56)Timeline Frame 1Symbol 244 as "Piano 1"
ExportAssets (56)Timeline Frame 1Symbol 245 as "EG 9"
ExportAssets (56)Timeline Frame 1Symbol 246 as "EG 8"
ExportAssets (56)Timeline Frame 1Symbol 247 as "EG 7"
ExportAssets (56)Timeline Frame 1Symbol 248 as "EG 61"
ExportAssets (56)Timeline Frame 1Symbol 249 as "EG 60"
ExportAssets (56)Timeline Frame 1Symbol 250 as "EG 6"
ExportAssets (56)Timeline Frame 1Symbol 251 as "EG 59"
ExportAssets (56)Timeline Frame 1Symbol 252 as "EG 58"
ExportAssets (56)Timeline Frame 1Symbol 253 as "EG 57"
ExportAssets (56)Timeline Frame 1Symbol 254 as "EG 56"
ExportAssets (56)Timeline Frame 1Symbol 255 as "EG 55"
ExportAssets (56)Timeline Frame 1Symbol 256 as "EG 54"
ExportAssets (56)Timeline Frame 1Symbol 257 as "EG 53"
ExportAssets (56)Timeline Frame 1Symbol 258 as "EG 52"
ExportAssets (56)Timeline Frame 1Symbol 259 as "EG 51"
ExportAssets (56)Timeline Frame 1Symbol 260 as "EG 50"
ExportAssets (56)Timeline Frame 1Symbol 261 as "EG 5"
ExportAssets (56)Timeline Frame 1Symbol 262 as "EG 49"
ExportAssets (56)Timeline Frame 1Symbol 263 as "EG 48"
ExportAssets (56)Timeline Frame 1Symbol 264 as "EG 47"
ExportAssets (56)Timeline Frame 1Symbol 265 as "EG 46"
ExportAssets (56)Timeline Frame 1Symbol 266 as "EG 45"
ExportAssets (56)Timeline Frame 1Symbol 267 as "EG 44"
ExportAssets (56)Timeline Frame 1Symbol 268 as "EG 43"
ExportAssets (56)Timeline Frame 1Symbol 269 as "EG 42"
ExportAssets (56)Timeline Frame 1Symbol 270 as "EG 41"
ExportAssets (56)Timeline Frame 1Symbol 271 as "EG 40"
ExportAssets (56)Timeline Frame 1Symbol 272 as "EG 4"
ExportAssets (56)Timeline Frame 1Symbol 273 as "EG 39"
ExportAssets (56)Timeline Frame 1Symbol 274 as "EG 38"
ExportAssets (56)Timeline Frame 1Symbol 275 as "EG 37"
ExportAssets (56)Timeline Frame 1Symbol 276 as "EG 36"
ExportAssets (56)Timeline Frame 1Symbol 277 as "EG 35"
ExportAssets (56)Timeline Frame 1Symbol 278 as "EG 34"
ExportAssets (56)Timeline Frame 1Symbol 279 as "EG 33"
ExportAssets (56)Timeline Frame 1Symbol 280 as "EG 32"
ExportAssets (56)Timeline Frame 1Symbol 281 as "EG 31"
ExportAssets (56)Timeline Frame 1Symbol 282 as "EG 30"
ExportAssets (56)Timeline Frame 1Symbol 283 as "EG 3"
ExportAssets (56)Timeline Frame 1Symbol 284 as "EG 29"
ExportAssets (56)Timeline Frame 1Symbol 285 as "EG 28"
ExportAssets (56)Timeline Frame 1Symbol 286 as "EG 27"
ExportAssets (56)Timeline Frame 1Symbol 287 as "EG 26"
ExportAssets (56)Timeline Frame 1Symbol 288 as "EG 24"
ExportAssets (56)Timeline Frame 1Symbol 289 as "EG 23"
ExportAssets (56)Timeline Frame 1Symbol 290 as "EG 22"
ExportAssets (56)Timeline Frame 1Symbol 291 as "EG 21"
ExportAssets (56)Timeline Frame 1Symbol 292 as "EG 20"
ExportAssets (56)Timeline Frame 1Symbol 293 as "EG 2"
ExportAssets (56)Timeline Frame 1Symbol 294 as "EG 19"
ExportAssets (56)Timeline Frame 1Symbol 295 as "EG 18"
ExportAssets (56)Timeline Frame 1Symbol 296 as "EG 17"
ExportAssets (56)Timeline Frame 1Symbol 297 as "EG 16"
ExportAssets (56)Timeline Frame 1Symbol 298 as "EG 15"
ExportAssets (56)Timeline Frame 1Symbol 299 as "EG 14"
ExportAssets (56)Timeline Frame 1Symbol 300 as "EG 13"
ExportAssets (56)Timeline Frame 1Symbol 301 as "EG 12"
ExportAssets (56)Timeline Frame 1Symbol 302 as "EG 11"
ExportAssets (56)Timeline Frame 1Symbol 303 as "EG 1"
ExportAssets (56)Timeline Frame 1Symbol 304 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 337 as "UpArrow"
ExportAssets (56)Timeline Frame 1Symbol 357 as "ScrollThumb"
ExportAssets (56)Timeline Frame 1Symbol 382 as "DownArrow"
ExportAssets (56)Timeline Frame 1Symbol 386 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 386 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 390 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 394 as "FScrollPaneSymbol"

Labels

"Symbol_36"Symbol 304 MovieClip [FUIComponentSymbol] Frame 1
"enabled"Symbol 390 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 390 MovieClip [FBoundingBoxSymbol] Frame 2
"loaded"Symbol 416 MovieClip Frame 3
"instrument"Symbol 461 MovieClip Frame 2
"demo"Symbol 461 MovieClip Frame 3
"slider"Symbol 461 MovieClip Frame 4
"keyboard"Symbol 461 MovieClip Frame 5
"player"Symbol 461 MovieClip Frame 6
"status"Symbol 461 MovieClip Frame 7
"mariolesson"Symbol 599 MovieClip Frame 2
"mariodemo"Symbol 599 MovieClip Frame 3
"fairdemo"Symbol 599 MovieClip Frame 4
"fairlesson"Symbol 599 MovieClip Frame 5
"GSdemo"Symbol 599 MovieClip Frame 6
"GSlesson"Symbol 599 MovieClip Frame 7
"tetrislesson"Symbol 599 MovieClip Frame 8
"tetrisdemo"Symbol 599 MovieClip Frame 9
"zeldalesson"Symbol 599 MovieClip Frame 10
"zeldademo"Symbol 599 MovieClip Frame 11
"kirbylesson"Symbol 599 MovieClip Frame 12
"kirbydemo"Symbol 599 MovieClip Frame 13

Dynamic Text Variables

instrumentnameSymbol 610 EditableText"Piano"
stateSymbol 633 EditableText"Status: Stopped"
demonameSymbol 657 EditableText"Select Demo/Lesson"




http://swfchan.com/5/24120/info.shtml
Created: 11/8 -2019 20:55:10 Last modified: 11/8 -2019 20:55:10 Server time: 14/05 -2024 21:49:52