Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Author
Message
Beginner forum
20
Years of Service
User Offline
Joined: 31st Jan 2004
Location:
Posted: 31st Jan 2004 19:16
Hello
I'm beginner. I have a little problem, when I do the program, there is a error message. Why ???
Thank you

lolo
CattleRustler
Retired Moderator
21
Years of Service
User Offline
Joined: 8th Aug 2003
Location: case modding at overclock.net
Posted: 31st Jan 2004 19:46
ink needs two arguments foreground color, background color. try...

INK RGB(200,255,50),rgb(0,0,0)
PRINT "the 3D gamemaker"
SUSPEND FOR KEY

-RUST-
"What the... Mooooooooooo!"
John H
Retired Moderator
21
Years of Service
User Offline
Joined: 14th Oct 2002
Location: Burlington, VT
Posted: 31st Jan 2004 21:40
Or simply

Ink RGB(255,255,255),1


We need help! Email us! join@eternaldestinyonline.com
Chris K
20
Years of Service
User Offline
Joined: 7th Oct 2003
Location: Lake Hylia
Posted: 31st Jan 2004 21:56
Or better

Ink RGB(255,255,255),0

spygamer
20
Years of Service
User Offline
Joined: 17th Oct 2003
Location:
Posted: 31st Jan 2004 22:32 Edited at: 31st Jan 2004 22:33
Ink rgb(red,green,blue),backround color



So for red color use:

ink rgb(255,0,0),0
print "Error Message"

or to do random color do this:

ink rgb(rnd(255),rnd(255),rnd(255)),0
print "Error Message"

make sure this is in a loop.

Hope that explain it!

I trying to be a moderator. I'm nice and cool 24/7.

Login to post a reply

Server time is: 2024-09-21 18:14:47
Your offset time is: 2024-09-21 18:14:47