Go Back   I-Mockery Forum > I-Mockery Discussion Forums > General Blabber
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #4201  
camacazio camacazio is offline
Mocker
camacazio's Avatar
Join Date: Nov 2003
camacazio is probably a spambot
Old Jun 26th, 2004, 03:12 AM       
FUCK i'm so jealous that matt picked the other avatar
Reply With Quote
  #4202  
Snatchtastic Snatchtastic is offline
Senior Member
 
Join Date: Sep 2003
Location: Gagged and Bagged!
Snatchtastic is probably a spambot
Old Jun 26th, 2004, 08:46 AM        .
LOL, CATLOAF!
Reply With Quote
  #4203  
HickMan HickMan is offline
DON'T F WITH ME
HickMan's Avatar
Join Date: Apr 2003
Location: MILWAUKEE
HickMan is probably pretty okHickMan is probably pretty okHickMan is probably pretty okHickMan is probably pretty okHickMan is probably pretty ok
Old Jun 26th, 2004, 11:15 AM       
HEY YOU JERKS I'M BACK. whats goin on?
__________________
Reply With Quote
  #4204  
Snatchtastic Snatchtastic is offline
Senior Member
 
Join Date: Sep 2003
Location: Gagged and Bagged!
Snatchtastic is probably a spambot
Old Jun 26th, 2004, 12:29 PM        .
I just drank a Super Big Gulp and ate 2 Fifth Avenues.
Reply With Quote
  #4205  
Matt Harty Matt Harty is offline
Dirty Girl
Matt Harty's Avatar
Join Date: Feb 2003
Location: CLIT
Matt Harty is probably a spambot
Old Jun 26th, 2004, 12:46 PM       
Quote:
Originally Posted by ScruU2wice
Matt Harty totally talks differently on aim

As compared to what?
Reply With Quote
  #4206  
kellychaos kellychaos is offline
Mocker
 
Join Date: Feb 2003
Location: Where I Started But In A Different Place
kellychaos is probably a spambot
Old Jun 26th, 2004, 01:17 PM       
Return of cat loaf!
__________________

Wherever you go, there you are.
Reply With Quote
  #4207  
Matt Harty Matt Harty is offline
Dirty Girl
Matt Harty's Avatar
Join Date: Feb 2003
Location: CLIT
Matt Harty is probably a spambot
Old Jun 26th, 2004, 03:05 PM       
SAM
Reply With Quote
  #4208  
Sajuuk Sajuuk is offline
Senior Member
Sajuuk's Avatar
Join Date: Feb 2004
Location: Closer than you
Sajuuk is probably a spambot
Old Jun 26th, 2004, 04:13 PM       
Code:
rem Load bitmaps
load bitmap "tiles.bmp",1
get image 1,0,0,256,256
delete bitmap 1

rem Load sound
load sound "hum.wav",1
load sound "explode.wav",2
loop sound 1

rem Load music track
load music "caverun.mid",1
loop music 1

rem Activate manual sync
sync on

rem Make landscape and ceiling matrix
make matrix 1,2000,5000,10,25
prepare matrix texture 1,1,2,2
make matrix 2,2000,5000,10,25
prepare matrix texture 2,1,2,2
fill matrix 2,0,2
randomize matrix 2,350.0
for t=0 to 25
	set matrix height 2,0,t,-100
	set matrix height 2,10,t,-100
next t
update matrix 2

rem Bagin game loop
do

rem Set seed for same random numbers
randomize 1

rem Clear cave floor
fill matrix 1,0,1

rem Set lighting, fog and setupset ambient light 20
color backdrop 0
if fog available()=1 then fog on : fog color 0 : fog distance 3000

rem Reset speed
x=0
z=0
speed#=0.0

rem Begin main loop
repeat

rem Record old variables
oldx=x
oldgy#=gy#

rem Control key movements
if upkey()=1 then speed#=speed#+1.0 else speed#=speed#-1.0
if leftkey()=1 then rz#=rz#+1.0
if rightkey()=1 then rz#=rz#-1.0

rem Control variables
if speed#<0.0 then speed#=0.0
if speed#<10.0 then speed#=speed#+1.1
if speed#>40.0 then speed#=40.0
rz#=rz#/1.1
x=x-(2*rz#)

rem Scroll landscape
z=z+speed#
if z>200
	z=z-200
	if rnd(3)=0
		mp=mp-1
		mp=mp+rnd(3)
		if mp<1 then mp=1
		if mp>4 then mp=4
	endif
	for t=0 to 0 : set matrix height 1,t,24,450 : set matrix tile 1,t,24,2 : next t
	for t=1 to mp : set matrix height 1,t,24,rnd(200) : set matrix tile 1,t,24,2 : next t
	for t=mp+1 to mp+1 : set matrix height 1,t,24,rnd(200) : set matrix tile 1,t,24,3 : next t
	for t=mp+2 to mp+3 : set matrix height 1,t,24,rnd(20) : set matrix tile 1,t,24,1 : next t
	for t=mp+4 to mp+4 : set matrix height 1,t,24,rnd(200) : set matrix tile 1,t,24,4 : next t
	for t=mp+5 to 9 : set matrix height 1,t,24,rnd(200) : set matrix tile 1,t,24,2 : next t
	for t=10 to 10 : set matrix height 1,t,24,450 : next t
	update matrix 1
	shift matrix up 1
	shift matrix up 2
endif

rem Position matrix	
position matrix 1,0,0,2500-z
position matrix 2,0,100,2500-z

rem Position camera
gy#=curvevalue(50+get ground height(1,500+x,z),gy#,3)
position camera 500+x,gy#,2500
zrotate camera wrapvalue(rz#)

rem Control sound frequency
set sound speed 1,10000+(speed#*100)

rem Update screen
sync

rem End main loop when collision with ceiling
until get ground height(2,500+x,z)<gy#-75.0

rem Return camera to point before collision
position camera 500+oldx,oldgy#,2500

rem Game Over
play sound 2
for c=0 to 255 step 20
	cls rgb(c,0,0)
	if fog available()=1 then fog distance (c*5) : fog color (c*256*256)
	sync
next c

rem End game loop
loop
Reply With Quote
  #4209  
Sam Sam is offline
The Unicorn
Sam's Avatar
Join Date: Feb 2003
Sam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contest
Old Jun 26th, 2004, 04:25 PM       
AWSOME :D
__________________
Reply With Quote
  #4210  
Matt Harty Matt Harty is offline
Dirty Girl
Matt Harty's Avatar
Join Date: Feb 2003
Location: CLIT
Matt Harty is probably a spambot
Old Jun 26th, 2004, 04:32 PM       
AWESOME! :D
Reply With Quote
  #4211  
The Retro Kat The Retro Kat is offline
Mocker
The Retro Kat's Avatar
Join Date: Feb 2003
Location: MYANUS.
The Retro Kat is probably a spambot
Old Jun 26th, 2004, 04:36 PM       
BITCHES :D
__________________
Gas and masturbation are highly unlikely to be connected with each other. Have you tried to stop masturbating? Has the gas subsided as a result? Perhaps you could try the same experiment by increasing the times you masturbate daily. Do you notice that the gas is increasing?
Reply With Quote
  #4212  
Sam Sam is offline
The Unicorn
Sam's Avatar
Join Date: Feb 2003
Sam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contest
Old Jun 26th, 2004, 04:37 PM       
BALLS IN D00DS :D
__________________
Reply With Quote
  #4213  
Sajuuk Sajuuk is offline
Senior Member
Sajuuk's Avatar
Join Date: Feb 2004
Location: Closer than you
Sajuuk is probably a spambot
Old Jun 26th, 2004, 05:11 PM       
AWESOME :D
Reply With Quote
  #4214  
Sam Sam is offline
The Unicorn
Sam's Avatar
Join Date: Feb 2003
Sam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contest
Old Jun 26th, 2004, 05:13 PM       
AWSOME :D
__________________
Reply With Quote
  #4215  
Matt Harty Matt Harty is offline
Dirty Girl
Matt Harty's Avatar
Join Date: Feb 2003
Location: CLIT
Matt Harty is probably a spambot
Old Jun 26th, 2004, 05:15 PM       
AWESOME :D
Reply With Quote
  #4216  
HickMan HickMan is offline
DON'T F WITH ME
HickMan's Avatar
Join Date: Apr 2003
Location: MILWAUKEE
HickMan is probably pretty okHickMan is probably pretty okHickMan is probably pretty okHickMan is probably pretty okHickMan is probably pretty ok
Old Jun 26th, 2004, 06:04 PM       
__________________
Reply With Quote
  #4217  
The Retro Kat The Retro Kat is offline
Mocker
The Retro Kat's Avatar
Join Date: Feb 2003
Location: MYANUS.
The Retro Kat is probably a spambot
Old Jun 26th, 2004, 07:03 PM       
__________________
Gas and masturbation are highly unlikely to be connected with each other. Have you tried to stop masturbating? Has the gas subsided as a result? Perhaps you could try the same experiment by increasing the times you masturbate daily. Do you notice that the gas is increasing?
Reply With Quote
  #4218  
Sam Sam is offline
The Unicorn
Sam's Avatar
Join Date: Feb 2003
Sam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contest
Old Jun 26th, 2004, 07:59 PM       
PutYourToeInYou: http://rackshack2.mybuddyinfo.com/im...11DSC00910.JPG
PutYourToeInYou:
PutYourToeInYou: that's me
Switch Dingo: I SAW YOUR NERD PICTURE
Switch Dingo: YOU LOOK LIKE YOU BELONG IN THAT LOCKER
Switch Dingo: STUFFED INTO IT
PutYourToeInYou: I WROTE THAT ON SOME JERKS LOCKER
PutYourToeInYou: JERK
*** PutYourToeInYou signed off at Sat Jun 26 18:00:23 2004.
Switch Dingo: YEAH SURE NERD
Switch Dingo: OH SURE SIGN OFF NERD
__________________
Reply With Quote
  #4219  
HickMan HickMan is offline
DON'T F WITH ME
HickMan's Avatar
Join Date: Apr 2003
Location: MILWAUKEE
HickMan is probably pretty okHickMan is probably pretty okHickMan is probably pretty okHickMan is probably pretty okHickMan is probably pretty ok
Old Jun 26th, 2004, 08:42 PM       
LOOK AT THE NERD WHO'S TALKING TO THE 'NERD' WHO ISN'T EVEN THERE. NERD.
__________________
Reply With Quote
  #4220  
Sam Sam is offline
The Unicorn
Sam's Avatar
Join Date: Feb 2003
Sam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contestSam won the popularity contest
Old Jun 26th, 2004, 08:50 PM       
LOOK AT THE NERD WHO'S CALLING A NERD A NERD AFTER THAT NERD ALREADY CALLED HIM A NERD.

NERD.
__________________
Reply With Quote
  #4221  
HickMan HickMan is offline
DON'T F WITH ME
HickMan's Avatar
Join Date: Apr 2003
Location: MILWAUKEE
HickMan is probably pretty okHickMan is probably pretty okHickMan is probably pretty okHickMan is probably pretty okHickMan is probably pretty ok
Old Jun 26th, 2004, 08:54 PM       
I HAVE TO GO CALL MY GIRLFRIEND. SOMETHING THAT A NERD DOSN'T HAVE. LIKE YOU. BECAUSE YOU'RE A NERD. NOW IF YOU EXCUSE ME, I AM GOING TO GO DO SOME NON-NERDY THINGS. NERD.
__________________
Reply With Quote
  #4222  
The Retro Kat The Retro Kat is offline
Mocker
The Retro Kat's Avatar
Join Date: Feb 2003
Location: MYANUS.
The Retro Kat is probably a spambot
Old Jun 26th, 2004, 11:34 PM       
OMG U 2 R SUCH NERDS OMG
__________________
Gas and masturbation are highly unlikely to be connected with each other. Have you tried to stop masturbating? Has the gas subsided as a result? Perhaps you could try the same experiment by increasing the times you masturbate daily. Do you notice that the gas is increasing?
Reply With Quote
  #4223  
ScruU2wice ScruU2wice is offline
Mocker
ScruU2wice's Avatar
Join Date: Jun 2003
Location: thursday
ScruU2wice is probably a spambot
Old Jun 26th, 2004, 11:55 PM       
THIS IS SO HOT :D
Reply With Quote
  #4224  
Snatchtastic Snatchtastic is offline
Senior Member
 
Join Date: Sep 2003
Location: Gagged and Bagged!
Snatchtastic is probably a spambot
Old Jun 27th, 2004, 10:56 AM        .
AWSOME :D
Reply With Quote
  #4225  
ScruU2wice ScruU2wice is offline
Mocker
ScruU2wice's Avatar
Join Date: Jun 2003
Location: thursday
ScruU2wice is probably a spambot
Old Jun 27th, 2004, 11:54 AM       
My Bros. got Super Smash Brothers Melee
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

   


All times are GMT -4. The time now is 05:14 PM.


© 2008 I-Mockery.com
Powered by: vBulletin
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.