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

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

Quick Speed.swf

This is the info page for
Flash #61540

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


Text
LOADING

Continue

Force Play

Quick Speed
Created by Cow1787

Unbridled Productions

ActionScript [AS1/AS2]

Frame 3
play();
Instance of Symbol 22 MovieClip "mainGround" in Frame 3
onClipEvent (load) { ground.duplicateMovieClip("ground2", 100); ground2._x = ground._x + ground._width; groundStartx = this._x; groundSpeed = 10; } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - groundSpeed; if ((groundStartx - ground._width) >= this._x) { this._x = groundStartx - groundSpeed; } } }
Instance of Symbol 26 MovieClip "mainStars" in Frame 3
onClipEvent (load) { stars.duplicateMovieClip("stars2", 1000); stars2._x = stars._x + stars._width; starsStartx = this._x; starsSpeed = 4; } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - starsSpeed; if ((starsStartx - stars._width) >= this._x) { this._x = starsStartx - starsSpeed; } } }
Instance of Symbol 40 MovieClip "spaceship" in Frame 3
onClipEvent (load) { moveSpeed = 10; _root.laser._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; } onClipEvent (enterFrame) { if (Key.isDown(Key.CONTROL)) { laserCounter++; _root.laser.duplicateMovieClip("laser" + laserCounter, laserCounter); _root["laser" + laserCounter]._visible = true; } if (Key.isDown(Key.RIGHT)) { if (this._x < scrollx) { this._x = this._x + moveSpeed; } else { scrollStart = true; } } else if (Key.isDown(Key.LEFT)) { this._x = this._x - moveSpeed; } if (Key.isDown(Key.DOWN)) { this._y = this._y + moveSpeed; } else if (Key.isDown(Key.UP)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == Key.RIGHT) { scrollStart = false; } }
Instance of Symbol 26 MovieClip "mainStars" in Frame 52
onClipEvent (load) { stars.duplicateMovieClip("stars2", 1000); stars2._x = stars._x + stars._width; starsStartx = this._x; starsSpeed = 4; } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - starsSpeed; if ((starsStartx - stars._width) >= this._x) { this._x = starsStartx - starsSpeed; } } }
Instance of Symbol 26 MovieClip "mainStars" in Frame 57
onClipEvent (load) { stars.duplicateMovieClip("stars2", 1000); stars2._x = stars._x + stars._width; starsStartx = this._x; starsSpeed = 4; } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - starsSpeed; if ((starsStartx - stars._width) >= this._x) { this._x = starsStartx - starsSpeed; } } }
Instance of Symbol 22 MovieClip "mainGround" in Frame 82
onClipEvent (load) { ground.duplicateMovieClip("ground2", 100); ground2._x = ground._x + ground._width; groundStartx = this._x; groundSpeed = 10; } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - groundSpeed; if ((groundStartx - ground._width) >= this._x) { this._x = groundStartx - groundSpeed; } } }
Instance of Symbol 26 MovieClip "mainStars" in Frame 82
onClipEvent (load) { stars.duplicateMovieClip("stars2", 1000); stars2._x = stars._x + stars._width; starsStartx = this._x; starsSpeed = 4; } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - starsSpeed; if ((starsStartx - stars._width) >= this._x) { this._x = starsStartx - starsSpeed; } } }
Instance of Symbol 40 MovieClip "spaceship" in Frame 82
onClipEvent (load) { moveSpeed = 10; _root.laser._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; } onClipEvent (enterFrame) { if (Key.isDown(Key.CONTROL)) { laserCounter++; _root.laser.duplicateMovieClip("laser" + laserCounter, laserCounter); _root["laser" + laserCounter]._visible = true; } if (Key.isDown(Key.RIGHT)) { if (this._x < scrollx) { this._x = this._x + moveSpeed; } else { scrollStart = true; } } else if (Key.isDown(Key.LEFT)) { this._x = this._x - moveSpeed; } if (Key.isDown(Key.DOWN)) { this._y = this._y + moveSpeed; } else if (Key.isDown(Key.UP)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == Key.RIGHT) { scrollStart = false; } }
Symbol 11 Button
on (release) { _root.play(); }
Symbol 12 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop (3); } loadedbytes = getBytesLoaded(); totalbytes = getBytesTotal(); oadedbytes = getBytesLoaded(); totalbytes = getBytesTotal(); percentbytes = int(loadedbytes / (totalbytes / 100)); tellTarget (_root.loader) { gotoAndStop(_root.percentbytes); };
Symbol 12 MovieClip Frame 2
gotoAndPlay (1);
Symbol 19 Button
on (release) { gotoAndStop (3); }

Library Items

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

Instance Names

"mainGround"Frame 3Symbol 22 MovieClip
"mainStars"Frame 3Symbol 26 MovieClip
"spaceship"Frame 3Symbol 40 MovieClip
"mainStars"Frame 52Symbol 26 MovieClip
"mainStars"Frame 57Symbol 26 MovieClip
"mainGround"Frame 82Symbol 22 MovieClip
"mainStars"Frame 82Symbol 26 MovieClip
"spaceship"Frame 82Symbol 40 MovieClip
"bar"Symbol 12 MovieClip Frame 1Symbol 2 MovieClip

Labels

"loaded"Symbol 12 MovieClip Frame 3




http://swfchan.com/13/61540/info.shtml
Created: 15/4 -2019 12:46:52 Last modified: 15/4 -2019 12:46:52 Server time: 15/05 -2024 08:17:32