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

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

1218926113304.swf

This is the info page for
Flash #32536

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


Text
00

item_smoker._x,

ActionScript [AS1/AS2]

Frame 1
function RandomMovement(mc) { mc.speed = _root.smokers_speed; mc._width = 24; mc._height = 24; mc.counter = 0; mc.xpos = random(650) + 1; mc.ypos = random(500) + 1; mc.filters = [gfps]; mc.onEnterFrame = function () { this._x = this._x + ((this.xpos - this._x) / mc.speed); this._y = this._y + ((this.ypos - this._y) / mc.speed); if (Math.abs((this.ypos - this._y) / this.speed) < 1) { this.counter++; this.xpos = random(650) + 1; this.ypos = random(500) + 1; } texter.text = this.xpos; }; } function CALC_Dist_Xv_Yv(x1, y1, x2, y2) { A = {}; B = {}; A.xx = x1; A.yy = y1; B.xx = x2; B.yy = y2; dx = A.xx - B.xx; dy = A.yy - B.yy; distance = Math.sqrt((dx * dx) + (dy * dy)); return([distance, x_modifier, y_modifier, dx, dy]); } function Collide(item_smoker, item_ball, switcher) { calc12312 = CALC_Dist_Xv_Yv(item_smoker._x, item_smoker._y, item_ball._x, item_ball._y); distance = calc12312[0]; item_ball_diametr = item_ball._width; if (distance < item_ball_diametr) { if (switcher == 1) { item_smoker.filters = [gfp]; colorchange = new Color(item_smoker); colorchange.setRGB(16763904); item_smoker.modifikat = random(20); item_smoker.speed = random(25) + 10; item_smoker.onEnterFrame = function () { this._x = this._x + (((_root.ball._x - this._x) - this.modifikat) / this.speed); this._y = this._y + (((_root.ball._y - this._y) - this.modifikat) / this.speed); }; } if (switcher == 2) { holeblur.blurX = holeblur.blurX + 5; hole_counter++; item_ball._width = item_ball._width + 0.2; item_ball._height = item_ball._height + 0.2; item_smoker.onEnterFrame = function () { this._x = this._x + ((item_ball._x - this._x) / 4); this._y = this._y + ((item_ball._y - this._y) / 4); if (Math.abs((item_ball._y - this._y) / 4) < 2) { this.removeMovieClip(); } }; } } } function MoveSomker(mc) { mc._y = 0; mc._x = 0; mc.onEnterFrame = function () { }; } function moving(mc) { mc.life = mc.life - 2; mc._xscale = (mc._yscale = 100 - (mc.life * 3)); if (!mc.life) { delete mc.onEnterFrame; mc.removeMovieClip(); } } function SpawnSmoker() { frame++; if (frame == 24) { frame = 0; second++; } if (second == interval) { namen = "smoker" + _root.smokers_number; respname = "respawn" + random(7); _root.smokers_number++; if (_root.somkers_number == _root.smokers_depth) { _root.smokers_number = 0; } _root.attachMovie("smoker", namen, _root.smokers_number); _root[namen]._x = _root[respname]._x; _root[namen]._y = _root[respname]._y; RandomMovement(_root[namen]); second = 0; } } xspeed = 15; yspeed = 15; min_stolknovenie = 40; frame = 0; second = 0; interval = 1; smokers_number = 0; smokers_depth = 100; smokers_speed = 10; hole_counter = 0; hole_items_number = 3; Mouse.hide(); var gfp = (new flash.filters.GlowFilter(15269649, 26, 20, 20, 2, 3, false, false)); var holeblur = (new flash.filters.GlowFilter(15269649, 26, 20, 20, 2, 3, false, true)); var gfps = (new flash.filters.GlowFilter(10066380, 26, 20, 20, 2, 3, false, false)); _root.onMouseMove = function () { var _local2 = this.getNextHighestDepth(); var _local3 = follower.duplicateMovieClip("z" + _local2, _local2, {_x:_xmouse, _y:_ymouse, life:10}); _local3.onEnterFrame = function () { moving(this); }; }; ball.onEnterFrame = function () { i = 0; while (i < smokers_number) { namenn = "smoker" + i; trace(_root[namenn]); Collide(_root[namenn], ball, 1); i++; } ball.filters = [gfp]; ball._x = ball._x + ((_xmouse - ball._x) / xspeed); ball._y = ball._y + ((_ymouse - ball._y) / yspeed); if (gfp.blurX <= 6) { gfp.blurX = gfp.blurX + 6; gfp.blurY = gfp.blurY + 6; } else { gfp.blurX = gfp.blurX - 1; gfp.blurY = gfp.blurY - 1; } _root.onMouseDown = function () { xspeed = 3; yspeed = 3; }; _root.onMouseUp = function () { xspeed = 10; yspeed = 10; }; }; hole.filters = [holeblur]; hole.onEnterFrame = function () { i = 0; while (i < smokers_number) { namenn = "smoker" + i; Collide(_root[namenn], this, 2); i++; } }; _root.onEnterFrame = function () { SpawnSmoker(); };
Instance of Symbol 7 MovieClip "ball" in Frame 1
onClipEvent (enterFrame) { }
Instance of Symbol 9 MovieClip in Frame 1
onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Symbol 11 MovieClip Frame 5
stop();
Symbol 28 MovieClip Frame 11
stop();

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip [smoker]Uses:1
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClip [smoker_]Uses:3
Symbol 5 GraphicUsed by:Timeline
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:Timeline
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:Timeline
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:Timeline
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:Timeline
Symbol 14 FontUsed by:15
Symbol 15 EditableTextUses:14Used by:Timeline
Symbol 16 FontUsed by:17
Symbol 17 TextUses:16Used by:Timeline
Symbol 18 GraphicUsed by:28
Symbol 19 GraphicUsed by:28
Symbol 20 GraphicUsed by:28
Symbol 21 GraphicUsed by:28
Symbol 22 GraphicUsed by:28
Symbol 23 GraphicUsed by:28
Symbol 24 GraphicUsed by:28
Symbol 25 GraphicUsed by:28
Symbol 26 GraphicUsed by:28
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:18 19 20 21 22 23 24 25 26 27Used by:Timeline
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:Timeline

Instance Names

"ball"Frame 1Symbol 7 MovieClip
"follower"Frame 1Symbol 11 MovieClip
"respawn7"Frame 1Symbol 13 MovieClip
"respawn6"Frame 1Symbol 13 MovieClip
"respawn5"Frame 1Symbol 13 MovieClip
"respawn0"Frame 1Symbol 13 MovieClip
"respawn2"Frame 1Symbol 13 MovieClip
"respawn3"Frame 1Symbol 13 MovieClip
"respawn4"Frame 1Symbol 13 MovieClip
"respawn1"Frame 1Symbol 13 MovieClip
"texter"Frame 1Symbol 15 EditableText
"hole"Frame 1Symbol 30 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 2 as "smoker"
ExportAssets (56)Timeline Frame 1Symbol 4 as "smoker_"




http://swfchan.com/7/32536/info.shtml
Created: 17/5 -2019 23:59:24 Last modified: 17/5 -2019 23:59:24 Server time: 26/06 -2024 02:35:58