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

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

510361_Delaware_7in1.swf

This is the info page for
Flash #69155

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


Text
Schaff Games
presents

A multicart of
epic proportions

Ball

Run

Jump

Car

Sport

DiG

Shoot

Ball

Ball

Run

Run

Jump

Jump

Car

Car

Sport

Sport

DiG

DiG

Shoot

Shoot

Back

Back

Back

ActionScript [AS1/AS2]

Frame 1
function dgame() { } function backButton() { stopAllSounds(); gotoAndPlay (902); } function schaffpage() { getURL ("http://deletethis.newgrounds.com/flash/", _blank); } MENU.customItems.push(Functioned3); MENU = new ContextMenu(); MENU.hideBuiltInItems(); Functioned = new ContextMenuItem("-- Delaware 7-in-1 --", dgame); Functioned2 = new ContextMenuItem("Back button not working?", backButton); Functioned3 = new ContextMenuItem("Play more Delaware games!", schaffpage); MENU.customItems.push(Functioned); MENU.customItems.push(Functioned2); MENU.customItems.push(Functioned3); _root.menu = MENU;
Frame 2
intro = new Sound(); intro.attachSound("intro_music"); intro.start(0, 0);
Frame 742
stop();
Instance of Symbol 43 MovieClip in Frame 742
onClipEvent (enterFrame) { if (Key.isDown(13)) { _root.play(); } }
Frame 831
stopAllSounds();
Frame 902
select = new Sound(); select.attachSound("select_music"); select.start(0, 99);
Frame 932
playGame = 0; stop();
Frame 933
stopAllSounds(); if (playGame == 1) { gotoAndStop (934); } else if (playGame == 2) { gotoAndStop (935); } else if (playGame == 3) { gotoAndStop (936); } else if (playGame == 4) { gotoAndStop (937); } else if (playGame == 5) { gotoAndStop (938); } else if (playGame == 6) { gotoAndStop (939); } else if (playGame == 7) { gotoAndStop (940); } else { gotoAndStop (932); }
Frame 934
gameplay_music = new Sound(); gameplay_music.attachSound("gameplay"); gameplay_music.start(0, 99); stop(); function backGame() { stopAllSounds(); gotoAndPlay (902); }
Instance of Symbol 90 MovieClip in Frame 934
onClipEvent (load) { var bounced = false; } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x + 4; } else if (Key.isDown(37)) { this._x = this._x - 4; } } onClipEvent (enterFrame) { if (this.hitTest(_root.floor)) { bounced = true; impact = new Sound(); impact.attachSound("ball_impact"); impact.start(0, 0); } if (bounced && (this._y < 95)) { bounced = false; } if (!bounced) { this._y = this._y + 5; } else { this._y = this._y - 5; } }
Frame 935
gameplay_music = new Sound(); gameplay_music.attachSound("gameplay"); gameplay_music.start(0, 99); stop();
Instance of Symbol 102 MovieClip in Frame 935
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x + 7; this.gotoAndStop(1); } else if (Key.isDown(37)) { this._x = this._x - 7; this.gotoAndStop(2); } }
Frame 936
gameplay_music = new Sound(); gameplay_music.attachSound("gameplay"); gameplay_music.start(0, 99); stop();
Instance of Symbol 105 MovieClip in Frame 936
onClipEvent (enterFrame) { if (this._y > -150) { this._y = this._y - 10; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x + 5; } else if (Key.isDown(37)) { this._x = this._x - 5; } }
Frame 937
gameplay_music = new Sound(); gameplay_music.attachSound("gameplay"); gameplay_music.start(0, 99); stop();
Instance of Symbol 117 MovieClip in Frame 937
onClipEvent (load) { var hitwall = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.wall)) { if (hitwall == false) { this.gotoAndPlay(2); hitwall = true; } } else { this._x = this._x + 20; } }
Frame 938
gameplay_music = new Sound(); gameplay_music.attachSound("gameplay"); gameplay_music.start(0, 99); stop();
Frame 939
gameplay_music = new Sound(); gameplay_music.attachSound("gameplay"); gameplay_music.start(0, 99); stop();
Instance of Symbol 124 MovieClip in Frame 939
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x + 5; } else if (Key.isDown(37)) { this._x = this._x - 5; } else if (Key.isDown(40)) { this.play(); } }
Frame 940
gameplay_music = new Sound(); gameplay_music.attachSound("gameplay"); gameplay_music.start(0, 99); stop();
Instance of Symbol 134 MovieClip in Frame 940
onClipEvent (load) { moveSpeed = 7; var shot = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { this._x = this._x - moveSpeed; this.gotoAndStop(2); } else if (Key.isDown(39)) { this._x = this._x + moveSpeed; this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (Key.isDown(65)) { if (shot == false) { this.gun.gotoAndPlay(2); shot = true; } } else { shot = false; } }
Instance of Symbol 89 MovieClip in Frame 940
onClipEvent (enterFrame) { this._x = this._x - 1; }
Symbol 18 Button
on (release) { getURL ("http://deletethis.newgrounds.com/flash/", "blank"); }
Symbol 26 Button
on (release) { _root.play(); }
Symbol 27 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 27 MovieClip Frame 2
gotoAndPlay (1);
Symbol 40 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Symbol 63 Button
on (release) { _root.playGame = 1; _root.nextFrame(); }
Symbol 66 Button
on (release) { _root.playGame = 2; _root.nextFrame(); }
Symbol 69 Button
on (release) { _root.playGame = 3; _root.nextFrame(); }
Symbol 72 Button
on (release) { _root.playGame = 4; _root.nextFrame(); }
Symbol 75 Button
on (release) { _root.playGame = 5; _root.nextFrame(); }
Symbol 78 Button
on (release) { _root.playGame = 6; _root.nextFrame(); }
Symbol 81 Button
on (release) { _root.playGame = 7; _root.nextFrame(); }
Symbol 98 Button
on (release) { _root.backGame(); }
Symbol 102 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 2
stop();
Symbol 117 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 20
stop();
Symbol 124 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 20
gotoAndStop (1);
Symbol 133 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 4
gotoAndStop (1);
Symbol 134 MovieClip Frame 1
stop();
Symbol 134 MovieClip Frame 2
stop();

Library Items

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

Instance Names

"floor"Frame 934Symbol 84 MovieClip
"wall"Frame 937Symbol 108 MovieClip
"bar"Symbol 27 MovieClip Frame 1Symbol 7 MovieClip
"hoopie"Symbol 90 MovieClip Frame 1Symbol 89 MovieClip
"gun"Symbol 134 MovieClip Frame 1Symbol 133 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata present, AS1/AS2.
SWFMetaData (77)Timeline Frame 1234 bytes "<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:about="" xmlns ..."
Protect (24)Timeline Frame 131 bytes "..$1$71$SquX3r42UlEMxEWJo/wny.."
ExportAssets (56)Timeline Frame 1Symbol 1 as "ball_impact"
ExportAssets (56)Timeline Frame 1Symbol 2 as "intro_music"
ExportAssets (56)Timeline Frame 1Symbol 3 as "select_music"
ExportAssets (56)Timeline Frame 1Symbol 4 as "gameplay"

Labels

"loaded"Symbol 27 MovieClip Frame 3




http://swfchan.com/14/69155/info.shtml
Created: 10/4 -2019 15:50:20 Last modified: 10/4 -2019 15:50:20 Server time: 29/04 -2024 12:55:39