Welcome to Gaia! ::

Nintendo Cult!

Back to Guilds

So long and thanks for the memories. 

Tags: Nintendo, Gaming, Video games 

Reply Social Room
SPAM CAN Goto Page: [] [<<] [<<] [<] 1 2 3 ... 14776 14777 14778 14779 14780 14781 ... 26211 26212 26213 26214 [>] [>>] [>>] [»|]

Quick Reply

Enter both words below, separated by a space:

Can't read the text? Click here

Submit

Best Megas Album?
  Get Equipped
  Get Acoustic
  Megatainment
  History Repeating Blue
  History Repeating Red
View Results

J of The Wind

Shirtless Phantom

9,975 Points
  • Beta Forum Regular 0
  • Gender Swap 100
  • Invisibility 100
PostPosted: Thu Apr 30, 2009 4:18 pm


Regulust
Meow.


Awesome xd
PostPosted: Thu Apr 30, 2009 4:19 pm


Wantcookie
Hey, Cult.


Hey Co- *looks at a*** gonk

DAMMIT COOKIE!!! xd xd xd

J of The Wind

Shirtless Phantom

9,975 Points
  • Beta Forum Regular 0
  • Gender Swap 100
  • Invisibility 100

Skaeryll

Dangerous Spotter

PostPosted: Thu Apr 30, 2009 4:20 pm


J of The Wind
Regulust
Meow.


Awesome xd

Now there is 2 culties in the Demon Cats club.

...And they were the founders of the Laurels club! =O
PostPosted: Thu Apr 30, 2009 4:21 pm


J of The Wind
Wantcookie
Hey, Cult.


Hey Co- *looks at a*** gonk

DAMMIT COOKIE!!! xd xd xd

rofl
Fittingly, I'm suddenly listening to "Another one Bites the Dust." xd

Sharkbutt The Orgiastic

Magnetic Sex Symbol

7,650 Points
  • Signature Look 250
  • Hygienic 200
  • Elocutionist 200

J of The Wind

Shirtless Phantom

9,975 Points
  • Beta Forum Regular 0
  • Gender Swap 100
  • Invisibility 100
PostPosted: Thu Apr 30, 2009 4:22 pm


Wantcookie
J of The Wind
Wantcookie
Hey, Cult.


Hey Co- *looks at a*** gonk

DAMMIT COOKIE!!! xd xd xd

rofl
Fittingly, I'm suddenly listening to "Another one Bites the Dust." xd



xd biggrin smile neutral eek burning_eyes
PostPosted: Thu Apr 30, 2009 4:28 pm


D=

Also, it is my and everyone else's last chance to beat Bucky O' Hare today. I have yet to do so. ;_;

Ribbin

4,900 Points
  • Forum Explorer 100
  • Treasure Hunter 100
  • Peoplewatcher 100

TtheHero

Unbeatable Protagonist

29,625 Points
  • Falling For You 25
  • Waffles! 25
  • Diedrich Supporter 50
PostPosted: Thu Apr 30, 2009 4:42 pm


ADOBE FLASH ACQUIRED.

Mmm... now to see if Omega can pass off a few pointers.
PostPosted: Thu Apr 30, 2009 4:58 pm


Ribbin
I'm in my new house now. =o

=O
Is it awesome?!

l-Kriel-l


Nomega

Dapper Dabbler

PostPosted: Thu Apr 30, 2009 5:05 pm


TtheHero
ADOBE FLASH ACQUIRED.

Mmm... now to see if Omega can pass off a few pointers.

Well, I was going to post some long-a** code that would only serve to deeply confuse you, but my computer is running too slowly. confused

xp Anything in particular you don't understand? Or do you understand absolutely nothing? sweatdrop
PostPosted: Thu Apr 30, 2009 5:05 pm


HISSSSSSSSS!

Skaeryll

Dangerous Spotter


Ribbin

4,900 Points
  • Forum Explorer 100
  • Treasure Hunter 100
  • Peoplewatcher 100
PostPosted: Thu Apr 30, 2009 5:06 pm


Shane-Cheshner
Ribbin
I'm in my new house now. =o

=O
Is it awesome?!

Pretty awesome, hard to get used to an upstairs room when there is hardwood flooring and my wheelie chair. D=
PostPosted: Thu Apr 30, 2009 5:08 pm


Ribbin
Shane-Cheshner
Ribbin
I'm in my new house now. =o

=O
Is it awesome?!

Pretty awesome, hard to get used to an upstairs room when there is hardwood flooring and my wheelie chair. D=

WUT?

Skaeryll

Dangerous Spotter


Nomega

Dapper Dabbler

PostPosted: Thu Apr 30, 2009 5:15 pm


NintendOmega
TtheHero
ADOBE FLASH ACQUIRED.

Mmm... now to see if Omega can pass off a few pointers.

Well, I was going to post some long-a** code that would only serve to deeply confuse you, but my computer is running too slowly. confused

xp Anything in particular you don't understand? Or do you understand absolutely nothing? sweatdrop

Well if you really wanted it...
MovieClip.prototype.wall = function() {
this.xmin = this.getBounds(_root).xMin;
this.xmax = this.getBounds(_root).xMax;
this.ymin = this.getBounds(_root).yMin;
this.ymax = this.getBounds(_root).yMax;
if (this.hitTest(this.target)) {
if (this.target.xmax>this.xmin and this.target.xmintrue) {
this.tb = true;
if (this.target.ymin this.target._y = this._y-this.target._height/2-this._height/2;
if (Key.isDown(Key.UP)) {
this.target._y -= 1;
}
this.target.jump = false;
this.target.decay = 0;
} else if (this.target.ymax>this.ymin and this.target._y>this._y) {
this.target._y = this._y+this.target._height/2+this._height/2;
this.target.decay = -1;
} else {
this.tb = false;
}
}
if (this.target.ymax>=this.ymin and this.target.ymin<=this.ymax and this.tb<>true) {
this.lr = true;
this.target.xdecay = 0;
if (this.target.xmin<=this.xmax and this.target._x this.target._x = this._x-this.target._width/2-this._width/2;
} else if (this.target.xmax>=this.xmin and this.target._x>this._x) {
this.target._x = this._x+this.target._width/2+this._width/2;
} else {
this.lr = false;
}
}
} else {
this.lr = false;
this.tb = false;
}
}
PostPosted: Thu Apr 30, 2009 5:18 pm


NintendOmega
TtheHero
ADOBE FLASH ACQUIRED.

Mmm... now to see if Omega can pass off a few pointers.

Well, I was going to post some long-a** code that would only serve to deeply confuse you, but my computer is running too slowly. confused

xp Anything in particular you don't understand? Or do you understand absolutely nothing? sweatdrop


I'm afraid I know next to nothing. User Image


But I'm willing to take any advice you can offer!

Hmm... that code, what does it do?

TtheHero

Unbeatable Protagonist

29,625 Points
  • Falling For You 25
  • Waffles! 25
  • Diedrich Supporter 50

l-Kriel-l

PostPosted: Thu Apr 30, 2009 5:19 pm


It's hard to get used to it being so rolly?
Reply
Social Room

Goto Page: [] [<<] [<<] [<] 1 2 3 ... 14776 14777 14778 14779 14780 14781 ... 26211 26212 26213 26214 [>] [>>] [>>] [»|]
 
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum