Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
mantaworks
May 6, 2005

by Fragmaster
It's not as bad as many of you encountered, but it deserves a post.

code:
theater.movieb1.onRollOver = function() {
	pichover_right(this, 0);
	this.swapDepths(1000);
};
theater.movieb1.onRollOut = function() {
	pichout_right(this);
	//this.swapDepths(2);
};
theater.movieb2.onRollOver = function() {
	pichover_right(this, 0);
	this.swapDepths(1000);
};
theater.movieb2.onRollOut = function() {
	pichout_right(this);
	//this.swapDepths(2);
};
theater.movieb3.onRollOver = function() {
	pichover_right(this, 0);
	this.swapDepths(1000);
};
theater.movieb3.onRollOut = function() {
	pichout_right(this);
	//this.swapDepths(2);
};
theater.movieb4.onRollOver = function() {
	pichover_right(this, 0);
	this.swapDepths(1000);
};
theater.movieb4.onRollOut = function() {
	pichout_right(this);
	//this.swapDepths(2);
};
// When clicking home
menu.menuleft.home_mc.home.onRelease = function() {
	if(menu != 0){
		newpage = 0;
		if(page == 0) {trace("You are already home!");}
		if(page != 0) {buildup();}
		if(page == 1) {cleanup();}
		if(page == 2) {cleanup();}
		if(page == 3) {cleanup();}
		if(page == 4) {cleanup();}
		if(page == 5) {cleanup();}
		if(page == 6) {cleanup();}
		page = 0;
		menu.menuleft.home_mc.gotoAndStop("down");
		menu.menuleft.about_mc.gotoAndStop("up");
		menu.menuleft.mark_mc.gotoAndStop("up");
		menu.menuleft.hall_mc.gotoAndStop("up");
		menu.menuleft.theater_mc.gotoAndStop("up");
		menu.menuleft.available_mc.gotoAndStop("up");
		menu.menuleft.contact_mc.gotoAndStop("up");
	};
};
Repeat this for about ten times and with random lines of code commented or added.

Adbot
ADBOT LOVES YOU

mantaworks
May 6, 2005

by Fragmaster
Uhmm where's the backlight edition??!

mantaworks
May 6, 2005

by Fragmaster
I love meth too.

mantaworks
May 6, 2005

by Fragmaster
I fuckin love pow(). It makes me read out the code like a hyperactive 15 year old that just killed Ogre in Tekken 3 after drinking a few gallons of bawls. Hell yes!! POW! Take that!! gently caress yeah MATH RULES WOOO

mantaworks
May 6, 2005

by Fragmaster

rotor posted:




mantaworks
May 6, 2005

by Fragmaster



alright im out

mantaworks
May 6, 2005

by Fragmaster

nebby posted:

Sorry, ya gotta explain this one. (Yes, I know who that is, the wispy mustache gives it away.)

closest i can come to "post hot programmer chicks" (its his girlfriend/wife (hes my hero (not really hes a nerd)))

Adbot
ADBOT LOVES YOU

mantaworks
May 6, 2005

by Fragmaster

biznatchio posted:

The first person to post a picture of Leah Culver gets a boot up the rear end from yours truly.

programming chicks != a pair of tits who think they can program

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply