The Dink Network

Reply to Re: Title Screen -

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 14th 2010, 07:42 PM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
The buttons are created in start.c. You'll have to modify the coordinates there. Thy should look something like this:

&crap = create_sprite(76, 40, 14, 194, 1);
sp_script(&crap, "start-1");
sp_noclip(&crap, 1);


The first two numbers of create_sprite() are the x,y coordinates. The easiest thing to do is use WinDinkEdit and make your title screen on a map screen to get your coordinates. Keep in mind though that the title screen will be bigger in the end because it overlaps the status bars while the map screen will not.