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

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

[old] Movie Maker.swf

This is the info page for
Flash #75638

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


Text
START

record

rewind

play

pause

stop

loop

clear

OPTIONS

CREDITS

MAIN MENU

MAIN MENU

OPTIONS

QUALITY

LOW

HIGH

BACK

OPTIONS

CREDITS

CREDITS

GRAPHICS & IDEA

MORKU WARE

MUSIC & LOOPS

FLASHKIT.COM

GAMEPLAY

JM Recorder

ActionScript [AS1/AS2]

Frame 2
gotoAndPlay (5);
Frame 3
stop(); _root.myRecorder = new JMRecorder("myRecorder"); _root.myRecorder.registerObject(actor1); _root.myRecorder.registerObject(actor2); _root.myRecorder.registerObject(actor3); _root.myRecorder.registerObject(actor4); _root.myRecorder.registerObject(actor5); _root.myRecorder.registerObject(actor6); _root.myRecorder.registerObject(actor7); _root.myRecorder.registerObject(actor8); actor.onPress = (actor1.onPress = (actor2.onPress = (actor3.onPress = (actor4.onPress = function () { this.startDrag(false); })))); actor.onPress = (actor5.onPress = (actor6.onPress = (actor7.onPress = (actor8.onPress = function () { this.startDrag(false); })))); actor.onRelease = (actor1.onRelease = (actor2.onRelease = (actor3.onRelease = (actor4.onRelease = function () { this.stopDrag(); })))); actor.onRelease = (actor5.onRelease = (actor6.onRelease = (actor7.onRelease = (actor8.onRelease = function () { this.stopDrag(); })))); record_overlay._visible = false; pause_overlay._visible = false; loop_overlay._visible = false; rewind_btn.onPress = function () { var mode = myRecorder.mode; switch (mode) { case "nuetral" : _root.myRecorder.playbackFrame = 1; message.text = "playback rewound."; return; case "playback" : _root.myRecorder.playbackFrame = 1; message.text = "playback rewound."; return; default : message.text = "record must be stopped prior to rewind playback."; } }; record_btn.onPress = function () { var mode = myRecorder.mode; switch (mode) { case "nuetral" : _root.myRecorder.startRecord(); record_overlay._visible = true; message.text = "recording started."; return; case "recording" : _root.myRecorder.stopRecord(); record_overlay._visible = false; message.text = "recording stopped."; return; default : message.text = "playback must be stopped prior to recording."; } }; play_btn.onPress = function () { var mode = myRecorder.mode; switch (mode) { case "nuetral" : _root.myRecorder.startPlayback(); message.text = "playback started."; return; case "recording" : message.text = "recording must be stopped prior to playback."; } }; pause_btn.onPress = function () { var mode = myRecorder.mode; switch (mode) { case "nuetral" : if (pause_overlay._visible) { _root.myRecorder.startPlayback(); pause_overlay._visible = false; message.text = "playback unpaused."; } else { message.text = "recorder is not in playback."; } return; case "playback" : _root.myRecorder.stopPlayback(); pause_overlay._visible = true; message.text = "playback paused."; return; default : message.text = "recorder is not in playback."; } }; stop_btn.onPress = function () { var mode = myRecorder.mode; switch (mode) { case "playback" : _root.myRecorder.stopPlayback(); pause_overlay._visible = false; message.text = "playback stopped."; return; default : message.text = "recorder not in playback mode."; } }; loop_btn.onPress = function () { loop_overlay._visible = (_root.myRecorder.loopPlayback = !_root.myRecorder.loopPlayback); message.text = "loop playback."; }; clear_btn.onPress = function () { var mode = myRecorder.mode; switch (mode) { case "nuetral" : _root.myRecorder.clearRecording(); message.text = "recording cleared."; return; default : message.text = "recorder must be in nuetral mode to clear recording."; } };
Instance of Symbol 75 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 77 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 79 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 81 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 83 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 85 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 87 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 89 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 91 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 93 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 97 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 99 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 75 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 75 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 77 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 77 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 83 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 83 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 81 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 81 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 99 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 99 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 99 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 101 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 103 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 105 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 107 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 109 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 111 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 109 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 111 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 113 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 115 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 117 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 119 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 121 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 123 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 125 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 127 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 129 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 131 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 131 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 127 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 129 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 131 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 131 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 127 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 129 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 131 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 131 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 127 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 129 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 131 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Instance of Symbol 131 MovieClip in Frame 3
onClipEvent (load) { this.onPress = function () { startDrag (""); }; } onClipEvent (load) { this.onRelease = function () { stopDrag(); }; }
Frame 5
stop();
Frame 6
stop();
Frame 7
stop();
Frame 8
play();
Frame 9
gotoAndStop (3);
Symbol 2 MovieClip [JMRecorder] Frame 1
#initclip 1 function SetLoopPlayback(value) { this._loopPlayback = value; } function GetLoopPlayback() { return(this._loopPlayback); } function SetRecordChildren(value) { this._recordChildren = value; } function GetRecordChildren() { return(this._recordChildren); } function SetRate(value) { this._rate = value; setInterval(this.interval, value, this); } function GetRate() { return(this._rate); } function SetRecordingFrame(value) { this._recordingFrame = value; } function GetRecordingFrame() { return(this._recordingFrame); } function SetPlaybackFrame(value) { this._playbackFrame = value; } function GetPlaybackFrame() { return(this._playbackFrame); } function SetDefaultProperties(value) { this._defaultRecordProperties = value; } function GetDefaultProperties() { return(this._defaultRecordProperties); } function SetDefaultMCProperties(value) { this._defaultMovieClipProperties = value; } function GetDefaultMCProperties() { return(this._defaultMovieClipProperties); } function SetDefaultTFProperties(value) { this._defaultTextFieldProperties = value; } function GetDefaultTFProperties() { return(this._defaultTextFieldProperties); } function GetMode() { return(this._mode); } _global.JMRecorder = function (name, defaultProperties, targets, recordChildren, childTypes, loopPlayback) { this._class = "JMRecorder"; this.isGlobal = true; this._visible = false; this._name = ((name == undefined) ? (this._name) : (name)); this.defaultProperties = ((defaultProperties == undefined) ? (this.defaultProperties) : (defaultProperties)); this.targets = ((targets == undefined) ? (this.targets) : (targets)); this.recordChildren = ((recordChildren == undefined) ? (this.recordChildren) : (recordChildren)); this.childTypes = ((childTypes == undefined) ? (this.childTypes) : (childTypes)); this.loopPlayback = ((loopPlayback == undefined) ? (this.loopPlayback) : (loopPlayback)); if (_global.JMRecorder.__instances__ == undefined) { _global.JMRecorder.__instances__ = []; } _global.JMRecorder.__instances__.push(this); this._defaultMovieClipProperties = ["_x", "_y", "_width", "_height", "_xscale", "_yscale", "_rotation", "_alpha", "_visible"]; this._defaultTextFieldProperties = ["autoSize", "background", "backgroundColor", "border", "borderColor", "hscroll", "html", "text", "htmlText", "textColor", "textHeight", "textWidth", "variable"]; this.defaultProperties = (((this.defaultProperties.length < 1) || (this.defaultProperties == undefined)) ? (this._defaultMovieClipProperties) : (this.defaultProperties)); this.__targets__ = []; if (this.targets != undefined) { for (var target in this.targets) { this.registerObject(this.targets[target]); } } this._mode = "nuetral"; this._playbackFrame = undefined; this._recordingFrame = undefined; this._recording = []; delete this.properties; delete this.targets; if (this._rate == undefined) { this.rate = 10; } ASSetPropFlags(this, null, 1); }; _global.JMRecorder.prototype = new Object(); Object.registerClass("JMRecorder", _global.JMRecorder); ASBroadcaster.initialize(_global.JMRecorder.prototype); _global.JMRecorder.prototype.registerObject = function (obj, properties, recordChildren) { if (obj == undefined) { trace(this._name + ".record obj parameter missing, object NOT registered!"); return(false); } switch (properties) { case undefined : properties = this._defaultRecordProperties; break; case null : properties = this._defaultRecordProperties; break; case "default movieclip" : properties = this._defaultMovieClipProperties; break; case "default textfield" : properties = this._defaultTextFieldProperties; } obj._recordControl = this; obj._recordProperties = properties; this.addInstance(obj); if (recordChildren || (this.recordChildren)) { for (var child in obj) { for (var childType in this.childTypes) { if (typeof(obj[child]) == this.childTypes[childType]) { this.registerObject(obj[child], properties, true); break; } } } } return(true); }; _global.JMRecorder.prototype.unregisterObject = function (obj) { delete obj._recordControl; delete obj._recordProperties; return(this.removeInstance(obj)); }; _global.JMRecorder.prototype.startRecord = function () { if (this._mode != "nuetral") { trace(this._name + ": must be nuetral prior to recording."); return(false); } if (this._recordingFrame == undefined) { this._recordingFrame = 1; } this._mode = "recording"; return(true); }; _global.JMRecorder.prototype.stopRecord = function () { if (this._mode != "recording") { trace(this._name + ": is not recording, stopRecord cancelled."); return(false); } this._mode = "nuetral"; return(true); }; _global.JMRecorder.prototype.clearRecording = function () { if (this._mode != "nuetral") { trace(this._name + ": must be nuetral prior to clearing recording."); return(false); } this._recordingFrame = undefined; this._playbackFrame = undefined; this._recording = []; return(true); }; _global.JMRecorder.prototype.startPlayback = function () { if (this._mode != "nuetral") { trace(this._name + ": must be nuetral prior to playback."); return(false); } if (this._playbackFrame == undefined) { this._playbackFrame = 1; } this._mode = "playback"; return(true); }; _global.JMRecorder.prototype.stopPlayback = function () { if (this._mode != "playback") { trace(this._name + ": is not in playback, stopPlayback cancelled."); return(false); } this._mode = "nuetral"; return(true); }; _global.JMRecorder.prototype.isRegistered = function (obj) { for (i in this.__targets__) { if (this.__targets__[i] == obj) { return(true); } } return(false); }; _global.JMRecorder.prototype.getRegisteredObjects = function () { return(this.__targets__); }; _global.JMRecorder.prototype.addProperty("loopPlayback", GetLoopPlayback, SetLoopPlayback); _global.JMRecorder.prototype.addProperty("recordChildren", GetRecordChildren, SetRecordChildren); _global.JMRecorder.prototype.addProperty("rate", GetRate, SetRate); _global.JMRecorder.prototype.addProperty("recordingFrame", GetRecordingFrame, SetRecordingFrame); _global.JMRecorder.prototype.addProperty("playbackFrame", GetPlaybackFrame, SetPlaybackFrame); _global.JMRecorder.prototype.addProperty("defaultProperties", GetDefaultProperties, SetDefaultProperties); _global.JMRecorder.prototype.addProperty("defaultMovieClipProperties", GetDefaultMCProperties, SetDefaultMCProperties); _global.JMRecorder.prototype.addProperty("defaultTextFieldProperties", GetDefaultTFProperties, SetDefaultTFProperties); _global.JMRecorder.prototype.addProperty("mode", GetMode, null); delete SetLoopPlayback; _global.JMRecorder.prototype.addInstance = function (obj) { if (!this.isRegistered(obj)) { this.__targets__.push(obj); return(true); } trace((obj + " is already registered with ") + this._name); return(false); }; _global.JMRecorder.prototype.removeInstance = function (obj) { if (this.isRegistered(obj)) { for (i in this.__targets__) { if (this.__targets__[i] == obj) { delete this.__targets__[i]; return(true); } } trace((obj + " was not removed from ") + this._name); return(false); } trace((obj + " is not registered with ") + this._name); return(false); }; _global.JMRecorder.prototype.interval = function (comp) { this = comp; if (this._mode == "recording") { var frameObjs = []; var i = 0; while (i < this.__targets__.length) { var obj = this.__targets__[i]; var recObj = this.recordObject(obj); if (recObj != undefined) { frameobjs.push(recObj); } i++; } this._recording[this._recordingFrame] = frameObjs; this._recordingFrame++; } else if (this._mode == "playback") { var frameObjs = this._recording[this._playbackFrame]; for (var i in frameObjs) { var recObj = frameObjs[i]; var recordTarget = recObj._recordTarget; var properties = recordTarget._recordProperties; for (var property in properties) { var property = properties[property]; var value = recObj[property]; recordTarget[property] = value; } } if (this._playbackFrame >= this._recordingFrame) { if (this.loopPlayback) { this._playbackFrame = 1; } else { this._playbackFrame = undefined; this._mode = "nuetral"; } } else { this._playbackFrame++; } } }; _global.JMRecorder.prototype.recordObject = function (obj) { if (obj._class == "JMRecorder") { return(undefined); } var properties = obj._recordProperties; var recObj = new Object(); for (property in properties) { var property = properties[property]; ASSetPropFlags(recObj, property, 8); var value = obj[property]; recObj[property] = value; } recObj._recordTarget = obj; return(recObj); }; #endinitclip
Symbol 10 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop (3); }
Symbol 10 MovieClip Frame 2
gotoAndPlay (1);
Symbol 10 MovieClip Frame 3
_root.play();
Symbol 33 MovieClip Frame 1
stop();
Symbol 33 MovieClip Frame 2
stop();
Symbol 33 MovieClip Frame 3
stop();
Symbol 33 MovieClip Frame 4
play();
Symbol 72 Button
on (press) { backgrounds.nextFrame(); }
Symbol 73 Button
on (press) { backgrounds.prevFrame(); }
Symbol 149 Button
on (release) { gotoAndPlay (8); }
Symbol 151 Button
on (release) { gotoAndPlay (6); }
Symbol 153 Button
on (release) { gotoAndPlay (7); }
Symbol 162 Button
on (release) { _quality = "LOW"; }
Symbol 164 Button
on (release) { _quality = "HIGH"; }
Symbol 166 Button
on (release) { gotoAndPlay (5); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip [JMRecorder]Uses:1
Symbol 3 GraphicUsed by:Timeline
Symbol 4 GraphicUsed by:Timeline
Symbol 5 GraphicUsed by:Timeline
Symbol 6 GraphicUsed by:8
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:6 7Used by:10
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:8 9Used by:Timeline
Symbol 11 GraphicUsed by:Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 GraphicUsed by:Timeline
Symbol 15 GraphicUsed by:22 149 151 153 162 164 166
Symbol 16 GraphicUsed by:22 149 151 153 162 164 166
Symbol 17 GraphicUsed by:22 149 151 153 162 164 166
Symbol 18 FontUsed by:19 150 152 154 155 158 159 165 167 168 169 172 174 176
Symbol 19 TextUses:18Used by:22 149
Symbol 20 SoundUsed by:22 149 151 153 162 164 166
Symbol 21 SoundUsed by:22 149 151 153 162 164 166
Symbol 22 ButtonUses:15 16 17 19 20 21Used by:Timeline
Symbol 23 GraphicUsed by:Timeline
Symbol 24 GraphicUsed by:53  Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 GraphicUsed by:Timeline
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:33
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:33
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:33
Symbol 33 MovieClipUses:28 30 32Used by:Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 GraphicUsed by:Timeline
Symbol 36 GraphicUsed by:42 45 48 51 53 56 69
Symbol 37 GraphicUsed by:42 45 48 51 53 56 69
Symbol 38 GraphicUsed by:42 45 48 51 53 56 69
Symbol 39 GraphicUsed by:42
Symbol 40 GraphicUsed by:42
Symbol 41 GraphicUsed by:42 45 48 51 53 56 69
Symbol 42 ButtonUses:36 37 38 39 40 41Used by:Timeline
Symbol 43 GraphicUsed by:45
Symbol 44 GraphicUsed by:45
Symbol 45 ButtonUses:36 37 38 43 44 41Used by:Timeline
Symbol 46 GraphicUsed by:48
Symbol 47 GraphicUsed by:48
Symbol 48 ButtonUses:36 37 38 46 47 41Used by:Timeline
Symbol 49 GraphicUsed by:51
Symbol 50 GraphicUsed by:51
Symbol 51 ButtonUses:36 37 38 49 50 41Used by:Timeline
Symbol 52 GraphicUsed by:53
Symbol 53 ButtonUses:36 37 38 52 24 41Used by:Timeline
Symbol 54 GraphicUsed by:56
Symbol 55 GraphicUsed by:56
Symbol 56 ButtonUses:36 37 38 54 55 41Used by:Timeline
Symbol 57 FontUsed by:58 59 60 61 62 63 66 70
Symbol 58 TextUses:57Used by:Timeline
Symbol 59 TextUses:57Used by:Timeline
Symbol 60 TextUses:57Used by:Timeline
Symbol 61 TextUses:57Used by:Timeline
Symbol 62 TextUses:57Used by:Timeline
Symbol 63 TextUses:57Used by:Timeline
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:64Used by:Timeline
Symbol 66 EditableTextUses:57Used by:Timeline
Symbol 67 GraphicUsed by:69
Symbol 68 GraphicUsed by:69
Symbol 69 ButtonUses:36 37 38 67 68 41Used by:Timeline
Symbol 70 TextUses:57Used by:Timeline
Symbol 71 GraphicUsed by:72 73
Symbol 72 ButtonUses:71Used by:Timeline
Symbol 73 ButtonUses:71Used by:Timeline
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:Timeline
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:Timeline
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:Timeline
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:Timeline
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:Timeline
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:Timeline
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:Timeline
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:Timeline
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:Timeline
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:Timeline
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:Timeline
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:Timeline
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:Timeline
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:Timeline
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:Timeline
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:Timeline
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:106Used by:Timeline
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:108Used by:Timeline
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:110Used by:Timeline
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:Timeline
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114Used by:Timeline
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116Used by:Timeline
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:118Used by:Timeline
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:120Used by:Timeline
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:122Used by:Timeline
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:Timeline
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:126Used by:Timeline
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128Used by:Timeline
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:130Used by:Timeline
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:132Used by:Timeline
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:Timeline
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136Used by:Timeline
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:138Used by:Timeline
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:140Used by:Timeline
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:142Used by:Timeline
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:144Used by:Timeline
Symbol 146 GraphicUsed by:147
Symbol 147 MovieClipUses:146Used by:Timeline
Symbol 148 GraphicUsed by:Timeline
Symbol 149 ButtonUses:15 16 17 19 20 21Used by:Timeline
Symbol 150 TextUses:18Used by:151
Symbol 151 ButtonUses:15 16 17 150 20 21Used by:Timeline
Symbol 152 TextUses:18Used by:153
Symbol 153 ButtonUses:15 16 17 152 20 21Used by:Timeline
Symbol 154 TextUses:18Used by:Timeline
Symbol 155 TextUses:18Used by:Timeline
Symbol 156 GraphicUsed by:Timeline
Symbol 157 SoundUsed by:Timeline
Symbol 158 TextUses:18Used by:Timeline
Symbol 159 TextUses:18Used by:162 164
Symbol 160 FontUsed by:161 163
Symbol 161 TextUses:160Used by:162
Symbol 162 ButtonUses:15 16 17 159 161 20 21Used by:Timeline
Symbol 163 TextUses:160Used by:164
Symbol 164 ButtonUses:15 16 17 159 163 20 21Used by:Timeline
Symbol 165 TextUses:18Used by:166
Symbol 166 ButtonUses:15 16 17 165 20 21Used by:Timeline
Symbol 167 TextUses:18Used by:Timeline
Symbol 168 TextUses:18Used by:Timeline
Symbol 169 TextUses:18Used by:Timeline
Symbol 170 FontUsed by:171 173 175
Symbol 171 TextUses:170Used by:Timeline
Symbol 172 TextUses:18Used by:Timeline
Symbol 173 TextUses:170Used by:Timeline
Symbol 174 TextUses:18Used by:Timeline
Symbol 175 TextUses:170Used by:Timeline
Symbol 176 TextUses:18Used by:Timeline

Instance Names

"backgrounds"Frame 3Symbol 33 MovieClip
"record_btn"Frame 3Symbol 42 Button
"pause_btn"Frame 3Symbol 45 Button
"rewind_btn"Frame 3Symbol 48 Button
"play_btn"Frame 3Symbol 51 Button
"stop_btn"Frame 3Symbol 53 Button
"loop_btn"Frame 3Symbol 56 Button
"record_overlay"Frame 3Symbol 65 MovieClip
"loop_overlay"Frame 3Symbol 65 MovieClip
"pause_overlay"Frame 3Symbol 65 MovieClip
"message"Frame 3Symbol 66 EditableText
"clear_btn"Frame 3Symbol 69 Button
"actor1"Frame 3Symbol 133 MovieClip
"actor2"Frame 3Symbol 135 MovieClip
"actor3"Frame 3Symbol 137 MovieClip
"actor4"Frame 3Symbol 139 MovieClip
"actor5"Frame 3Symbol 141 MovieClip
"actor6"Frame 3Symbol 143 MovieClip
"actor7"Frame 3Symbol 145 MovieClip
"actor8"Frame 3Symbol 147 MovieClip
"bar"Symbol 10 MovieClip Frame 1Symbol 8 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 2 as "JMRecorder"

Labels

"loaded"Symbol 10 MovieClip Frame 3




http://swfchan.com/16/75638/info.shtml
Created: 5/4 -2019 23:39:27 Last modified: 5/4 -2019 23:39:27 Server time: 25/06 -2024 05:38:50