Frame 1
stop();
Frame 2
SxSound = new Sound();
SxSound.attachSound("NR");
SxSound.start(1, 99);
Frame 156
stop();
Instance of Symbol 48 MovieClip "badges" in Frame 156
on (release) {
_root.gotoAndPlay("Badges");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 52 MovieClip in Frame 156
on (release) {
_root.gotoAndPlay("Whistles");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 54 MovieClip in Frame 156
on (release) {
_root.gotoAndPlay("Levels");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 56 MovieClip in Frame 156
on (release) {
_root.gotoAndPlay("MoveLevels");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 58 MovieClip in Frame 156
on (release) {
_root.gotoAndPlay("Flash");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 60 MovieClip in Frame 156
on (release) {
_root.gotoAndPlay("Misc");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Frame 157
stop();
_root.Name = "Enter Name";
_root.Comment = "Please Enter Your comment. Under 225 characters please:)";
Instance of Symbol 48 MovieClip "badges" in Frame 157
on (release) {
_root.gotoAndPlay("Badges");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 52 MovieClip in Frame 157
on (release) {
_root.gotoAndPlay("Whistles");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 54 MovieClip in Frame 157
on (release) {
_root.gotoAndPlay("Levels");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 56 MovieClip in Frame 157
on (release) {
_root.gotoAndPlay("MoveLevels");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 58 MovieClip in Frame 157
on (release) {
_root.gotoAndPlay("Flash");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 60 MovieClip in Frame 157
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 70 MovieClip in Frame 157
onClipEvent (enterFrame) {
speed = 10 + (Math.random() * 10);
}
onClipEvent (enterFrame) {
this._y = this._y - speed;
this._rotation = this._rotation + (10 + Math.floor(Math.random() * 20));
if (this._y < (-this._width)) {
this._y = 400;
this._x = Math.floor(Math.random() * 550);
}
}
Instance of Symbol 72 MovieClip in Frame 157
onClipEvent (enterFrame) {
speed = 10 + (Math.random() * 10);
}
onClipEvent (enterFrame) {
this._y = this._y - speed;
this._rotation = this._rotation + (10 + Math.floor(Math.random() * 20));
if (this._y < (-this._width)) {
this._y = 400;
this._x = Math.floor(Math.random() * 550);
}
}
Instance of Symbol 74 MovieClip in Frame 157
onClipEvent (enterFrame) {
speed = 10 + (Math.random() * 10);
}
onClipEvent (enterFrame) {
this._y = this._y - speed;
this._rotation = this._rotation + (10 + Math.floor(Math.random() * 20));
if (this._y < (-this._width)) {
this._y = 400;
this._x = Math.floor(Math.random() * 550);
}
}
Instance of Symbol 91 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 8;
}
Instance of Symbol 94 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation - 22;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 23;
}
Instance of Symbol 99 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 6;
}
Instance of Symbol 91 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 30;
}
Instance of Symbol 94 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 30;
}
Instance of Symbol 99 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation - 26;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 27;
}
Instance of Symbol 91 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 18;
}
Instance of Symbol 94 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation - 30;
}
Instance of Symbol 94 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 30;
}
Instance of Symbol 94 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 30;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 23;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 23;
}
Instance of Symbol 99 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation - 26;
}
Instance of Symbol 91 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 8;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 23;
}
Instance of Symbol 99 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 6;
}
Instance of Symbol 91 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 8;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 23;
}
Instance of Symbol 99 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 6;
}
Instance of Symbol 94 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 30;
}
Instance of Symbol 99 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation - 26;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 27;
}
Instance of Symbol 91 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 18;
}
Instance of Symbol 94 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation - 30;
}
Instance of Symbol 94 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 30;
}
Instance of Symbol 94 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 30;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 23;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 23;
}
Instance of Symbol 99 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation - 26;
}
Instance of Symbol 91 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 8;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 23;
}
Instance of Symbol 99 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 6;
}
Instance of Symbol 91 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 8;
}
Instance of Symbol 94 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation - 22;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 23;
}
Instance of Symbol 99 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 6;
}
Instance of Symbol 91 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 30;
}
Instance of Symbol 94 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 30;
}
Instance of Symbol 99 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation - 26;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 27;
}
Instance of Symbol 91 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 18;
}
Instance of Symbol 94 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation - 30;
}
Instance of Symbol 94 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 30;
}
Instance of Symbol 94 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 30;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 23;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 23;
}
Instance of Symbol 99 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation - 26;
}
Instance of Symbol 91 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 8;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 23;
}
Instance of Symbol 99 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 6;
}
Instance of Symbol 91 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 8;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 23;
}
Instance of Symbol 99 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 6;
}
Instance of Symbol 94 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 30;
}
Instance of Symbol 99 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation - 26;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 27;
}
Instance of Symbol 91 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 18;
}
Instance of Symbol 94 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation - 30;
}
Instance of Symbol 94 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 30;
}
Instance of Symbol 94 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 30;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 23;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 23;
}
Instance of Symbol 99 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation - 26;
}
Instance of Symbol 91 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 8;
}
Instance of Symbol 97 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 23;
}
Instance of Symbol 99 MovieClip in Frame 157
onClipEvent (enterFrame) {
this._rotation = this._rotation + 6;
}
Frame 158
stop();
Instance of Symbol 48 MovieClip "badges" in Frame 158
on (release) {
_root.gotoAndPlay("Badges");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 52 MovieClip in Frame 158
on (release) {
_root.gotoAndPlay("Whistles");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 54 MovieClip in Frame 158
on (release) {
_root.gotoAndPlay("Levels");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 56 MovieClip in Frame 158
on (release) {
_root.gotoAndPlay("MoveLevels");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 58 MovieClip in Frame 158
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 60 MovieClip in Frame 158
on (release) {
_root.gotoAndPlay("Misc");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 146 MovieClip in Frame 158
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Flash/flash1.gif");
}
Instance of Symbol 187 MovieClip in Frame 158
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Flash/flash2.gif");
}
Frame 159
stop();
Instance of Symbol 48 MovieClip "badges" in Frame 159
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 52 MovieClip in Frame 159
on (release) {
_root.gotoAndPlay("Whistles");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 54 MovieClip in Frame 159
on (release) {
_root.gotoAndPlay("Levels");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 56 MovieClip in Frame 159
on (release) {
_root.gotoAndPlay("MoveLevels");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 58 MovieClip in Frame 159
on (release) {
_root.gotoAndPlay("Flash");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 60 MovieClip in Frame 159
on (release) {
_root.gotoAndPlay("Misc");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 190 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_0.gif");
}
Instance of Symbol 193 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_1.gif");
}
Instance of Symbol 196 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_2.gif");
}
Instance of Symbol 199 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_3.gif");
}
Instance of Symbol 202 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_4.gif");
}
Instance of Symbol 205 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_5.gif");
}
Instance of Symbol 208 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_6.gif");
}
Instance of Symbol 211 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_7.gif");
}
Instance of Symbol 214 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_8.gif");
}
Instance of Symbol 217 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_9.gif");
}
Instance of Symbol 220 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_10.gif");
}
Instance of Symbol 223 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_11.gif");
}
Instance of Symbol 226 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_12.gif");
}
Instance of Symbol 229 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_13.gif");
}
Instance of Symbol 232 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_14.gif");
}
Instance of Symbol 235 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_15.gif");
}
Instance of Symbol 238 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_16.gif");
}
Instance of Symbol 241 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_17.gif");
}
Instance of Symbol 244 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_18.gif");
}
Instance of Symbol 247 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_19.gif");
}
Instance of Symbol 250 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_20.gif");
}
Instance of Symbol 253 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_21.gif");
}
Instance of Symbol 256 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_22.gif");
}
Instance of Symbol 259 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_24.gif");
}
Instance of Symbol 262 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_23.gif");
}
Instance of Symbol 265 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_25.gif");
}
Instance of Symbol 268 MovieClip in Frame 159
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/images/badges/badge_26.gif");
}
Frame 160
stop();
Instance of Symbol 48 MovieClip "badges" in Frame 160
on (release) {
_root.gotoAndPlay("Badges");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 52 MovieClip in Frame 160
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 54 MovieClip in Frame 160
on (release) {
_root.gotoAndPlay("Levels");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 56 MovieClip in Frame 160
on (release) {
_root.gotoAndPlay("MoveLevels");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 58 MovieClip in Frame 160
on (release) {
_root.gotoAndPlay("Flash");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 60 MovieClip in Frame 160
on (release) {
_root.gotoAndPlay("Misc");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 272 MovieClip in Frame 160
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/gold/whistle_icons/whistle_1.gif");
}
Instance of Symbol 275 MovieClip in Frame 160
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/gold/whistle_icons/whistle_2.gif");
}
Instance of Symbol 278 MovieClip in Frame 160
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/gold/whistle_icons/whistle_3.gif");
}
Instance of Symbol 281 MovieClip in Frame 160
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/gold/whistle_icons/whistle_4.gif");
}
Instance of Symbol 284 MovieClip in Frame 160
on (release) {
getURL ("aim:buddyicon?src=http://newgrounds.com/gold/whistle_icons/whistle_5.gif");
}
Instance of Symbol 287 MovieClip in Frame 160
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/Ssilver7Whis1.jpg");
}
Instance of Symbol 290 MovieClip in Frame 160
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/Ssilver7Whis2.jpg");
}
Instance of Symbol 293 MovieClip in Frame 160
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/Ssilver7Whis3.jpg");
}
Instance of Symbol 296 MovieClip in Frame 160
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/Ssilver7Whis4.jpg");
}
Instance of Symbol 299 MovieClip in Frame 160
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/Ssilver7Whis5.jpg");
}
Instance of Symbol 302 MovieClip in Frame 160
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/Ssilver7Whis6.jpg");
}
Instance of Symbol 305 MovieClip in Frame 160
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/Ssilver7Whis7.jpg");
}
Instance of Symbol 308 MovieClip in Frame 160
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/Ssilver7Whis8.jpg");
}
Instance of Symbol 311 MovieClip in Frame 160
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/LOLWTFBBQ/LOLWTFBBQWhis1.gif");
}
Frame 161
stop();
Instance of Symbol 48 MovieClip "badges" in Frame 161
on (release) {
_root.gotoAndPlay("Badges");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 52 MovieClip in Frame 161
on (release) {
_root.gotoAndPlay("Whistles");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 54 MovieClip in Frame 161
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 56 MovieClip in Frame 161
on (release) {
_root.gotoAndPlay("MoveLevels");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 58 MovieClip in Frame 161
on (release) {
_root.gotoAndPlay("Flash");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 60 MovieClip in Frame 161
on (release) {
_root.gotoAndPlay("Misc");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 314 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/1.gif");
}
Instance of Symbol 317 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/2.gif");
}
Instance of Symbol 320 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/3.gif");
}
Instance of Symbol 323 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/4.gif");
}
Instance of Symbol 326 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/5.gif");
}
Instance of Symbol 329 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/6.gif");
}
Instance of Symbol 332 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/7.gif");
}
Instance of Symbol 335 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/8.gif");
}
Instance of Symbol 338 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/9.gif");
}
Instance of Symbol 341 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/10.gif");
}
Instance of Symbol 344 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/11.gif");
}
Instance of Symbol 347 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/12.gif");
}
Instance of Symbol 350 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/13.gif");
}
Instance of Symbol 353 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/14.gif");
}
Instance of Symbol 356 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/15.gif");
}
Instance of Symbol 359 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/16.gif");
}
Instance of Symbol 362 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/17.gif");
}
Instance of Symbol 365 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/18.gif");
}
Instance of Symbol 368 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/19.gif");
}
Instance of Symbol 371 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/20.gif");
}
Instance of Symbol 374 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/21.gif");
}
Instance of Symbol 377 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/22.gif");
}
Instance of Symbol 380 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/23.gif");
}
Instance of Symbol 383 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/24.gif");
}
Instance of Symbol 386 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/25.gif");
}
Instance of Symbol 389 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/26.gif");
}
Instance of Symbol 392 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/27.gif");
}
Instance of Symbol 395 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/28.gif");
}
Instance of Symbol 398 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/29.gif");
}
Instance of Symbol 401 MovieClip in Frame 161
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Powers/30.gif");
}
Frame 162
stop();
Instance of Symbol 48 MovieClip "badges" in Frame 162
on (release) {
_root.gotoAndPlay("Badges");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 52 MovieClip in Frame 162
on (release) {
_root.gotoAndPlay("Whistles");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 54 MovieClip in Frame 162
on (release) {
_root.gotoAndPlay("Levels");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 56 MovieClip in Frame 162
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 58 MovieClip in Frame 162
on (release) {
_root.gotoAndPlay("Flash");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 60 MovieClip in Frame 162
on (release) {
_root.gotoAndPlay("Misc");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 406 MovieClip in Frame 162
on (release) {
_root.gotoAndStop("MoreLevels2");
}
Instance of Symbol 409 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/1Ssilver7.jpg");
}
Instance of Symbol 412 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/21Ssilver7.jpg");
}
Instance of Symbol 415 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/20Ssilver7.jpg");
}
Instance of Symbol 418 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/19Ssilver7.jpg");
}
Instance of Symbol 421 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/23Ssilver7.jpg");
}
Instance of Symbol 424 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/7Ssilver7.jpg");
}
Instance of Symbol 427 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/8Ssilver7.jpg");
}
Instance of Symbol 430 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/9Ssilver7.jpg");
}
Instance of Symbol 433 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/2Ssilver7.jpg");
}
Instance of Symbol 436 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/3Ssilver7.jpg");
}
Instance of Symbol 439 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/4Ssilver7.jpg");
}
Instance of Symbol 442 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/5Ssilver7.jpg");
}
Instance of Symbol 445 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/18Ssilver7.jpg");
}
Instance of Symbol 448 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/16Ssilver7.jpg");
}
Instance of Symbol 451 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/17Ssilver7.jpg");
}
Instance of Symbol 454 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/10Ssilver7.jpg");
}
Instance of Symbol 457 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/11Ssilver7.jpg");
}
Instance of Symbol 460 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/14Ssilver7.jpg");
}
Instance of Symbol 463 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/22Ssilver7.jpg");
}
Instance of Symbol 466 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/15Ssilver7.jpg");
}
Instance of Symbol 469 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/13Ssilver7.jpg");
}
Instance of Symbol 472 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/12Ssilver7.jpg");
}
Instance of Symbol 475 MovieClip in Frame 162
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Ssilver7/6Ssilver7.jpg");
}
Frame 163
stop();
Instance of Symbol 48 MovieClip "badges" in Frame 163
on (release) {
_root.gotoAndPlay("Badges");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 52 MovieClip in Frame 163
on (release) {
_root.gotoAndPlay("Whistles");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 54 MovieClip in Frame 163
on (release) {
_root.gotoAndPlay("Levels");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 56 MovieClip in Frame 163
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 58 MovieClip in Frame 163
on (release) {
_root.gotoAndPlay("Flash");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 60 MovieClip in Frame 163
on (release) {
_root.gotoAndPlay("Misc");
}
on (rollOver) {
this.gotoAndStop(2);
var ssound = new Sound();
ssound.attachSound("Button");
ssound.start();
}
on (rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 480 MovieClip in Frame 163
on (release) {
_root.gotoAndPlay("MoreLevels");
}
Instance of Symbol 483 MovieClip in Frame 163
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/LOLWTFBBQ/1LOLWTFBBQ.gif");
}
Instance of Symbol 486 MovieClip in Frame 163
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/LOLWTFBBQ/2LOLWTFBBQ.gif");
}
Instance of Symbol 489 MovieClip in Frame 163
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/LOLWTFBBQ/3LOLWTFBBQ.gif");
}
Instance of Symbol 492 MovieClip in Frame 163
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/NASDAQbastardo/1NASDAQbastardo.gif");
}
Instance of Symbol 495 MovieClip in Frame 163
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/NASDAQbastardo/2NASDAQbastardo.gif");
}
Instance of Symbol 498 MovieClip in Frame 163
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/NASDAQbastardo/3NASDAQbastardo.gif");
}
Instance of Symbol 501 MovieClip in Frame 163
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/NASDAQbastardo/4NASDAQbastardo.gif");
}
Instance of Symbol 504 MovieClip in Frame 163
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/NASDAQbastardo/5NASDAQbastardo.gif");
}
Instance of Symbol 507 MovieClip in Frame 163
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/NASDAQbastardo/6NASDAQbastardo.gif");
}
Instance of Symbol 510 MovieClip in Frame 163
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/ZeroResistance/1ZeroResistance.gif");
}
Instance of Symbol 513 MovieClip in Frame 163
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Mitch-Mac/1Mitch-Mac.jpg");
}
Instance of Symbol 516 MovieClip in Frame 163
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Quarterlife/1Quarterlife.gif");
}
Instance of Symbol 519 MovieClip in Frame 163
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Quarterlife/2Quarterlife.gif");
}
Instance of Symbol 522 MovieClip in Frame 163
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Quarterlife/3Quarterlife.gif");
}
Instance of Symbol 525 MovieClip in Frame 163
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/TCStyle/1TCStyle.gif");
}
Instance of Symbol 528 MovieClip in Frame 163
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/TCStyle/1TCStyle.gif");
}
Instance of Symbol 531 MovieClip in Frame 163
on (release) {
getURL ("aim:buddyicon?src=http://tricitystyle.com/NG/Jparodox/1Jparodox.gif");
}
Symbol 13 Button
on (release) {
_root.play();
}
Symbol 14 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 14 MovieClip Frame 2
gotoAndPlay (1);
Symbol 48 MovieClip Frame 1
stop();
Symbol 52 MovieClip Frame 1
stop();
Symbol 54 MovieClip Frame 1
stop();
Symbol 56 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 1
stop();
Symbol 60 MovieClip Frame 1
stop();
Symbol 110 Button
on (release) {
loadVariablesNum ("http://tricitystyle.com/guestbook/insert.php", _blank, "POST");
}