Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Bomy Island Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=80)
-   -   Chaos (https://forums.graalonline.com/forums/showthread.php?t=4285)

06-08-2001 07:29 AM

Chaos
 
1 Attachment(s)
CHAOS!

Spunky2000ca 06-08-2001 07:32 AM

*png impaired*

06-08-2001 07:33 AM

Quote:

Originally posted by Spunky2000ca
*png impaired*
what part of

UPDATE YOUR IE

don't you understand?!

TylerS36 06-08-2001 07:46 AM

where was that pic taken?

TCNDAN 06-08-2001 07:49 AM

I UPDATED MY IE


QUICKTIME THINKS IT PLAYS PNGS OR SOMETHING AND IT IS SUPER SLOW

WHY NOT GET OFF UR FAT TRUFFLE AND MAKE IT A GIF IT IS SMALLER AND LOADS FASTER, YES EVEN ON CABLE

Tyhm 06-08-2001 08:13 AM

Netscapees:
http://www.libmng.com/plugins/index.html
(Disclaimer: Graal MNGs use a slightly diferent syntax than the standard, so gif2mng MNGs run in Graal, but nowhere else. This may be fixed someday. :P
In the meantime, this plugin's fine for attatched pngs)

Spunky2000ca 06-08-2001 08:24 AM

Quote:

Originally posted by Garnet_Mithica


what part of

UPDATE YOUR IE

don't you understand?!

that isnt the problem. I have IE 5.5 and I cant get 6 cause my comp wont support is...

06-08-2001 08:38 AM

Quote:

Originally posted by TCNDAN
I UPDATED MY IE


QUICKTIME THINKS IT PLAYS PNGS OR SOMETHING AND IT IS SUPER SLOW

WHY NOT GET OFF UR FAT TRUFFLE AND MAKE IT A GIF IT IS SMALLER AND LOADS FASTER, YES EVEN ON CABLE

Because I don't think I should cater to complainers like you.

TCNDAN 06-08-2001 09:19 AM

hey you suck

i mean you are mean and i dont want to be your daddy anymore

grim_squeaker_x 06-08-2001 04:23 PM

NPC Code:
if (playerenters||timeout) {
for (this.i=0;this.i<64;this.i++) for (this.j=0;this.j<64;this.j++) {
this.a=int(random(0,16));
this.b=int(random(0,255));
board[this.i+64*this.j]=this.a+16*this.b;
}
updateboard 0,0,64,64;
timeout=0.05;
}


Put that in a level and then you've got even more chaos.

toad1413 06-08-2001 04:30 PM

Quote:

Originally posted by grim_squeaker_x
NPC Code:
if (playerenters||timeout) {
for (this.i=0;this.i<64;this.i++) for (this.j=0;this.j<64;this.j++) {
this.a=int(random(0,16));
this.b=int(random(0,255));
board[this.i+64*this.j]=this.a+16*this.b;
}
updateboard 0,0,64,64;
timeout=0.05;
}


Put that in a level and then you've got even more chaos.

What does that do? I'm too lasy to stick it in a level to try it out, sorry.
Don't say anything Marle.

grim_squeaker_x 06-08-2001 04:46 PM

Quote:

Originally posted by toad1413


What does that do? I'm too lasy to stick it in a level to try it out, sorry.
Don't say anything Marle.

Basically it'll set each tile in the whole level to a different tile every 0.05 seconds.

toad1413 06-08-2001 05:11 PM

thanks. THAT would cause a lot of lag.

greezi 06-08-2001 05:41 PM

Quote:

Originally posted by Garnet_Mithica


what part of

UPDATE YOUR IE

don't you understand?!

haha Marle, you Pwn me.

Kaimetsu 06-08-2001 06:10 PM

Quote:

Originally posted by grim_squeaker_x
NPC Code:
if (playerenters||timeout) {
for (this.i=0;this.i<64;this.i++) for (this.j=0;this.j<64;this.j++) {
this.a=int(random(0,16));
this.b=int(random(0,255));
board[this.i+64*this.j]=this.a+16*this.b;
}
updateboard 0,0,64,64;
timeout=0.05;
}


Put that in a level and then you've got even more chaos.

I'd change it from iterating through the x and y to iterating simply from 0 to 4095. Like so:

NPC Code:

for(j=0;j!=4096;j++){
board[j]=int(random(4080));
}
updateboard 0,0,64,64;
timeout=0.05



Only slightly shorter ;)

[edit]Stupid UBB code! Had to change my i to a j![/edit]

waar 06-08-2001 06:26 PM

Quote:

Originally posted by Garnet_Mithica


what part of

UPDATE YOUR IE

don't you understand?!

what part of

UPDATING YOUR IE WON'T HELP

don't you understand?!

06-08-2001 06:32 PM

Quote:

Originally posted by waar


what part of

UPDATING YOUR IE WON'T HELP

don't you understand?!



Actually, Mr. Deetto, it does. I was .png impaired until I

UPDATED MY IE


and now I can see .png files.


Also, try downloading


PAINT SHOP PRO

or some other

IMAGE EDITING PROGRAM

that will edit

.PNG FILES

waar 06-08-2001 10:47 PM

Quote:

Originally posted by Garnet_Mithica




Actually, Mr. Deetto, it does. I was .png impaired until I

UPDATED MY IE


and now I can see .png files.


Also, try downloading


PAINT SHOP PRO

or some other

IMAGE EDITING PROGRAM

that will edit

.PNG FILES

I have the lastest version of IE and i was PNG empared

UNTIL I MESSED WITH QUICKTIME

and i have

ADOBE PHOTOSHOP


All times are GMT +2. The time now is 08:26 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.