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

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

WebCam Face Painter.swf

This is the info page for
Flash #36976

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


Text
A WebCam Game

Start
WebCam

Red

Black

Blue

Green

Orange

Yellow

Purple

White

Clear

Draw on your own face WebCam Style!

Colors

Pen Size

TonioMiguel'sWebCam Painter 1.0

Color

ActionScript [AS1/AS2]

Frame 2
stop(); function init() { lineStyle(3, 0, 100); } function draw() { lineTo(_xmouse, _ymouse); } webcam_btn.onRelease = function () { c = Camera.get(); webCam.attachVideo(c); webCam._alpha = 75; }; initialLine = 1; penSize_txt.text = initialLine; initialColor = 0; color_txt.text = "black"; init(); onMouseDown = function () { moveTo(_xmouse, _ymouse); onMouseMove = draw; }; onMouseUp = function () { delete onMouseMove; }; red_btn.onRelease = function () { initialColor = 16711680 /* 0xFF0000 */; lineStyle(initialLine, initialColor, 100); color_txt.text = "red"; }; black_btn.onRelease = function () { initialColor = 0; lineStyle(initialLine, initialColor, 100); color_txt.text = "black"; }; blue_btn.onRelease = function () { initialColor = 255; lineStyle(initialLine, initialColor, 100); color_txt.text = "blue"; }; green_btn.onRelease = function () { initialColor = 65280; lineStyle(initialLine, initialColor, 100); color_txt.text = "green"; }; orange_btn.onRelease = function () { initialColor = 16750848 /* 0xFF9900 */; lineStyle(initialLine, initialColor, 100); color_txt.text = "orange"; }; yellow_btn.onRelease = function () { initialColor = 16776960 /* 0xFFFF00 */; lineStyle(initialLine, initialColor, 100); color_txt.text = "yellow"; }; purple_btn.onRelease = function () { initialColor = 13382604 /* 0xCC33CC */; lineStyle(initialLine, initialColor, 100); color_txt.text = "purple"; }; white_btn.onRelease = function () { initialColor = 16777215 /* 0xFFFFFF */; lineStyle(initialLine, initialColor, 100); color_txt.text = "white"; }; thinLine_btn.onRelease = function () { initialLine = 1; penSize_txt.text = initialLine; lineStyle(initialLine, initialColor, 100); }; thickLine_btn.onRelease = function () { initialLine = 3; penSize_txt.text = initialLine; lineStyle(initialLine, initialColor, 100); }; thickerLine_btn.onRelease = function () { initialLine = 5; penSize_txt.text = initialLine; lineStyle(initialLine, initialColor, 100); }; clear_btn.onRelease = function () { clear(); }; replay_btn.onRelease = function () { clear(); lineStyle(3, 0, 100); };
Symbol 10 Button
on (release) { getURL ("http://www.newgrounds.com", "blank"); }
Symbol 15 Button
on (release) { _root.play(); }
Symbol 16 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 16 MovieClip Frame 2
gotoAndPlay (1);

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:16
Symbol 3 GraphicUsed by:4 23
Symbol 4 MovieClipUses:3Used by:16
Symbol 5 GraphicUsed by:16
Symbol 6 GraphicUsed by:9 10
Symbol 7 GraphicUsed by:9 10
Symbol 8 GraphicUsed by:9 10
Symbol 9 MovieClipUses:6 7 8Used by:10
Symbol 10 ButtonUses:9 6 7 8Used by:16
Symbol 11 GraphicUsed by:15
Symbol 12 GraphicUsed by:15
Symbol 13 GraphicUsed by:15
Symbol 14 GraphicUsed by:15
Symbol 15 ButtonUses:11 12 13 14Used by:16
Symbol 16 MovieClipUses:2 4 5 10 15Used by:Timeline
Symbol 17 FontUsed by:18 21 60 61 62 63 64 65 66
Symbol 18 TextUses:17Used by:Timeline
Symbol 19 GraphicUsed by:Timeline
Symbol 20 VideoUsed by:Timeline
Symbol 21 TextUses:17Used by:23
Symbol 22 GraphicUsed by:23
Symbol 23 ButtonUses:3 21 22Used by:Timeline
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:Timeline
Symbol 26 GraphicUsed by:30
Symbol 27 FontUsed by:28 33 39 42 45 48 51 54 58
Symbol 28 TextUses:27Used by:30
Symbol 29 TextUsed by:30
Symbol 30 ButtonUses:26 28 29Used by:Timeline
Symbol 31 GraphicUsed by:34
Symbol 32 GraphicUsed by:34
Symbol 33 TextUses:27Used by:34
Symbol 34 ButtonUses:31 32 33Used by:Timeline
Symbol 35 GraphicUsed by:37
Symbol 36 GraphicUsed by:37
Symbol 37 ButtonUses:35 36Used by:Timeline
Symbol 38 GraphicUsed by:40
Symbol 39 TextUses:27Used by:40
Symbol 40 ButtonUses:38 39Used by:Timeline
Symbol 41 GraphicUsed by:43
Symbol 42 TextUses:27Used by:43
Symbol 43 ButtonUses:41 42Used by:Timeline
Symbol 44 GraphicUsed by:46
Symbol 45 TextUses:27Used by:46
Symbol 46 ButtonUses:44 45Used by:Timeline
Symbol 47 GraphicUsed by:49
Symbol 48 TextUses:27Used by:49
Symbol 49 ButtonUses:47 48Used by:Timeline
Symbol 50 GraphicUsed by:52
Symbol 51 TextUses:27Used by:52
Symbol 52 ButtonUses:50 51Used by:Timeline
Symbol 53 GraphicUsed by:55
Symbol 54 TextUses:27Used by:55
Symbol 55 ButtonUses:53 54Used by:Timeline
Symbol 56 GraphicUsed by:59
Symbol 57 GraphicUsed by:59
Symbol 58 TextUses:27Used by:59
Symbol 59 ButtonUses:56 57 58Used by:Timeline
Symbol 60 TextUses:17Used by:Timeline
Symbol 61 TextUses:17Used by:Timeline
Symbol 62 TextUses:17Used by:Timeline
Symbol 63 TextUses:17Used by:Timeline
Symbol 64 EditableTextUses:17Used by:Timeline
Symbol 65 EditableTextUses:17Used by:Timeline
Symbol 66 TextUses:17Used by:Timeline

Instance Names

"webCam"Frame 2Symbol 20 Video
"webcam_btn"Frame 2Symbol 23 Button
"draw_mc"Frame 2Symbol 25 MovieClip
"red_btn"Frame 2Symbol 30 Button
"black_btn"Frame 2Symbol 34 Button
"thinLine_btn"Frame 2Symbol 37 Button
"thickLine_btn"Frame 2Symbol 37 Button
"thickerLine_btn"Frame 2Symbol 37 Button
"blue_btn"Frame 2Symbol 40 Button
"green_btn"Frame 2Symbol 43 Button
"orange_btn"Frame 2Symbol 46 Button
"yellow_btn"Frame 2Symbol 49 Button
"purple_btn"Frame 2Symbol 52 Button
"white_btn"Frame 2Symbol 55 Button
"replay_btn"Frame 2Symbol 59 Button
"penSize_txt"Frame 2Symbol 64 EditableText
"color_txt"Frame 2Symbol 65 EditableText
"bar"Symbol 16 MovieClip Frame 1Symbol 4 MovieClip

Labels

"loaded"Symbol 16 MovieClip Frame 3




http://swfchan.com/8/36976/info.shtml
Created: 14/5 -2019 19:09:13 Last modified: 14/5 -2019 19:09:13 Server time: 16/05 -2024 01:54:09