The Dink Network

Reply to Re: Need Some Help for my First DMOD

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
July 11th 2004, 03:53 AM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
You need to give the text strings a speed. So after each thing, add:

sp_speed(&creditX, 3);

And if it still doesn't work, look at s3-cred.c, Mystery Island (it's in tutorial/msource.zip).

To make a screen go black:

fade_down();
fill_screen(0);
//0 = black

To return to Windows:

kill_game();