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

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

etch.swf

This is the info page for
Flash #8253

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


Text
Version Beta 0.1

%

LOADING...

CLOSE     X

IMAGE DETAILS

YOUR DETAILS

COMMENTS

TITLE

EMAIL

NAME

SAVE

Use the cursor (arrow) keys on your keyboard to draw. If you make
a mistake, selecting "undo" (keyboard shortcut: 'u') from the menu
will erase the last pixel you drew. Multiple "undo's" are possible.

If you really mess up then choose "clear screen" (keyboard
shortcut: 'c') from the menu to give it a shake.

When you're done, simply select 'save' (keyboard shortcut: 's') from
the menu and as if by magic, it will be committed to the hallowed
corridors of the Online Etch 'a' Sketch gallery.

This Online Etch 'a' Sketch application used to be hosting with
Hairytongue.com, we've decided it was big enough to warrent it's
own URL, www.etchy.org.

At the moment it's early days, but basically we're aiming to make
the website (and this Flash application) truly multi-lingeal, the idea
being the people who don't speak the same language, well, we can
all speak 'Etchy'...

Not sure when we'll actually get round to it mind, so in the mean
time enjoy what's here already and send us ideas!

Cheers, the etchy.org team.

UNDO

CLEAR SCREEN

SAVE TO GALLERY

SAVE & EMAIL TO FRIEND

HELP

ABOUT

SHOW MENU

ActionScript [AS1/AS2]

Frame 1
Count = 1; loop = 0;
Frame 2
loadedBytes = _root.getBytesLoaded(); totalBytes = _root.getBytesTotal(); if (loadedBytes < totalBytes) { percentageOutput = int((loadedBytes / totalBytes) * 100); gotoAndPlay (1); } else { gotoAndPlay (10); }
Frame 10
_root.Active = true; setProperty("_root.etchy.savedialog", _visible , "0"); setProperty("_root.etchy.menu", _visible , "0"); setProperty("_root.etchy.about", _visible , "0"); setProperty("_root.etchy.help", _visible , "0"); setProperty("_root.etchy.loaddialog", _visible , "0"); stop();
Frame 11
_root.Active = true; setProperty("_root.etchy.savedialog", _visible , "0"); setProperty("_root.etchy.menu", _visible , "0"); setProperty("_root.etchy.about", _visible , "0"); setProperty("_root.etchy.help", _visible , "0"); setProperty("_root.etchy.loaddialog", _visible , "0"); stop();
Instance of Symbol 87 MovieClip "controlmov" in Frame 11
onClipEvent (enterFrame) { if (Key.isDown(40) && (_root.Active == true)) { if (_root.etchy.drawing.dot._y < 129) { _root.etchy.drawing.dot.duplicateMovieClip("dot" + _root.Count, _root.Count); _root.etchy.drawing.dot._y = _root.etchy.drawing.dot._y + 1; _root.Count++; _root.etchy.rightknob._rotation = _root.etchy.rightknob._rotation - 6; } } } onClipEvent (enterFrame) { if (Key.isDown(37) && (_root.Active == true)) { if (-200 < _root.etchy.drawing.dot._x) { _root.etchy.drawing.dot.duplicateMovieClip("dot" + _root.Count, _root.Count); _root.etchy.drawing.dot._x = _root.etchy.drawing.dot._x - 1; _root.Count++; _root.etchy.leftknob._rotation = _root.etchy.leftknob._rotation - 6; } } } onClipEvent (enterFrame) { if (Key.isDown(39) && (_root.Active == true)) { if (_root.etchy.drawing.dot._x < 204) { _root.etchy.drawing.dot.duplicateMovieClip("dot" + _root.Count, _root.Count); _root.etchy.drawing.dot._x = _root.etchy.drawing.dot._x + 1; _root.Count++; _root.etchy.leftknob._rotation = _root.etchy.leftknob._rotation + 6; } } } onClipEvent (enterFrame) { if (Key.isDown(38) && (_root.Active == true)) { if (-139 < _root.etchy.drawing.dot._y) { _root.etchy.drawing.dot.duplicateMovieClip("dot" + _root.Count, _root.Count); _root.etchy.drawing.dot._y = _root.etchy.drawing.dot._y - 1; _root.Count++; _root.etchy.rightknob._rotation = _root.etchy.rightknob._rotation + 6; } } } onClipEvent (enterFrame) { if (Key.isDown(83) && (_root.Active == true)) { _root.Active = false; setProperty("_root.etchy.savedialog", _visible , "1"); _root.etchy.savedialog.etofriend = false; } } onClipEvent (enterFrame) { if (Key.isDown(69) && (_root.Active == true)) { _root.Active = false; setProperty("_root.etchy.savedialog", _visible , "1"); _root.etchy.savedialog.etofriend = "yes"; } } onClipEvent (enterFrame) { if (Key.isDown(85) && (_root.Active == true)) { removeMovieClip(_root.etchy.drawing["dot" + _root.Count]); _root.Count = _root.Count - 1; _root.etchy.drawing.dot._x = _root.etchy.drawing["dot" + _root.Count]._x; _root.etchy.drawing.dot._y = _root.etchy.drawing["dot" + _root.Count]._y; } } onClipEvent (enterFrame) { if (Key.isDown(67) && (_root.Active == true)) { do { removeMovieClip(_root.etchy.drawing["dot" + _root.number]); _root.Count = _root.Count - 1; } while (-1 < _root.Count); _root.Count = 0; _root.oldx = _root.etchy.drawing.dot._x; _root.oldy = _root.etchy.drawing.dot._y; _root.gotoAndPlay("shake"); } }
Frame 30
if ((loop = 20)) { loop = 0; gotoAndStop (11); } else { loop = loop + 1; gotoAndPlay (20); }
Symbol 11 Button
on (release) { _root.gotoAndPlay("start"); }
Symbol 19 Button
on (release) { setProperty("_root.etchy.savedialog", _visible , "0"); _root.controlmov._visible = 1; _root.Active = true; }
Symbol 35 Button
on (release) { total_number = _root.Count; sendnumber = 1; do { this["posx" + sendnumber] = _root.etchy.drawing["dot" + sendnumber]._x; this["posy" + sendnumber] = _root.etchy.drawing["dot" + sendnumber]._y; sendnumber++; } while (total_number >= sendnumber); getURL ("/submit.php", "_self", "POST"); setProperty("_root.etchy.savedialog", _visible , "0"); _root.controlmov._visible = 1; title = ""; comments = ""; etofriend = ""; }
Symbol 37 MovieClip Frame 1
stop();
Symbol 38 Button
on (release) { setProperty("_root.etchy.drawing", _visible , "1"); setProperty("_root.etchy.help", _visible , "0"); _root.Active = true; }
Symbol 41 MovieClip Frame 1
stop();
Symbol 42 Button
on (release) { setProperty("_root.etchy.drawing", _visible , "1"); setProperty("_root.etchy.about", _visible , "0"); _root.Active = true; }
Symbol 44 MovieClip Frame 1
stop();
Symbol 45 Button
on (release) { setProperty("_root.etchy.drawing", _visible , "1"); setProperty("_root.etchy.menu", _visible , "0"); _root.Active = true; }
Symbol 49 Button
on (release, keyPress "u") { removeMovieClip(_root.etchy.drawing["dot" + _root.number]); _root.number = _root.number - 1; _root.etchy.drawing.dot._x = _root.etchy.drawing["dot" + _root.number]._x; _root.etchy.drawing.dot._y = _root.etchy.drawing["dot" + _root.number]._y; setProperty(_root.etchy.menu, _visible , 0); }
Symbol 53 Button
on (release, keyPress "c") { setProperty(_root.etchy.menu, _visible , 0); do { removeMovieClip(_root.etchy.drawing["dot" + _root.number]); _root.number = _root.number - 1; } while (-1 < _root.number); _root.number = 0; _root.oldx = _root.etchy.drawing.dot._x; _root.oldy = _root.etchy.drawing.dot._y; _root.gotoAndPlay("shake"); }
Symbol 57 Button
on (release, keyPress "s") { setProperty("_root.etchy.savedialog", _visible , "1"); setProperty("_root.etchy.menu", _visible , "0"); _root.controlmov._visible = 0; }
Symbol 61 Button
on (release, keyPress "e") { setProperty("_root.etchy.savedialog", _visible , "1"); setProperty("_root.etchy.menu", _visible , "0"); _root.etchy.savedialog.etofriend = "yes"; _root.controlmov._visible = 0; }
Symbol 63 Button
on (release) { setProperty("_root.etchy.menu", _visible , "0"); setProperty("_root.etchy.drawing", _visible , "0"); setProperty("_root.etchy.help", _visible , "1"); }
Symbol 65 Button
on (release) { setProperty("_root.etchy.menu", _visible , "0"); setProperty("_root.etchy.drawing", _visible , "0"); setProperty("_root.etchy.about", _visible , "1"); }
Symbol 67 MovieClip Frame 1
stop();
Symbol 74 Button
on (release) { _root.Active = false; setProperty("_root.etchy.menu", _visible , "1"); setProperty("_root.start", _visible , "0"); setProperty("_root.etchy.about", _visible , "0"); setProperty("_root.etchy.help", _visible , "0"); setProperty("_root.etchy.loaddialog", _visible , "0"); setProperty("_root.etchy.savedialog", _visible , "0"); }
Symbol 75 MovieClip Frame 1
stop();
Symbol 76 MovieClip Frame 1
if (_root.oldx) { _root.etchy.drawing.dot._x = _root.oldx; _root.etchy.drawing.dot._y = _root.oldy; } stop();
Symbol 79 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 1
stop();

Library Items

Symbol 1 FontUsed by:2 3 4 5 16 20 21 22 23 24 25 33 46 50 54 58 62 64 71
Symbol 2 TextUses:1Used by:Timeline
Symbol 3 TextUses:1Used by:Timeline
Symbol 4 EditableTextUses:1Used by:Timeline
Symbol 5 TextUses:1Used by:Timeline
Symbol 6 BitmapUsed by:7
Symbol 7 GraphicUses:6Used by:12
Symbol 8 BitmapUsed by:9
Symbol 9 GraphicUses:8Used by:11
Symbol 10 GraphicUsed by:11
Symbol 11 ButtonUses:9 10Used by:12
Symbol 12 MovieClipUses:7 11Used by:Timeline
Symbol 13 GraphicUsed by:19 38 42 45
Symbol 14 GraphicUsed by:19 38 42 45
Symbol 15 GraphicUsed by:19 38 42 45
Symbol 16 TextUses:1Used by:19 38 42 45
Symbol 17 GraphicUsed by:19 38 42 45
Symbol 18 GraphicUsed by:19 38 42 45
Symbol 19 ButtonUses:13 14 15 16 17 18Used by:37
Symbol 20 TextUses:1Used by:37
Symbol 21 TextUses:1Used by:37
Symbol 22 TextUses:1Used by:37
Symbol 23 TextUses:1Used by:37
Symbol 24 TextUses:1Used by:37
Symbol 25 TextUses:1Used by:37
Symbol 26 FontUsed by:27 28 29 30
Symbol 27 EditableTextUses:26Used by:37
Symbol 28 EditableTextUses:26Used by:37
Symbol 29 EditableTextUses:26Used by:37
Symbol 30 EditableTextUses:26Used by:37
Symbol 31 GraphicUsed by:35 49 53 57 61 63 65
Symbol 32 GraphicUsed by:35 49 53 57 61 63 65
Symbol 33 TextUses:1Used by:35
Symbol 34 GraphicUsed by:35 49 53 57 61 63 65
Symbol 35 ButtonUses:31 32 33 34Used by:37
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:19 20 21 22 23 24 25 27 28 29 30 35 36Used by:84
Symbol 38 ButtonUses:13 14 15 16 17 18Used by:41
Symbol 39 FontUsed by:40 43
Symbol 40 EditableTextUses:39Used by:41
Symbol 41 MovieClipUses:38 40Used by:84
Symbol 42 ButtonUses:13 14 15 16 17 18Used by:44
Symbol 43 EditableTextUses:39Used by:44
Symbol 44 MovieClipUses:42 43Used by:84
Symbol 45 ButtonUses:13 14 15 16 17 18Used by:67
Symbol 46 TextUses:1Used by:49
Symbol 47 GraphicUsed by:49
Symbol 48 GraphicUsed by:49
Symbol 49 ButtonUses:31 32 46 47 34 48Used by:67
Symbol 50 TextUses:1Used by:53
Symbol 51 GraphicUsed by:53
Symbol 52 GraphicUsed by:53
Symbol 53 ButtonUses:31 32 50 51 34 52Used by:67
Symbol 54 TextUses:1Used by:57
Symbol 55 GraphicUsed by:57
Symbol 56 GraphicUsed by:57
Symbol 57 ButtonUses:31 32 54 55 34 56Used by:67
Symbol 58 TextUses:1Used by:61
Symbol 59 GraphicUsed by:61
Symbol 60 GraphicUsed by:61
Symbol 61 ButtonUses:31 32 58 59 34 60Used by:67
Symbol 62 TextUses:1Used by:63
Symbol 63 ButtonUses:31 32 62 34Used by:67
Symbol 64 TextUses:1Used by:65
Symbol 65 ButtonUses:31 32 64 34Used by:67
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:45 49 53 57 61 63 65 66Used by:84
Symbol 68 GraphicUsed by:74 75
Symbol 69 GraphicUsed by:74
Symbol 70 GraphicUsed by:74
Symbol 71 TextUses:1Used by:74
Symbol 72 GraphicUsed by:74
Symbol 73 GraphicUsed by:74
Symbol 74 ButtonUses:68 69 70 71 72 73Used by:84
Symbol 75 MovieClipUses:68Used by:76
Symbol 76 MovieClipUses:75Used by:84
Symbol 77 GraphicUsed by:79
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:77 78Used by:84
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:84
Symbol 82 BitmapUsed by:83
Symbol 83 GraphicUses:82Used by:84
Symbol 84 MovieClipUses:37 41 44 67 74 76 79 81 83Used by:Timeline
Symbol 85 GraphicUsed by:86
Symbol 86 ButtonUses:85Used by:87
Symbol 87 MovieClipUses:86Used by:Timeline
Symbol 88 BitmapUsed by:89
Symbol 89 GraphicUses:88Used by:Timeline

Instance Names

"start"Frame 10Symbol 12 MovieClip
"etchy"Frame 10Symbol 84 MovieClip
"controlmov"Frame 11Symbol 87 MovieClip
"dot"Symbol 76 MovieClip Frame 1Symbol 75 MovieClip
"savedialog"Symbol 84 MovieClip Frame 1Symbol 37 MovieClip
"help"Symbol 84 MovieClip Frame 1Symbol 41 MovieClip
"about"Symbol 84 MovieClip Frame 1Symbol 44 MovieClip
"menu"Symbol 84 MovieClip Frame 1Symbol 67 MovieClip
"drawing"Symbol 84 MovieClip Frame 1Symbol 76 MovieClip
"rightknob"Symbol 84 MovieClip Frame 1Symbol 79 MovieClip
"leftknob"Symbol 84 MovieClip Frame 1Symbol 79 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""

Labels

"preloader"Frame 1
"waitforclick"Frame 10
"start"Frame 11
"shake"Frame 20

Dynamic Text Variables

percentageOutputSymbol 4 EditableText""
commentsSymbol 27 EditableText""
titleSymbol 28 EditableText""
emailSymbol 29 EditableText""
nameSymbol 30 EditableText""




http://swfchan.com/2/8253/info.shtml
Created: 11/6 -2019 13:36:40 Last modified: 11/6 -2019 13:36:40 Server time: 26/04 -2024 15:37:00