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

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

129360968.swf

This is the info page for
Flash #14681

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


Text
Grab the computers from their floating clouds
and match them with their owners. Race the
clock to improve your score. Remember that
personality shows a lot in your PC!

Grab the computers from their floating clouds and
match them with the college students. Race the
clock to improve your score. You have 60 seconds.
Remember that personality shows a lot in your PC!

Play!

15

60

game over

mtvU Meet or Delete
Get Personal Sweepstakes
Enter to win great prizes from HP

Play
Again!

your score was:

congratz!

Congratz!

your score is:

TimeBonus:

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 33
function tick() { if (tickcounter >= 10) { tickcounter = tickcounter - 10; } else { clearInterval(counter); } } function countdown() { trace("tick " + timer.timer); seconds--; timer.timer.text = seconds; if (seconds == 10) { myColor = new Color(timer); myColor.setRGB(13115190); } if (seconds <= 0) { clearInterval(timerInterval); clearInterval(counter); gameOver(); } } function gameOver() { trace(("game over, your score is " + myscore) + "."); game = "over"; myColor.setRGB(0); gotoAndPlay ("out"); } var myscore = 0; var tickcounter = 60; var seconds = 60; var numpeople = 9; var game; scorer.scoregroup.score.text = myscore; var counter = setInterval(tick, 10000); var timerInterval = setInterval(countdown, 1000); timer.timer.text = seconds; mascotpc.onEnterFrame = function () { this._x = cloud1._x + 50; this._y = cloud1._y - 20; }; mascotpc.onPress = function () { delete this.onEnterFrame; trace("press"); this.onEnterFrame = function () { this._x = _root._xmouse; this._y = _root._ymouse; if ((((_root._xmouse <= 0) || (_root._xmouse > 640)) || (_root._ymouse <= 0)) || (_root._ymouse > 540)) { new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, this._x, cloud1._x + 81, 1, true); new mx.transitions.Tween(this, "_y", mx.transitions.easing.Regular.easeOut, this._y, cloud1._y - 20, 1, true); delete this.onEnterFrame; this.onEnterFrame = function () { this._x = cloud1._x + 50; this._y = cloud1._y - 20; }; } }; }; mascotpc.onRelease = function () { trace("release"); if (mascot.hitTest(_root._xmouse, _root._ymouse, false)) { trace("match!"); tempsound = new Sound(this); tempsound.attachSound("mascot_yay"); tempsound.start(); delete eval (this.onEnterFrame()); new mx.transitions.Tween(this, "_alpha", mx.transitions.easing.Elastic.easeOut, 100, 0, 1, true); new mx.transitions.Tween(mascot, "_alpha", mx.transitions.easing.Elastic.easeOut, 100, 0, 1, true); myscore = myscore + 10; numpeople--; scorer.scoregroup.score.text = myscore; if (numpeople <= 0) { trace((("you win! your score is " + myscore) + " time bonus: ") + tickcounter); game = "win"; gotoAndPlay ("out"); clearInterval(myinterval); } } else if (gamer.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("gamer_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (bandmate.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("band_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (hippie.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("hippie_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (activist.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("activist_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (cheerleader.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("cheerleader_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (artstudent.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("artstudent_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (overachiever.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("overachiever_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (gothchick.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("goth_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, this._x, cloud1._x + 81, 1, true); new mx.transitions.Tween(this, "_y", mx.transitions.easing.Regular.easeOut, this._y, cloud1._y - 20, 1, true); delete this.onEnterFrame; this.onEnterFrame = function () { this._x = cloud1._x + 50; this._y = cloud1._y - 20; }; }; bandpc.onEnterFrame = function () { this._x = cloud2._x + 50; this._y = cloud2._y - 20; }; bandpc.onPress = function () { delete this.onEnterFrame; trace("press"); this.onEnterFrame = function () { this._x = _root._xmouse; this._y = _root._ymouse; if ((((_root._xmouse <= 0) || (_root._xmouse > 640)) || (_root._ymouse <= 0)) || (_root._ymouse > 540)) { new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, this._x, cloud2._x + 81, 1, true); new mx.transitions.Tween(this, "_y", mx.transitions.easing.Regular.easeOut, this._y, cloud2._y - 20, 1, true); delete this.onEnterFrame; this.onEnterFrame = function () { this._x = cloud2._x + 50; this._y = cloud2._y - 20; }; } }; }; bandpc.onRelease = function () { trace("release"); if (bandmate.hitTest(_root._xmouse, _root._ymouse, false)) { trace("match!"); tempsound = new Sound(this); tempsound.attachSound("bandmate_yay"); tempsound.start(); delete eval (this.onEnterFrame()); new mx.transitions.Tween(this, "_alpha", mx.transitions.easing.Elastic.easeOut, 100, 0, 1, true); new mx.transitions.Tween(bandmate, "_alpha", mx.transitions.easing.Elastic.easeOut, 100, 0, 1, true); myscore = myscore + 10; numpeople--; scorer.scoregroup.score.text = myscore; if (numpeople <= 0) { trace((("you win! your score is " + myscore) + " time bonus: ") + tickcounter); game = "win"; clearInterval(timerInterval); clearInterval(counter); gotoAndPlay ("out"); clearInterval(myinterval); } } else if (gamer.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("gamer_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (mascot.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("mascot_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (hippie.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("hippie_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (activist.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("activist_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (cheerleader.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("cheerleader_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (artstudent.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("artstudent_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (overachiever.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("overachiever_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (gothchick.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("goth_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, this._x, cloud2._x + 81, 1, true); new mx.transitions.Tween(this, "_y", mx.transitions.easing.Regular.easeOut, this._y, cloud2._y - 20, 1, true); delete this.onEnterFrame; this.onEnterFrame = function () { this._x = cloud2._x + 50; this._y = cloud2._y - 20; }; }; girlycomputer.onEnterFrame = function () { this._x = cloud3._x + 50; this._y = cloud3._y - 20; }; girlycomputer.onPress = function () { delete this.onEnterFrame; trace("press"); this.onEnterFrame = function () { this._x = _root._xmouse; this._y = _root._ymouse; if ((((_root._xmouse <= 0) || (_root._xmouse > 640)) || (_root._ymouse <= 0)) || (_root._ymouse > 540)) { new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, this._x, cloud3._x + 81, 1, true); new mx.transitions.Tween(this, "_y", mx.transitions.easing.Regular.easeOut, this._y, cloud3._y - 20, 1, true); delete this.onEnterFrame; this.onEnterFrame = function () { this._x = cloud3._x + 50; this._y = cloud3._y - 20; }; } }; }; girlycomputer.onRelease = function () { trace("release"); if (cheerleader.hitTest(_root._xmouse, _root._ymouse, false)) { trace("match!"); tempsound = new Sound(this); tempsound.attachSound("cheerleader_yay"); tempsound.start(); delete eval (this.onEnterFrame()); new mx.transitions.Tween(this, "_alpha", mx.transitions.easing.Elastic.easeOut, 100, 0, 1, true); new mx.transitions.Tween(cheerleader, "_alpha", mx.transitions.easing.Elastic.easeOut, 100, 0, 1, true); myscore = myscore + 10; numpeople--; scorer.scoregroup.score.text = myscore; if (numpeople <= 0) { trace((("you win! your score is " + myscore) + " time bonus: ") + tickcounter); game = "win"; clearInterval(timerInterval); clearInterval(counter); gotoAndPlay ("out"); } } else if (gamer.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("gamer_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (mascot.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("mascot_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (hippie.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("hippie_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (activist.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("activist_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (bandmate.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("bandmate_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (artstudent.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("artstudent_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (overachiever.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("overachiever_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (gothchick.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("goth_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, this._x, cloud3._x + 81, 1, true); new mx.transitions.Tween(this, "_y", mx.transitions.easing.Regular.easeOut, this._y, cloud3._y - 20, 1, true); delete this.onEnterFrame; this.onEnterFrame = function () { this._x = cloud3._x + 50; this._y = cloud3._y - 20; }; }; fratpc.onEnterFrame = function () { this._x = cloud4._x + 50; this._y = cloud4._y - 20; }; fratpc.onPress = function () { delete this.onEnterFrame; trace("press"); this.onEnterFrame = function () { this._x = _root._xmouse; this._y = _root._ymouse; if ((((_root._xmouse <= 0) || (_root._xmouse > 640)) || (_root._ymouse <= 0)) || (_root._ymouse > 540)) { new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, this._x, cloud4._x + 81, 1, true); new mx.transitions.Tween(this, "_y", mx.transitions.easing.Regular.easeOut, this._y, cloud4._y - 20, 1, true); delete this.onEnterFrame; this.onEnterFrame = function () { this._x = cloud4._x + 50; this._y = cloud4._y - 20; }; } }; }; fratpc.onRelease = function () { trace("release"); if (overachiever.hitTest(_root._xmouse, _root._ymouse, false)) { trace("match!"); tempsound = new Sound(this); tempsound.attachSound("overachiever_yay"); tempsound.start(); delete eval (this.onEnterFrame()); new mx.transitions.Tween(this, "_alpha", mx.transitions.easing.Elastic.easeOut, 100, 0, 1, true); new mx.transitions.Tween(overachiever, "_alpha", mx.transitions.easing.Elastic.easeOut, 100, 0, 1, true); myscore = myscore + 10; numpeople--; scorer.scoregroup.score.text = myscore; if (numpeople <= 0) { trace((("you win! your score is " + myscore) + " time bonus: ") + tickcounter); game = "win"; gotoAndPlay ("out"); clearInterval(timerInterval); clearInterval(counter); } } else if (gamer.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("gamer_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (mascot.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("mascot_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (hippie.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("hippie_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (activist.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("activist_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (cheerleader.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("cheerleader_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (artstudent.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("artstudent_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (bandmate.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("bandmate_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (gothchick.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("goth_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, this._x, cloud4._x + 81, 1, true); new mx.transitions.Tween(this, "_y", mx.transitions.easing.Regular.easeOut, this._y, cloud4._y - 20, 1, true); delete this.onEnterFrame; this.onEnterFrame = function () { this._x = cloud4._x + 50; this._y = cloud4._y - 20; }; }; gamerpc.onEnterFrame = function () { this._x = cloud5._x + 50; this._y = cloud5._y - 20; }; gamerpc.onPress = function () { delete this.onEnterFrame; trace("press"); this.onEnterFrame = function () { this._x = _root._xmouse; this._y = _root._ymouse; if ((((_root._xmouse <= 0) || (_root._xmouse > 640)) || (_root._ymouse <= 0)) || (_root._ymouse > 540)) { new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, this._x, cloud5._x + 81, 1, true); new mx.transitions.Tween(this, "_y", mx.transitions.easing.Regular.easeOut, this._y, cloud5._y - 20, 1, true); delete this.onEnterFrame; this.onEnterFrame = function () { this._x = cloud5._x + 50; this._y = cloud5._y - 20; }; } }; }; gamerpc.onRelease = function () { trace("release"); if (gamer.hitTest(_root._xmouse, _root._ymouse, false)) { trace("match!"); tempsound = new Sound(this); tempsound.attachSound("gamer_yay"); tempsound.start(); delete eval (this.onEnterFrame()); new mx.transitions.Tween(this, "_alpha", mx.transitions.easing.Elastic.easeOut, 100, 0, 1, true); new mx.transitions.Tween(gamer, "_alpha", mx.transitions.easing.Elastic.easeOut, 100, 0, 1, true); myscore = myscore + 10; numpeople--; scorer.scoregroup.score.text = myscore; if (numpeople <= 0) { trace((("you win! your score is " + myscore) + " time bonus: ") + tickcounter); game = "win"; gotoAndPlay ("out"); clearInterval(timerInterval); clearInterval(counter); } } else if (bandmate.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("bandmate_yay"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (mascot.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("mascot_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (hippie.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("hippie_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (activist.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("activist_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (cheerleader.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("cheerleader_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (artstudent.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("artstudent_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (overachiever.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("overachiever_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (gothchick.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("goth_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, this._x, cloud5._x + 81, 1, true); new mx.transitions.Tween(this, "_y", mx.transitions.easing.Regular.easeOut, this._y, cloud5._y - 20, 1, true); delete this.onEnterFrame; this.onEnterFrame = function () { this._x = cloud5._x + 50; this._y = cloud5._y - 20; }; }; punkpc.onEnterFrame = function () { this._x = cloud6._x + 50; this._y = cloud6._y - 20; }; punkpc.onPress = function () { delete this.onEnterFrame; trace("press"); this.onEnterFrame = function () { this._x = _root._xmouse; this._y = _root._ymouse; if ((((_root._xmouse <= 0) || (_root._xmouse > 640)) || (_root._ymouse <= 0)) || (_root._ymouse > 540)) { new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, this._x, cloud6._x + 81, 1, true); new mx.transitions.Tween(this, "_y", mx.transitions.easing.Regular.easeOut, this._y, cloud6._y - 20, 1, true); delete this.onEnterFrame; this.onEnterFrame = function () { this._x = cloud6._x + 50; this._y = cloud6._y - 20; }; } }; }; punkpc.onRelease = function () { trace("release"); if (gothchick.hitTest(_root._xmouse, _root._ymouse, false)) { trace("match!"); tempsound = new Sound(this); tempsound.attachSound("gothchick_yay"); tempsound.start(); delete eval (this.onEnterFrame()); new mx.transitions.Tween(this, "_alpha", mx.transitions.easing.Elastic.easeOut, 100, 0, 1, true); new mx.transitions.Tween(gothchick, "_alpha", mx.transitions.easing.Elastic.easeOut, 100, 0, 1, true); myscore = myscore + 10; numpeople--; scorer.scoregroup.score.text = myscore; if (numpeople <= 0) { trace((("you win! your score is " + myscore) + " time bonus: ") + tickcounter); game = "win"; gotoAndPlay ("out"); clearInterval(timerInterval); clearInterval(counter); } } else if (gamer.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("gamer_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (mascot.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("mascot_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (hippie.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("hippie_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (activist.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("activist_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (cheerleader.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("cheerleader_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (artstudent.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("artstudent_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (overachiever.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("overachiever_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (bandmate.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("bandmate_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, this._x, cloud6._x + 81, 1, true); new mx.transitions.Tween(this, "_y", mx.transitions.easing.Regular.easeOut, this._y, cloud6._y - 20, 1, true); delete this.onEnterFrame; this.onEnterFrame = function () { this._x = cloud6._x + 50; this._y = cloud6._y - 20; }; }; activistpc.onEnterFrame = function () { this._x = cloud7._x + 50; this._y = cloud7._y - 20; }; activistpc.onPress = function () { delete this.onEnterFrame; trace("press"); this.onEnterFrame = function () { this._x = _root._xmouse; this._y = _root._ymouse; if ((((_root._xmouse <= 0) || (_root._xmouse > 640)) || (_root._ymouse <= 0)) || (_root._ymouse > 540)) { new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, this._x, cloud7._x + 81, 1, true); new mx.transitions.Tween(this, "_y", mx.transitions.easing.Regular.easeOut, this._y, cloud7._y - 20, 1, true); delete this.onEnterFrame; this.onEnterFrame = function () { this._x = cloud7._x + 50; this._y = cloud7._y - 20; }; } }; }; activistpc.onRelease = function () { trace("release"); if (activist.hitTest(_root._xmouse, _root._ymouse, false)) { trace("match!"); tempsound = new Sound(this); tempsound.attachSound("activist_yay"); tempsound.start(); delete eval (this.onEnterFrame()); new mx.transitions.Tween(this, "_alpha", mx.transitions.easing.Elastic.easeOut, 100, 0, 1, true); new mx.transitions.Tween(activist, "_alpha", mx.transitions.easing.Elastic.easeOut, 100, 0, 1, true); myscore = myscore + 10; numpeople--; scorer.scoregroup.score.text = myscore; if (numpeople <= 0) { trace((("you win! your score is " + myscore) + " time bonus: ") + tickcounter); game = "win"; gotoAndPlay ("out"); clearInterval(timerInterval); clearInterval(counter); } } else if (gamer.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("gamer_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (mascot.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("mascot_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (hippie.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("hippie_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (bandmate.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("bandmate_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (cheerleader.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("cheerleader_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (artstudent.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("artstudent_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (overachiever.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("overachiever_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (gothchick.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("goth_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, this._x, cloud7._x + 81, 1, true); new mx.transitions.Tween(this, "_y", mx.transitions.easing.Regular.easeOut, this._y, cloud7._y - 20, 1, true); delete this.onEnterFrame; this.onEnterFrame = function () { this._x = cloud7._x + 50; this._y = cloud7._y - 20; }; }; artistpc.onEnterFrame = function () { this._x = cloud8._x + 50; this._y = cloud8._y - 20; }; artistpc.onPress = function () { delete this.onEnterFrame; trace("press"); this.onEnterFrame = function () { this._x = _root._xmouse; this._y = _root._ymouse; if ((((_root._xmouse <= 0) || (_root._xmouse > 640)) || (_root._ymouse <= 0)) || (_root._ymouse > 540)) { new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, this._x, cloud8._x + 81, 1, true); new mx.transitions.Tween(this, "_y", mx.transitions.easing.Regular.easeOut, this._y, cloud8._y - 20, 1, true); delete this.onEnterFrame; this.onEnterFrame = function () { this._x = cloud8._x + 50; this._y = cloud8._y - 20; }; } }; }; artistpc.onRelease = function () { trace("release"); if (artstudent.hitTest(_root._xmouse, _root._ymouse, false)) { trace("match!"); tempsound = new Sound(this); tempsound.attachSound("artstudent_yay"); tempsound.start(); delete eval (this.onEnterFrame()); new mx.transitions.Tween(this, "_alpha", mx.transitions.easing.Elastic.easeOut, 100, 0, 1, true); new mx.transitions.Tween(artstudent, "_alpha", mx.transitions.easing.Elastic.easeOut, 100, 0, 1, true); myscore = myscore + 10; numpeople--; scorer.scoregroup.score.text = myscore; if (numpeople <= 0) { trace((("you win! your score is " + myscore) + " time bonus: ") + tickcounter); game = "win"; gotoAndPlay ("out"); clearInterval(timerInterval); clearInterval(counter); } } else if (gamer.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("gamer_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (mascot.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("mascot_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (hippie.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("hippie_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (activist.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("activist_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (cheerleader.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("cheerleader_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (bandmate.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("bandmate_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (overachiever.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("overachiever_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (gothchick.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("goth_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, this._x, cloud8._x + 81, 1, true); new mx.transitions.Tween(this, "_y", mx.transitions.easing.Regular.easeOut, this._y, cloud8._y - 20, 1, true); delete this.onEnterFrame; this.onEnterFrame = function () { this._x = cloud8._x + 50; this._y = cloud8._y - 20; }; }; hippiepc.onEnterFrame = function () { this._x = cloud9._x + 50; this._y = cloud9._y - 20; }; hippiepc.onPress = function () { delete this.onEnterFrame; trace("press"); this.onEnterFrame = function () { this._x = _root._xmouse; this._y = _root._ymouse; if ((((_root._xmouse <= 0) || (_root._xmouse > 640)) || (_root._ymouse <= 0)) || (_root._ymouse > 540)) { new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, this._x, cloud9._x + 81, 1, true); new mx.transitions.Tween(this, "_y", mx.transitions.easing.Regular.easeOut, this._y, cloud9._y - 20, 1, true); delete this.onEnterFrame; this.onEnterFrame = function () { this._x = cloud9._x + 50; this._y = cloud9._y - 20; }; } }; }; hippiepc.onRelease = function () { trace("release"); if (hippie.hitTest(_root._xmouse, _root._ymouse, false)) { trace("match!"); tempsound = new Sound(this); tempsound.attachSound("hippie_yay"); tempsound.start(); delete eval (this.onEnterFrame()); new mx.transitions.Tween(this, "_alpha", mx.transitions.easing.Elastic.easeOut, 100, 0, 1, true); new mx.transitions.Tween(hippie, "_alpha", mx.transitions.easing.Elastic.easeOut, 100, 0, 1, true); myscore = myscore + 10; numpeople--; scorer.scoregroup.score.text = myscore; if (numpeople <= 0) { trace((("you win! your score is " + myscore) + " time bonus: ") + tickcounter); game = "win"; gotoAndPlay ("out"); clearInterval(timerInterval); clearInterval(counter); } } else if (gamer.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("gamer_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (mascot.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("mascot_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (bandmate.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("bandmate_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (activist.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("activist_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (cheerleader.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("cheerleader_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (artstudent.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("artstudent_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (overachiever.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("overachiever_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } else if (gothchick.hitTest(_root._xmouse, _root._ymouse, false)) { trace("boo"); tempsound = new Sound(this); tempsound.attachSound("goth_uhoh"); tempsound.start(); myscore = myscore - 5; scorer.scoregroup.score.text = myscore; } new mx.transitions.Tween(this, "_x", mx.transitions.easing.Regular.easeOut, this._x, cloud9._x + 81, 1, true); new mx.transitions.Tween(this, "_y", mx.transitions.easing.Regular.easeOut, this._y, cloud9._y - 20, 1, true); delete this.onEnterFrame; this.onEnterFrame = function () { this._x = cloud9._x + 50; this._y = cloud9._y - 20; }; }; stop(); count = 0; cloud1.onEnterFrame = function () { this._x = this._x + 2; if (this._x > 670) { this._x = (((-this._width) + cloud2._x) - 40) - (Math.random() * 10); } if (count < 50) { this._y = this._y - 0.25; } else { this._y = this._y + 0.25; } count++; if (count >= 100) { count = 0; } }; cloud2.onEnterFrame = function () { this._x = this._x + 2; if (this._x > 670) { this._x = (((-this._width) + cloud3._x) - 40) - (Math.random() * 10); } if (count < 50) { this._y = this._y - 0.25; } else { this._y = this._y + 0.25; } count++; if (count >= 100) { count = 0; } }; cloud3.onEnterFrame = function () { this._x = this._x + 2; if (this._x > 670) { this._x = (((-this._width) + cloud4._x) - 40) - (Math.random() * 10); } if (count < 50) { this._y = this._y - 0.25; } else { this._y = this._y + 0.25; } count++; if (count >= 100) { count = 0; } }; cloud4.onEnterFrame = function () { this._x = this._x + 2; if (this._x > 670) { this._x = (((-this._width) + cloud5._x) - 40) - (Math.random() * 10); } if (count < 50) { this._y = this._y - 0.25; } else { this._y = this._y + 0.25; } count++; if (count >= 100) { count = 0; } }; cloud5.onEnterFrame = function () { this._x = this._x + 2; if (this._x > 670) { this._x = (((-this._width) + cloud6._x) - 40) - (Math.random() * 10); } if (count < 50) { this._y = this._y - 0.25; } else { this._y = this._y + 0.25; } count++; if (count >= 100) { count = 0; } }; cloud6.onEnterFrame = function () { this._x = this._x + 2; if (this._x > 670) { this._x = (((-this._width) + cloud7._x) - 40) - (Math.random() * 10); } if (count < 50) { this._y = this._y - 0.25; } else { this._y = this._y + 0.25; } count++; if (count >= 100) { count = 0; } }; cloud7.onEnterFrame = function () { this._x = this._x + 2; if (this._x > 670) { this._x = (((-this._width) + cloud8._x) - 40) - (Math.random() * 10); } if (count < 50) { this._y = this._y - 0.25; } else { this._y = this._y + 0.25; } count++; if (count >= 100) { count = 0; } }; cloud8.onEnterFrame = function () { this._x = this._x + 2; if (this._x > 670) { this._x = (((-this._width) + cloud9._x) - 40) - (Math.random() * 10); } if (count < 50) { this._y = this._y - 0.25; } else { this._y = this._y + 0.25; } count++; if (count >= 100) { count = 0; } }; cloud9.onEnterFrame = function () { this._x = this._x + 2; if (this._x > 670) { this._x = (((-this._width) + cloud1._x) - 40) - (Math.random() * 10); } if (count < 50) { this._y = this._y - 0.25; } else { this._y = this._y + 0.25; } count++; if (count >= 100) { count = 0; } };
Frame 39
background.gotoAndPlay("out"); new mx.transitions.Tween(cloud1, "_alpha", mx.transitions.easing.Regular.easeOut, 100, 0, 1, true); new mx.transitions.Tween(cloud2, "_alpha", mx.transitions.easing.Regular.easeOut, 100, 0, 1, true); new mx.transitions.Tween(cloud3, "_alpha", mx.transitions.easing.Regular.easeOut, 100, 0, 1, true); new mx.transitions.Tween(cloud4, "_alpha", mx.transitions.easing.Regular.easeOut, 100, 0, 1, true); new mx.transitions.Tween(cloud5, "_alpha", mx.transitions.easing.Regular.easeOut, 100, 0, 1, true); new mx.transitions.Tween(cloud6, "_alpha", mx.transitions.easing.Regular.easeOut, 100, 0, 1, true); new mx.transitions.Tween(cloud7, "_alpha", mx.transitions.easing.Regular.easeOut, 100, 0, 1, true); new mx.transitions.Tween(cloud8, "_alpha", mx.transitions.easing.Regular.easeOut, 100, 0, 1, true); new mx.transitions.Tween(cloud9, "_alpha", mx.transitions.easing.Regular.easeOut, 100, 0, 1, true);
Frame 42
stop(); trace(game); if (game == "over") { gotoAndStop ("gameover"); } else { gotoAndStop ("win"); }
Frame 43
stop(); clearInterval(timerInterval); clearInterval(counter);
Frame 44
stop(); clearInterval(timerInterval); clearInterval(counter);
Symbol 29 MovieClip Frame 10
stop();
Symbol 33 MovieClip Frame 6
loadVariables ("../../../flashtracker.php?location=matchup", this);
Symbol 33 MovieClip Frame 75
stop();
Symbol 35 Button
on (release) { gotoAndPlay ("go"); }
Symbol 139 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon] Frame 0
class mx.transitions.OnEnterFrameBeacon { function OnEnterFrameBeacon () { } static function init() { var _local4 = _global.MovieClip; if (!_root.__OnEnterFrameBeacon) { mx.transitions.BroadcasterMX.initialize(_local4); var _local3 = _root.createEmptyMovieClip("__OnEnterFrameBeacon", 9876); _local3.onEnterFrame = function () { _global.MovieClip.broadcastMessage("onEnterFrame"); }; } } static var version = "1.1.0.52"; }
Symbol 140 MovieClip [__Packages.mx.transitions.BroadcasterMX] Frame 0
class mx.transitions.BroadcasterMX { var _listeners; function BroadcasterMX () { } static function initialize(o, dontCreateArray) { if (o.broadcastMessage != undefined) { delete o.broadcastMessage; } o.addListener = mx.transitions.BroadcasterMX.prototype.addListener; o.removeListener = mx.transitions.BroadcasterMX.prototype.removeListener; if (!dontCreateArray) { o._listeners = new Array(); } } function addListener(o) { removeListener(o); if (broadcastMessage == undefined) { broadcastMessage = mx.transitions.BroadcasterMX.prototype.broadcastMessage; } return(_listeners.push(o)); } function removeListener(o) { var _local2 = _listeners; var _local3 = _local2.length; while (_local3--) { if (_local2[_local3] == o) { _local2.splice(_local3, 1); if (!_local2.length) { broadcastMessage = undefined; } return(true); } } return(false); } function broadcastMessage() { var _local5 = String(arguments.shift()); var _local4 = _listeners.concat(); var _local6 = _local4.length; var _local3 = 0; while (_local3 < _local6) { _local4[_local3][_local5].apply(_local4[_local3], arguments); _local3++; } } static var version = "1.1.0.52"; }
Symbol 141 MovieClip [__Packages.mx.transitions.Tween] Frame 0
class mx.transitions.Tween { var obj, prop, begin, useSeconds, _listeners, addListener, prevTime, _time, looping, _duration, broadcastMessage, isPlaying, _fps, prevPos, _pos, change, _intervalID, _startTime; function Tween (obj, prop, func, begin, finish, duration, useSeconds) { mx.transitions.OnEnterFrameBeacon.init(); if (!arguments.length) { return; } this.obj = obj; this.prop = prop; this.begin = begin; position = (begin); this.duration = (duration); this.useSeconds = useSeconds; if (func) { this.func = func; } this.finish = (finish); _listeners = []; addListener(this); start(); } function set time(t) { prevTime = _time; if (t > duration) { if (looping) { rewind(t - _duration); update(); broadcastMessage("onMotionLooped", this); } else { if (useSeconds) { _time = _duration; update(); } stop(); broadcastMessage("onMotionFinished", this); } } else if (t < 0) { rewind(); update(); } else { _time = t; update(); } //return(time); } function get time() { return(_time); } function set duration(d) { _duration = (((d == null) || (d <= 0)) ? (_global.Infinity) : (d)); //return(duration); } function get duration() { return(_duration); } function set FPS(fps) { var _local2 = isPlaying; stopEnterFrame(); _fps = fps; if (_local2) { startEnterFrame(); } //return(FPS); } function get FPS() { return(_fps); } function set position(p) { setPosition(p); //return(position); } function setPosition(p) { prevPos = _pos; obj[prop] = (_pos = p); broadcastMessage("onMotionChanged", this, _pos); updateAfterEvent(); } function get position() { return(getPosition()); } function getPosition(t) { if (t == undefined) { t = _time; } return(func(t, begin, change, _duration)); } function set finish(f) { change = f - begin; //return(finish); } function get finish() { return(begin + change); } function continueTo(finish, duration) { begin = position; this.finish = (finish); if (duration != undefined) { this.duration = (duration); } start(); } function yoyo() { continueTo(begin, time); } function startEnterFrame() { if (_fps == undefined) { _global.MovieClip.addListener(this); } else { _intervalID = setInterval(this, "onEnterFrame", 1000 / _fps); } isPlaying = true; } function stopEnterFrame() { if (_fps == undefined) { _global.MovieClip.removeListener(this); } else { clearInterval(_intervalID); } isPlaying = false; } function start() { rewind(); startEnterFrame(); broadcastMessage("onMotionStarted", this); } function stop() { stopEnterFrame(); broadcastMessage("onMotionStopped", this); } function resume() { fixTime(); startEnterFrame(); broadcastMessage("onMotionResumed", this); } function rewind(t) { _time = ((t == undefined) ? 0 : (t)); fixTime(); update(); } function fforward() { time = (_duration); fixTime(); } function nextFrame() { if (useSeconds) { time = ((getTimer() - _startTime) / 1000); } else { time = (_time + 1); } } function onEnterFrame() { nextFrame(); } function prevFrame() { if (!useSeconds) { time = (_time - 1); } } function toString() { return("[Tween]"); } function fixTime() { if (useSeconds) { _startTime = getTimer() - (_time * 1000); } } function update() { position = (getPosition(_time)); } static var version = "1.1.0.52"; static var __initBeacon = mx.transitions.OnEnterFrameBeacon.init(); static var __initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype, true); function func(t, b, c, d) { return(((c * t) / d) + b); } }
Symbol 142 MovieClip [__Packages.mx.transitions.easing.Elastic] Frame 0
class mx.transitions.easing.Elastic { function Elastic () { } static function easeIn(t, b, c, d, a, p) { if (t == 0) { return(b); } t = t / d; if (t == 1) { return(b + c); } if (!p) { p = d * 0.3; } if ((!a) || (a < Math.abs(c))) { a = c; var _local7 = p / 4; } else { var _local7 = (p / (Math.PI*2)) * Math.asin(c / a); } t = t - 1; return((-((a * Math.pow(2, 10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p))) + b); } static function easeOut(t, b, c, d, a, p) { if (t == 0) { return(b); } t = t / d; if (t == 1) { return(b + c); } if (!p) { p = d * 0.3; } if ((!a) || (a < Math.abs(c))) { a = c; var _local7 = p / 4; } else { var _local7 = (p / (Math.PI*2)) * Math.asin(c / a); } return((((a * Math.pow(2, -10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p)) + c) + b); } static function easeInOut(t, b, c, d, a, p) { if (t == 0) { return(b); } t = t / (d / 2); if (t == 2) { return(b + c); } if (!p) { p = d * 0.45; } if ((!a) || (a < Math.abs(c))) { a = c; var _local7 = p / 4; } else { var _local7 = (p / (Math.PI*2)) * Math.asin(c / a); } if (t < 1) { t = t - 1; return((-0.5 * ((a * Math.pow(2, 10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p))) + b); } t = t - 1; return(((((a * Math.pow(2, -10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p)) * 0.5) + c) + b); } static var version = "1.1.0.52"; }
Symbol 143 MovieClip [__Packages.mx.transitions.easing.Regular] Frame 0
class mx.transitions.easing.Regular { function Regular () { } static function easeIn(t, b, c, d) { t = t / d; return(((c * t) * t) + b); } static function easeOut(t, b, c, d) { t = t / d; return((((-c) * t) * (t - 2)) + b); } static function easeInOut(t, b, c, d) { t = t / (d / 2); if (t < 1) { return((((c / 2) * t) * t) + b); } t--; return((((-c) / 2) * ((t * (t - 2)) - 1)) + b); } static var version = "1.1.0.52"; }
Symbol 38 MovieClip Frame 8
stop();
Symbol 53 MovieClip Frame 70
gotoAndPlay ("theloop");
Symbol 54 MovieClip Frame 19
stop();
Symbol 54 MovieClip Frame 30
stop();
Symbol 85 MovieClip Frame 1
scoregroup._visible = false;
Symbol 85 MovieClip Frame 6
stop(); scoregroup._visible = true;
Symbol 120 Button
on (release) { getURL ("http://www.meetordelete.com", "_blank"); }
Symbol 127 MovieClip Frame 20
stop();
Symbol 133 MovieClip Frame 41
score.text = "your score was: " + _parent.myscore;
Instance of Symbol 131 MovieClip in Symbol 133 MovieClip Frame 44
on (release) { _parent._parent.gotoAndPlay("go"); }
Instance of Symbol 129 MovieClip in Symbol 133 MovieClip Frame 46
on (release) { getURL ("http://www.mtvu.com/contests/meet_or_delete/form.jhtml", "_blank"); }
Symbol 133 MovieClip Frame 56
stop();
Symbol 138 MovieClip Frame 41
score.text = "your score was: " + _parent.myscore; time.text = "timebonus: " + _parent.tickcounter;
Instance of Symbol 131 MovieClip in Symbol 138 MovieClip Frame 44
on (release) { trace(_parent); _parent._parent.gotoAndPlay("go"); }
Instance of Symbol 129 MovieClip in Symbol 138 MovieClip Frame 46
on (release) { getURL ("http://www.mtvu.com/contests/meet_or_delete/form.jhtml", "_blank"); }
Symbol 138 MovieClip Frame 56
stop();

Library Items

Symbol 1 Sound [overachiever_yay]
Symbol 2 Sound [overachiever_uhoh]
Symbol 3 Sound [cheerleader_uhoh]
Symbol 4 Sound [activist_yay]
Symbol 5 Sound [activist_uhoh]
Symbol 6 Sound [band_yay]
Symbol 7 Sound [band_uhoh]
Symbol 8 Sound [mascot_uhoh]
Symbol 9 Sound [mascot_yay]
Symbol 10 Sound [hippie_yay]
Symbol 11 Sound [hippie_uhoh]
Symbol 12 Sound [goth_yay]
Symbol 13 Sound [goth_uhoh]
Symbol 14 Sound [gamer_yay]
Symbol 15 Sound [gamer_uhoh]
Symbol 16 Sound [cheerleader_yay]
Symbol 17 Sound [artstudent_yay]
Symbol 18 Sound [artstudent_uhoh]
Symbol 19 GraphicUsed by:33 38 133 138
Symbol 20 GraphicUsed by:33 38
Symbol 21 GraphicUsed by:33 38
Symbol 22 GraphicUsed by:33
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:25 32 88 89 90 91 92 93 129 131
Symbol 25 MovieClipUses:24Used by:29
Symbol 26 FontUsed by:27 28 80 86 121 132 134 135 136 137
Symbol 27 TextUses:26Used by:29
Symbol 28 TextUses:26Used by:29
Symbol 29 MovieClipUses:25 27 28Used by:33
Symbol 30 FontUsed by:31 128 130
Symbol 31 TextUses:30Used by:32
Symbol 32 MovieClipUses:24 31Used by:33
Symbol 33 MovieClipUses:19 20 21 22 29 32Used by:Timeline
Symbol 34 GraphicUsed by:35
Symbol 35 ButtonUses:34Used by:Timeline
Symbol 139 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon]
Symbol 140 MovieClip [__Packages.mx.transitions.BroadcasterMX]
Symbol 141 MovieClip [__Packages.mx.transitions.Tween]
Symbol 142 MovieClip [__Packages.mx.transitions.easing.Elastic]
Symbol 143 MovieClip [__Packages.mx.transitions.easing.Regular]
Symbol 36 ShapeTweeningUsed by:Timeline
Symbol 37 ShapeTweeningUsed by:Timeline
Symbol 38 MovieClipUses:19 20 21Used by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 ShapeTweeningUsed by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 GraphicUsed by:54
Symbol 43 GraphicUsed by:54
Symbol 44 ShapeTweeningUsed by:53
Symbol 45 ShapeTweeningUsed by:53
Symbol 46 GraphicUsed by:53
Symbol 47 GraphicUsed by:53
Symbol 48 ShapeTweeningUsed by:53
Symbol 49 ShapeTweeningUsed by:53
Symbol 50 ShapeTweeningUsed by:53
Symbol 51 ShapeTweeningUsed by:53
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:44 45 46 47 48 49 50 51 52Used by:54
Symbol 54 MovieClipUses:42 43 53Used by:Timeline
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:Timeline
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:57Used by:Timeline
Symbol 59 GraphicUsed by:Timeline
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:Timeline
Symbol 62 GraphicUsed by:65
Symbol 63 GraphicUsed by:65
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:62 63 64Used by:Timeline
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:Timeline
Symbol 68 BitmapUsed by:69 118
Symbol 69 GraphicUses:68Used by:Timeline
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:70Used by:Timeline
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:Timeline
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:Timeline
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:Timeline
Symbol 78 GraphicUsed by:85
Symbol 79 GraphicUsed by:82
Symbol 80 EditableTextUses:26Used by:82
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:79 80 81Used by:85
Symbol 83 GraphicUsed by:85
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:78 82 83 84Used by:Timeline
Symbol 86 EditableTextUses:26Used by:87
Symbol 87 MovieClipUses:86Used by:Timeline
Symbol 88 MovieClipUses:24Used by:Timeline
Symbol 89 MovieClipUses:24Used by:Timeline
Symbol 90 MovieClipUses:24Used by:Timeline
Symbol 91 MovieClipUses:24Used by:Timeline
Symbol 92 MovieClipUses:24Used by:Timeline
Symbol 93 MovieClipUses:24Used by:Timeline
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:Timeline
Symbol 96 GraphicUsed by:100
Symbol 97 GraphicUsed by:100
Symbol 98 GraphicUsed by:100
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:96 97 98 99Used by:Timeline
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:101Used by:Timeline
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:Timeline
Symbol 105 GraphicUsed by:109
Symbol 106 GraphicUsed by:109
Symbol 107 GraphicUsed by:109
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:105 106 107 108Used by:Timeline
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:110Used by:Timeline
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:Timeline
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114Used by:Timeline
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116Used by:Timeline
Symbol 118 GraphicUses:68Used by:Timeline
Symbol 119 GraphicUsed by:120
Symbol 120 ButtonUses:119Used by:Timeline
Symbol 121 TextUses:26Used by:133
Symbol 122 GraphicUsed by:127
Symbol 123 GraphicUsed by:127
Symbol 124 GraphicUsed by:127
Symbol 125 GraphicUsed by:127
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:122 123 124 125 126Used by:129
Symbol 128 TextUses:30Used by:129
Symbol 129 MovieClipUses:24 127 128Used by:133 138
Symbol 130 TextUses:30Used by:131
Symbol 131 MovieClipUses:24 130Used by:133 138
Symbol 132 EditableTextUses:26Used by:133
Symbol 133 MovieClipUses:19 121 129 131 132Used by:Timeline
Symbol 134 TextUses:26Used by:138
Symbol 135 TextUses:26Used by:138
Symbol 136 EditableTextUses:26Used by:138
Symbol 137 EditableTextUses:26Used by:138
Symbol 138 MovieClipUses:19 134 129 135 131 136 137Used by:Timeline

Instance Names

"background"Frame 19Symbol 54 MovieClip
"bandmate"Frame 19Symbol 56 MovieClip
"mascot"Frame 20Symbol 58 MovieClip
"hippie"Frame 21Symbol 61 MovieClip
"activist"Frame 22Symbol 65 MovieClip
"cheerleader"Frame 23Symbol 67 MovieClip
"gu"Frame 24Symbol 71 MovieClip
"artstudent"Frame 25Symbol 73 MovieClip
"overachiever"Frame 26Symbol 75 MovieClip
"gothchick"Frame 27Symbol 77 MovieClip
"gamer"Frame 29Symbol 71 MovieClip
"scorer"Frame 29Symbol 85 MovieClip
"timer"Frame 29Symbol 87 MovieClip
"cloud1"Frame 33Symbol 88 MovieClip
"cloud2"Frame 33Symbol 89 MovieClip
"cloud3"Frame 33Symbol 90 MovieClip
"cloud4"Frame 33Symbol 91 MovieClip
"cloud5"Frame 33Symbol 92 MovieClip
"cloud6"Frame 33Symbol 93 MovieClip
"cloud9"Frame 33Symbol 93 MovieClip
"cloud7"Frame 33Symbol 93 MovieClip
"cloud8"Frame 33Symbol 93 MovieClip
"girlycomputer"Frame 33Symbol 95 MovieClip
"mascotpc"Frame 33Symbol 100 MovieClip
"bandpc"Frame 33Symbol 102 MovieClip
"hippiepc"Frame 33Symbol 104 MovieClip
"activistpc"Frame 33Symbol 109 MovieClip
"gamerpc"Frame 33Symbol 111 MovieClip
"artistpc"Frame 33Symbol 113 MovieClip
"fratpc"Frame 33Symbol 115 MovieClip
"punkpc"Frame 33Symbol 117 MovieClip
"score"Symbol 82 MovieClip Frame 1Symbol 80 EditableText
"scoregroup"Symbol 85 MovieClip Frame 1Symbol 82 MovieClip
"timer"Symbol 87 MovieClip Frame 1Symbol 86 EditableText
"score"Symbol 133 MovieClip Frame 41Symbol 132 EditableText
"score"Symbol 138 MovieClip Frame 41Symbol 136 EditableText
"time"Symbol 138 MovieClip Frame 41Symbol 137 EditableText

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "overachiever_yay"
ExportAssets (56)Timeline Frame 1Symbol 2 as "overachiever_uhoh"
ExportAssets (56)Timeline Frame 1Symbol 3 as "cheerleader_uhoh"
ExportAssets (56)Timeline Frame 1Symbol 4 as "activist_yay"
ExportAssets (56)Timeline Frame 1Symbol 5 as "activist_uhoh"
ExportAssets (56)Timeline Frame 1Symbol 6 as "band_yay"
ExportAssets (56)Timeline Frame 1Symbol 7 as "band_uhoh"
ExportAssets (56)Timeline Frame 1Symbol 8 as "mascot_uhoh"
ExportAssets (56)Timeline Frame 1Symbol 9 as "mascot_yay"
ExportAssets (56)Timeline Frame 1Symbol 10 as "hippie_yay"
ExportAssets (56)Timeline Frame 1Symbol 11 as "hippie_uhoh"
ExportAssets (56)Timeline Frame 1Symbol 12 as "goth_yay"
ExportAssets (56)Timeline Frame 1Symbol 13 as "goth_uhoh"
ExportAssets (56)Timeline Frame 1Symbol 14 as "gamer_yay"
ExportAssets (56)Timeline Frame 1Symbol 15 as "gamer_uhoh"
ExportAssets (56)Timeline Frame 1Symbol 16 as "cheerleader_yay"
ExportAssets (56)Timeline Frame 1Symbol 17 as "artstudent_yay"
ExportAssets (56)Timeline Frame 1Symbol 18 as "artstudent_uhoh"
ExportAssets (56)Timeline Frame 1Symbol 139 as "__Packages.mx.transitions.OnEnterFrameBeacon"
ExportAssets (56)Timeline Frame 1Symbol 140 as "__Packages.mx.transitions.BroadcasterMX"
ExportAssets (56)Timeline Frame 1Symbol 141 as "__Packages.mx.transitions.Tween"
ExportAssets (56)Timeline Frame 1Symbol 142 as "__Packages.mx.transitions.easing.Elastic"
ExportAssets (56)Timeline Frame 1Symbol 143 as "__Packages.mx.transitions.easing.Regular"

Labels

"go"Frame 2
"game"Frame 33
"out"Frame 39
"gameover"Frame 43
"win"Frame 44
"theloop"Symbol 53 MovieClip Frame 10
"out"Symbol 54 MovieClip Frame 20




http://swfchan.com/3/14681/info.shtml
Created: 3/6 -2019 11:28:32 Last modified: 3/6 -2019 11:28:32 Server time: 28/04 -2024 23:22:39