The Dink Network

Reply to Re: I'm new to developing and I need a little help.

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:
 
 
April 7th 2005, 11:38 PM
death.gif
Okay, new questions all together.

1. I read T.R.O.S. and it helps s-loads. Still though, there is one thing that was unclear to me. When you make a "void main(void)" scipt that is supposed to be attached to a screen...how do you do that? I went on the big purple/red block screen...put the square over the screen desired...hit the "B" button...and typed the name of the script in which I was going to use. I have went back and checked to see if I typed it correctly...I did. So what's up?

2. This is a series of small questions that I believe should all be relative to one another. Okay...

How do I make a .midi play on the title screen? I figure it has to do with start.c

//If you're going to play a title midi, uncomment & change the following:
playmidi("memories.mid"); kill_this_task();
}

I have put in "memories" as that is what I am trying to play. I also renamed it "1" at one point and changed it to

playmidi("1.mid");

It still didn't work.

Another thing...How do I change the Splash loading screen?...The Title screen?

Finally for now, how can I decrease Dinks size in between events? Like from...
(&story == 4) to (&story == 6) or something?