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

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

play-guitar.swf

This is the info page for
Flash #127461

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


Text
1-1

Please wait loading

Music is not magic

Play Guitar

Online music games

flashmusicgames.com

ActionScript [AS1/AS2]

Frame 2
lesson_notes = new Array(); if (Number(_framesloaded) < 10) { prompt_ = _framesloaded; gotoAndPlay (1); } else { User_Name = ""; Piano_text = ""; Guitar_text = ""; Drum_text = ""; from_note_piano = 10; to_note_piano = 550; from_note_guitar = 10; to_note_guitar = 550; from_note_drums = 10; to_note_drums = 550; gotoAndPlay (5); }
Frame 5
function showWWW() { if ((_level0.Show_www == "ON") && (www._alpha < 100)) { www._alpha = www._alpha + 90; } if ((_level0.Show_www == "OFF") && (www._alpha > 0)) { www._alpha = www._alpha - 90; } } function findLength() { i = 40; while (i > 0) { flag = 0; if (_root["a" + i]._currentFrame == 10) { flag = 1; } if (flag == 0) { } else { break; } i--; } n = i; nn = int(60 * (100 / temp)); Length = ((("Length=" + (n - 1)) + "notes ") + int((60 * (n - 1)) / nn)) + " sec."; } function init() { select._alpha = 0; select._x = -200; i = 1; while (i <= 27) { attachMovie("time guitar", "a" + i, i + 200); _root["a" + i]._x = 5 + (20 * (i - 1)); _root["a" + i]._y = 250; _root["a" + i].note = ""; _root["a" + i].select._alpha = 0; _root["a" + i].instrument = "guitar"; i++; } _root.a1.gotoandstop(10); } function addNote(text_no, kod) { if (UserNote >= 25) { return(undefined); } trace((("guitar note " + text_no) + " ") + kod); clearPlay(); _root.PlayList = 0; _root.player_no = 0; _root.UserNote++; _root["a" + _root.UserNote].gotoandstop(1); _root["a" + _root.UserNote].note = kod; _root["a" + (_root.UserNote + 1)].gotoandstop(10); _root.PressNote = _root.UserNote; mySound = new Sound(); mySound.attachSound(text_no); mySound.setPan(0); mySound.setVolume(100); mySound.start(); findLength(); SaveGuitar(); } function DeleteOneNote() { i = UserNote; while (i < 100) { _root["a" + i].note = _root["a" + (i + 1)].note; nn = _root["a" + (i + 1)]._currentFrame; _root["a" + i].gotoandstop(nn); i++; } UserNote--; if (UserNote < 0) { UserNote = 1; } _root.Button_delete._x = _root["a" + _root.UserNote]._x + 10; _root.PressNote = _root.UserNote; findLength(); _root.curent_no = 1; _root.PlayList = 0; SaveGuitar(); } function DeleteAll() { curent_no = 0; PlayList = 0; UserNote = 0; PressNote = 0; i = 1; while (i < 100) { _root["a" + i].gotoandstop(1); _root["a" + i].note = ""; _root["a" + i].select._alpha = 0; i++; } _root.a1.gotoandstop(10); Movie_ruller.button_go._x = 10; Movie_ruller.button_stop._x = 540; Button_delete._x = 8; movie_temp.reset(); Movie_bits.reset(); findLength(); SaveGuitar(); from_note_guitar = 1; to_note_guitar = 27; } function clearPlay() { _root.curent_no = 1; _root.PlayList = 0; i = 1; while (i < 100) { i = 1; while (i < 100) { _root["a" + i].select._alpha = 0; i++; } i++; } } function SaveGuitar() { guitar_Text = ""; guitar_Text_select = ""; i = 1; while (i < 100) { note = _root["a" + i].note; if (note.length < 1) { break; } guitar_Text = (guitar_Text + note) + ","; if (_root["a" + i]._alpha > 90) { guitar_Text_select = (guitar_Text_select + note) + ","; } i++; } trace("Save guitar melody=" + guitar_Text); } function LoadGuitar() { init(); Nom = 1; s = guitar_Text; s_save = guitar_Text; if (s.length < 1) { return(undefined); } _root.a1.gotoandstop(1); trace("Load Guitar melody =" + s); m = 1; letter_melody = ""; while (s.length > 0) { i = 1; while (((substring(s, i, 1)) != ",") && (s.length > 0)) { i++; } tag = substring(s, 1, i - 1); s = substring(s, i + 1, 10000); _root["a" + Nom].note = tag; Nom++; tag = substring(s, 1, 1); if (tag == "$") { return(undefined); } } UserNote = Nom - 1; _root["a" + (_root.UserNote + 1)].gotoandstop(10); guitar_Text = s_save; } UserNote = 0; loopFlag = 0; Temp = 50; Bits = 5; Melody_Select = "Non melody select"; Screen_width = 550; Screen_high = 400; Pages.Page_Piano.Gotoandstop(1); Pages.Page_Guitar.Gotoandstop(2); Pages.Page_Drums.Gotoandstop(1); LoadGuitar(); Movie_ruller.restore(); stop(); Show_www = "ON"; www._alpha = 0; showWWW();
Instance of Symbol 96 MovieClip in Frame 5
onClipEvent (mouseDown) { x = _root._xmouse; y = _root._ymouse; i = 1; while (i < 100) { if (_root["g" + i].hitTest(x, y, true)) { _root.Button_delete._x = _root._xmouse; _root.GuitarUserNote = i; } i++; } } onClipEvent (mouseUp) { return(undefined); } onClipEvent (enterFrame) { if (nextNoteTime > getTimer()) { return(undefined); } nextNoteTime = getTimer() + (nexttime * (_root.temp / 100)); if (_root.pouse == 1) { return(undefined); } if (_root.PlayList == 0) { bit = 1; return(undefined); } while (_root["a" + _root.player_no]._alpha < 40) { _root.player_no++; } no = _root["a" + _root.player_no]._currentFrame; _root["a" + (_root.player_no - 1)].select._alpha = 0; if ((no == 10) || (_root["a" + _root.player_no]._alpha < 60)) { if (_root.loopFlag == 0) { _root.PlayList = 0; } _root.player_no = 1; return(undefined); } _root["a" + _root.player_no].select._alpha = 100; note = _root["a" + _root.player_no].note; trace("Play guitar " + note); text_no = ""; if (note == "1-1") { text_no = "37"; } if (note == "1-2") { text_no = "36"; } if (note == "1-3") { text_no = "35"; } if (note == "1-4") { text_no = "34"; } if (note == "1-5") { text_no = "34"; } if (note == "2-1") { text_no = "5"; } if (note == "2-2") { text_no = "4"; } if (note == "2-3") { text_no = "3"; } if (note == "2-4") { text_no = "2"; } if (note == "2-5") { text_no = "1"; } if (note == "3-1") { text_no = "9"; } if (note == "3-2") { text_no = "8"; } if (note == "3-3") { text_no = "7"; } if (note == "3-4") { text_no = "6"; } if (note == "3-5") { text_no = "5"; } if (note == "4-1") { text_no = "14"; } if (note == "4-2") { text_no = "13"; } if (note == "4-3") { text_no = "12"; } if (note == "4-4") { text_no = "11"; } if (note == "4-5") { text_no = "10"; } if (note == "5-1") { text_no = "19"; } if (note == "5-2") { text_no = "18"; } if (note == "5-3") { text_no = "17"; } if (note == "5-4") { text_no = "16"; } if (note == "5-5") { text_no = "15"; } if (note == "6-1") { text_no = "24"; } if (note == "6-2") { text_no = "23"; } if (note == "6-3") { text_no = "22"; } if (note == "6-4") { text_no = "21"; } if (note == "6-5") { text_no = "20"; } volume_no = 100; mySound = new Sound(); mySound.attachSound(text_no); mySound.setPan(0); mySound.setVolume(volume_no); mySound.start(); _root.player_no++; bit++; if (bit > _root.bits) { bit = 0; } } onClipEvent (load) { _root.player_no = 0; PlayList = 0; nexttime = 600; nextNoteTime = getTimer() + nexttime; }
Instance of Symbol 108 MovieClip "Movie_ruller" in Frame 5
on (rollOver) { _root.GuitarPrompt = "Change the windows of playng"; } on (rollOut) { _root.GuitarPrompt = ""; }
Symbol 44 MovieClip [time guitar] Frame 1
stop();
Symbol 53 Button
on (press) { _root.addNote(34, "1-4"); }
Symbol 54 Button
on (press) { _root.addNote(5, "2-1"); }
Symbol 55 Button
on (press) { _root.addNote(14, "4-1"); }
Symbol 56 Button
on (press) { _root.addNote(19, "5-1"); }
Symbol 57 Button
on (press) { _root.addNote(24, "6-1"); }
Symbol 58 Button
on (press) { _root.addNote(33, "1-5"); }
Symbol 59 Button
on (press) { _root.addNote(4, "2-2"); }
Symbol 60 Button
on (press) { _root.addNote(9, "3-1"); }
Symbol 61 Button
on (press) { _root.addNote(13, "4-2"); }
Symbol 62 Button
on (press) { _root.addNote(18, "5-2"); }
Symbol 63 Button
on (press) { _root.addNote(23, "6-2"); }
Symbol 64 Button
on (press) { _root.addNote(32); }
Symbol 65 Button
on (press) { _root.addNote(3, "2-3"); }
Symbol 66 Button
on (press) { _root.addNote(8, "3-2"); }
Symbol 67 Button
on (press) { _root.addNote(12, "4-3"); }
Symbol 68 Button
on (press) { _root.addNote(17, "5-3"); }
Symbol 69 Button
on (press) { _root.addNote(22, "6-3"); }
Symbol 70 Button
on (press) { _root.addNote(31); }
Symbol 71 Button
on (press) { _root.addNote(2, "2-4"); }
Symbol 72 Button
on (press) { _root.addNote(7, "3-3"); }
Symbol 73 Button
on (press) { _root.addNote(11, "4-4"); }
Symbol 74 Button
on (press) { _root.addNote(16, "5-4"); }
Symbol 75 Button
on (press) { _root.addNote(21, "6-4"); }
Symbol 76 Button
on (press) { _root.addNote(30); }
Symbol 77 Button
on (press) { _root.addNote(1, "2-5"); }
Symbol 78 Button
on (press) { _root.addNote(6, "3-4"); }
Symbol 79 Button
on (press) { _root.addNote(10, "4-5"); }
Symbol 80 Button
on (press) { _root.addNote(15, "5-5"); }
Symbol 81 Button
on (press) { _root.addNote(20, "6-5"); }
Symbol 82 Button
on (press) { _root.addNote(9); }
Symbol 83 Button
on (press) { _root.addNote(8); }
Symbol 84 Button
on (press) { _root.addNote(7); }
Symbol 85 Button
on (press) { _root.addNote(6); }
Symbol 86 Button
on (press) { _root.addNote(29); }
Symbol 87 Button
on (press) { _root.addNote(28); }
Symbol 88 Button
on (press) { _root.addNote(27); }
Symbol 89 Button
on (press) { _root.addNote(26); }
Symbol 90 Button
on (press) { _root.addNote(25); }
Symbol 91 Button
on (press) { _root.addNote(37, "1-1"); }
Symbol 92 Button
on (press) { _root.addNote(36, "1-2"); }
Symbol 93 Button
on (press) { _root.addNote(35, "1-3"); }
Symbol 94 Button
on (press) { _root.addNote(5, "3-5"); }
Symbol 98 Button
on (press) { _root.PlayList = 1; _root.pouse = 0; select._alpha = 100; } on (rollOver) { _root.Prompt = "Play melody"; } on (rollOut) { _root.Prompt = ""; }
Symbol 100 Button
on (press) { _root.Curent_no = 1; _root.Player_no = 1; _root.PlayList = 0; _root.ClearPlay(); _root.prompt = "Go to the first note"; } on (rollOver) { _root.Prompt = "Stop melody"; } on (rollOut) { _root.Prompt = ""; }
Symbol 102 Button
on (press) { if (_root.pouse == 1) { _root.pouse = 0; _root.prompt = "Pouse off"; } else { _root.pouse = 1; _root.prompt = "Pouse on"; } } on (rollOver) { _root.Prompt = " Pouse"; } on (rollOut) { _root.Prompt = ""; }
Symbol 104 Button
on (press) { if (_root.loopFlag == 1) { _root.loopFlag = 0; _root.prompt = "Loop melody off"; } else { _root.loopFlag = 1; _root.prompt = "Loop melody on"; } } on (rollOver) { _root.Prompt = "Loop melody =" + _root.loopFlag; } on (rollOut) { _root.Prompt = ""; }
Symbol 108 MovieClip Frame 1
function restore() { if (_root._currentframe == 5) { trace("_root.from_note_piano " + _root.from_note_piano); trace("_root.to_note_piano " + _root.to_note_piano); button_go._x = _root.from_note_piano; button_stop._x = _root.to_note_piano; } if (_root._currentframe == 10) { button_go._x = _root.from_note_guitar; button_stop._x = _root.to_note_guitar; } if (_root._currentframe == 15) { button_go._x = _root.from_note_drums; button_stop._x = _root.to_note_drums; } } function reset() { trace("reset ruller"); button_go._x = 10; button_stop._x = 540; _root.from_note = int(button_go._x / 20); _root.to_note = int(button_stop._x / 20); } function checkDrag() { if ((button_go.drag == 1) || (button_stop.drag == 1)) { x = button_go._x; if (button_go.drag == 1) { button_go._x = xx; } if (button_stop.drag == 1) { button_stop._x = xx; } button_go.drag = 0; button_stop.drag = 0; if (button_go._x < 5) { button_go._x = 5; } if (button_stop._x < 50) { button_stop._x = 50; } if (button_go._x > (_root.Screen_width - 10)) { button_go._x = _root.Screen_width - 10; } if (button_stop._x > (_root.Screen_width - 5)) { button_stop._x = _root.Screen_width - 5; } if (button_go._x > button_stop._x) { button_go._x = button_stop._x - 20; } } from_note1 = (button_go._x - 5) / 20; to_note1 = (button_stop._x - 5) / 20; _root.from_note = button_go._x; _root.to_note = button_stop._x; i = 1; while (i <= 27) { alpha = 100; if (i < from_note1) { alpha = 30; } else if (i > to_note1) { alpha = 50; } _root["n" + i]._alpha = alpha; _root["a" + i]._alpha = alpha; _root["tom11" + i]._alpha = alpha; _root["tom11" + i]._alpha = alpha; _root["tom12" + i]._alpha = alpha; _root["snare" + i]._alpha = alpha; _root["kick" + i]._alpha = alpha; _root["tom13" + i]._alpha = alpha; _root["hihats_loose" + i]._alpha = alpha; _root["crash14" + i]._alpha = alpha; _root["crash15" + i]._alpha = alpha; _root["crash18" + i]._alpha = alpha; _root["ride" + i]._alpha = alpha; i++; } if (_root._currentframe == 5) { _root.savePiano(); _root.from_note_piano = _root.from_note; _root.to_note_piano = _root.to_note; } if (_root._currentframe == 10) { _root.saveGuitar(); _root.from_note_guitar = _root.from_note; _root.to_note_guitar = _root.to_note; trace("g " + _root.from_note_guitar); trace("g " + _root.to_note_guitar); } if (_root._currentframe == 15) { _root.saveDrums(); _root.from_note_drums = _root.from_note; _root.to_note_drums = _root.to_note; } } aaa = 44; actions._alpha = 0; reset(); stop();
Instance of Symbol 96 MovieClip "actions" in Symbol 108 MovieClip Frame 1
onClipEvent (mouseDown) { x = _root._xmouse; y = _root._ymouse; if (_parent.button_go.hitTest(x, y, true)) { _parent.button_go.drag = 1; _parent.button_go.xx = _parent.button_go._x; offsetx = _parent.button_go._x - x; } if (_parent.button_stop.hitTest(x, y, true)) { _parent.button_stop.drag = 1; _parent.button_stop.xx = _parent.button_stop._x; offsetx = _parent.button_stop._x - x; } } onClipEvent (mouseUp) { _parent.checkDrag(); } onClipEvent (enterFrame) { if (_parent.button_go.drag == 1) { _parent.button_go._x = _root._xmouse + offsetx; } if (_parent.button_stop.drag == 1) { _parent.button_stop._x = _parent._xmouse + offsetx; } if (_parent.button_go._x < 5) { _parent.button_go._x = 5; } if (_parent.button_stop._x < 10) { _parent.button_stop._x = 10; } if (_parent.button_go._x > (_root.Screen_width - 15)) { _parent.button_go._x = _root.Screen_width - 15; } if (_parent.button_stop._x > (_root.Screen_width - 5)) { _parent.button_stop._x = _root.Screen_width - 5; } }
Symbol 111 Button
on (press) { _root.DeleteAll(); } on (rollOver) { _root.Prompt = "Delete melody"; } on (rollOut) { _root.Prompt = ""; }
Symbol 117 Button
on (release) { getURL ("http://www.flashmusicgames.com"); }

Library Items

Symbol 1 Sound [9]
Symbol 2 Sound [8]
Symbol 3 Sound [7]
Symbol 4 Sound [6]
Symbol 5 Sound [5]
Symbol 6 Sound [4]
Symbol 7 Sound [37]
Symbol 8 Sound [36]
Symbol 9 Sound [35]
Symbol 10 Sound [34]
Symbol 11 Sound [33]
Symbol 12 Sound [32]
Symbol 13 Sound [31]
Symbol 14 Sound [30]
Symbol 15 Sound [3]
Symbol 16 Sound [29]
Symbol 17 Sound [28]
Symbol 18 Sound [27]
Symbol 19 Sound [26]
Symbol 20 Sound [25]
Symbol 21 Sound [24]
Symbol 22 Sound [23]
Symbol 23 Sound [22]
Symbol 24 Sound [21]
Symbol 25 Sound [20]
Symbol 26 Sound [2]
Symbol 27 Sound [19]
Symbol 28 Sound [18]
Symbol 29 Sound [17]
Symbol 30 Sound [16]
Symbol 31 Sound [15]
Symbol 32 Sound [14]
Symbol 33 Sound [13]
Symbol 34 Sound [12]
Symbol 35 Sound [11]
Symbol 36 Sound [10]
Symbol 37 Sound [1]
Symbol 38 Graphic [time guitar]Used by:44
Symbol 39 Graphic [time guitar]Used by:44
Symbol 40 FontUsed by:41 45 46 47 109
Symbol 41 EditableTextUses:40Used by:44
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:44
Symbol 44 MovieClip [time guitar]Uses:39 41 43 38
Symbol 45 TextUses:40Used by:Timeline
Symbol 46 EditableTextUses:40Used by:Timeline
Symbol 47 EditableTextUses:40Used by:Timeline
Symbol 48 GraphicUsed by:Timeline
Symbol 49 GraphicUsed by:53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 98 100 102 104 111
Symbol 50 GraphicUsed by:53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 98 100 102 104 111
Symbol 51 GraphicUsed by:53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
Symbol 52 GraphicUsed by:53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 98 100 102 104 111
Symbol 53 ButtonUses:49 50 51 52Used by:Timeline
Symbol 54 ButtonUses:49 50 51 52Used by:Timeline
Symbol 55 ButtonUses:49 50 51 52Used by:Timeline
Symbol 56 ButtonUses:49 50 51 52Used by:Timeline
Symbol 57 ButtonUses:49 50 51 52Used by:Timeline
Symbol 58 ButtonUses:49 50 51 52Used by:Timeline
Symbol 59 ButtonUses:49 50 51 52Used by:Timeline
Symbol 60 ButtonUses:49 50 51 52Used by:Timeline
Symbol 61 ButtonUses:49 50 51 52Used by:Timeline
Symbol 62 ButtonUses:49 50 51 52Used by:Timeline
Symbol 63 ButtonUses:49 50 51 52Used by:Timeline
Symbol 64 ButtonUses:49 50 51 52Used by:Timeline
Symbol 65 ButtonUses:49 50 51 52Used by:Timeline
Symbol 66 ButtonUses:49 50 51 52Used by:Timeline
Symbol 67 ButtonUses:49 50 51 52Used by:Timeline
Symbol 68 ButtonUses:49 50 51 52Used by:Timeline
Symbol 69 ButtonUses:49 50 51 52Used by:Timeline
Symbol 70 ButtonUses:49 50 51 52Used by:Timeline
Symbol 71 ButtonUses:49 50 51 52Used by:Timeline
Symbol 72 ButtonUses:49 50 51 52Used by:Timeline
Symbol 73 ButtonUses:49 50 51 52Used by:Timeline
Symbol 74 ButtonUses:49 50 51 52Used by:Timeline
Symbol 75 ButtonUses:49 50 51 52Used by:Timeline
Symbol 76 ButtonUses:49 50 51 52Used by:Timeline
Symbol 77 ButtonUses:49 50 51 52Used by:Timeline
Symbol 78 ButtonUses:49 50 51 52Used by:Timeline
Symbol 79 ButtonUses:49 50 51 52Used by:Timeline
Symbol 80 ButtonUses:49 50 51 52Used by:Timeline
Symbol 81 ButtonUses:49 50 51 52Used by:Timeline
Symbol 82 ButtonUses:49 50 51 52Used by:Timeline
Symbol 83 ButtonUses:49 50 51 52Used by:Timeline
Symbol 84 ButtonUses:49 50 51 52Used by:Timeline
Symbol 85 ButtonUses:49 50 51 52Used by:Timeline
Symbol 86 ButtonUses:49 50 51 52Used by:Timeline
Symbol 87 ButtonUses:49 50 51 52Used by:Timeline
Symbol 88 ButtonUses:49 50 51 52Used by:Timeline
Symbol 89 ButtonUses:49 50 51 52Used by:Timeline
Symbol 90 ButtonUses:49 50 51 52Used by:Timeline
Symbol 91 ButtonUses:49 50 51 52Used by:Timeline
Symbol 92 ButtonUses:49 50 51 52Used by:Timeline
Symbol 93 ButtonUses:49 50 51 52Used by:Timeline
Symbol 94 ButtonUses:49 50 51 52Used by:Timeline
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:108  Timeline
Symbol 97 GraphicUsed by:98
Symbol 98 ButtonUses:49 50 97 52Used by:Timeline
Symbol 99 GraphicUsed by:100
Symbol 100 ButtonUses:49 50 99 52Used by:Timeline
Symbol 101 GraphicUsed by:102
Symbol 102 ButtonUses:49 50 101 52Used by:Timeline
Symbol 103 GraphicUsed by:104
Symbol 104 ButtonUses:49 50 103 52Used by:Timeline
Symbol 105 GraphicUsed by:108
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:106Used by:108
Symbol 108 MovieClipUses:105 96 107Used by:Timeline
Symbol 109 EditableTextUses:40Used by:Timeline
Symbol 110 GraphicUsed by:111
Symbol 111 ButtonUses:49 50 110 52Used by:Timeline
Symbol 112 GraphicUsed by:117
Symbol 113 FontUsed by:114 115
Symbol 114 TextUses:113Used by:117
Symbol 115 TextUses:113Used by:117
Symbol 116 GraphicUsed by:117
Symbol 117 ButtonUses:112 114 115 116Used by:Timeline

Instance Names

"g1-4"Frame 5Symbol 53 Button
"g2-1"Frame 5Symbol 54 Button
"g4-1"Frame 5Symbol 55 Button
"g5-1"Frame 5Symbol 56 Button
"g6-1"Frame 5Symbol 57 Button
"g1-5"Frame 5Symbol 58 Button
"g2-2"Frame 5Symbol 59 Button
"g3-1"Frame 5Symbol 60 Button
"g4-2"Frame 5Symbol 61 Button
"g5-2"Frame 5Symbol 62 Button
"g6-2"Frame 5Symbol 63 Button
"g2-3"Frame 5Symbol 65 Button
"g3-2"Frame 5Symbol 66 Button
"g4-3"Frame 5Symbol 67 Button
"g5-3"Frame 5Symbol 68 Button
"g6-3"Frame 5Symbol 69 Button
"g2-4"Frame 5Symbol 71 Button
"g3-3"Frame 5Symbol 72 Button
"g4-4"Frame 5Symbol 73 Button
"g5-4"Frame 5Symbol 74 Button
"g6-4"Frame 5Symbol 75 Button
"g2-4"Frame 5Symbol 77 Button
"g3-4"Frame 5Symbol 78 Button
"g4-5"Frame 5Symbol 79 Button
"g5-5"Frame 5Symbol 80 Button
"g6-5"Frame 5Symbol 81 Button
"g1-1"Frame 5Symbol 91 Button
"g1-2"Frame 5Symbol 92 Button
"g1-3"Frame 5Symbol 93 Button
"g3-5"Frame 5Symbol 94 Button
"play01"Frame 5Symbol 98 Button
"stop01"Frame 5Symbol 100 Button
"Movie_ruller"Frame 5Symbol 108 MovieClip
"www"Frame 5Symbol 117 Button
"select"Symbol 44 MovieClip [time guitar] Frame 1Symbol 43 MovieClip
"actions"Symbol 108 MovieClip Frame 1Symbol 96 MovieClip
"button_go"Symbol 108 MovieClip Frame 1Symbol 107 MovieClip
"button_stop"Symbol 108 MovieClip Frame 1Symbol 107 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "9"
ExportAssets (56)Timeline Frame 1Symbol 2 as "8"
ExportAssets (56)Timeline Frame 1Symbol 3 as "7"
ExportAssets (56)Timeline Frame 1Symbol 4 as "6"
ExportAssets (56)Timeline Frame 1Symbol 5 as "5"
ExportAssets (56)Timeline Frame 1Symbol 6 as "4"
ExportAssets (56)Timeline Frame 1Symbol 7 as "37"
ExportAssets (56)Timeline Frame 1Symbol 8 as "36"
ExportAssets (56)Timeline Frame 1Symbol 9 as "35"
ExportAssets (56)Timeline Frame 1Symbol 10 as "34"
ExportAssets (56)Timeline Frame 1Symbol 11 as "33"
ExportAssets (56)Timeline Frame 1Symbol 12 as "32"
ExportAssets (56)Timeline Frame 1Symbol 13 as "31"
ExportAssets (56)Timeline Frame 1Symbol 14 as "30"
ExportAssets (56)Timeline Frame 1Symbol 15 as "3"
ExportAssets (56)Timeline Frame 1Symbol 16 as "29"
ExportAssets (56)Timeline Frame 1Symbol 17 as "28"
ExportAssets (56)Timeline Frame 1Symbol 18 as "27"
ExportAssets (56)Timeline Frame 1Symbol 19 as "26"
ExportAssets (56)Timeline Frame 1Symbol 20 as "25"
ExportAssets (56)Timeline Frame 1Symbol 21 as "24"
ExportAssets (56)Timeline Frame 1Symbol 22 as "23"
ExportAssets (56)Timeline Frame 1Symbol 23 as "22"
ExportAssets (56)Timeline Frame 1Symbol 24 as "21"
ExportAssets (56)Timeline Frame 1Symbol 25 as "20"
ExportAssets (56)Timeline Frame 1Symbol 26 as "2"
ExportAssets (56)Timeline Frame 1Symbol 27 as "19"
ExportAssets (56)Timeline Frame 1Symbol 28 as "18"
ExportAssets (56)Timeline Frame 1Symbol 29 as "17"
ExportAssets (56)Timeline Frame 1Symbol 30 as "16"
ExportAssets (56)Timeline Frame 1Symbol 31 as "15"
ExportAssets (56)Timeline Frame 1Symbol 32 as "14"
ExportAssets (56)Timeline Frame 1Symbol 33 as "13"
ExportAssets (56)Timeline Frame 1Symbol 34 as "12"
ExportAssets (56)Timeline Frame 1Symbol 35 as "11"
ExportAssets (56)Timeline Frame 1Symbol 36 as "10"
ExportAssets (56)Timeline Frame 1Symbol 37 as "1"
ExportAssets (56)Timeline Frame 1Symbol 38 as "time guitar"
ExportAssets (56)Timeline Frame 1Symbol 39 as "time guitar"
ExportAssets (56)Timeline Frame 1Symbol 39 as "time guitar"
ExportAssets (56)Timeline Frame 1Symbol 39 as "time guitar"
ExportAssets (56)Timeline Frame 1Symbol 39 as "time guitar"
ExportAssets (56)Timeline Frame 1Symbol 39 as "time guitar"
ExportAssets (56)Timeline Frame 1Symbol 39 as "time guitar"
ExportAssets (56)Timeline Frame 1Symbol 39 as "time guitar"
ExportAssets (56)Timeline Frame 1Symbol 39 as "time guitar"
ExportAssets (56)Timeline Frame 1Symbol 39 as "time guitar"
ExportAssets (56)Timeline Frame 1Symbol 39 as "time guitar"
ExportAssets (56)Timeline Frame 1Symbol 39 as "time guitar"
ExportAssets (56)Timeline Frame 1Symbol 38 as "time guitar"
ExportAssets (56)Timeline Frame 1Symbol 44 as "time guitar"
EnableDebugger2 (64)Timeline Frame 131 bytes "..$1$9U$RsvMCIHK9tmjPOXkSH5xp.."
DebugMX1 (63)Timeline Frame 1

Labels

"Start"Frame 1

Dynamic Text Variables

noteSymbol 41 EditableText"1-1"
Prompt_Symbol 47 EditableText""




http://swfchan.com/26/127461/info.shtml
Created: 25/2 -2019 00:20:25 Last modified: 25/2 -2019 00:20:25 Server time: 03/05 -2024 18:53:20