The Dink Network

Reply to Re: How do i create my own sprites?

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 28th 2006, 02:20 AM
knightg.gif
cypry
Peasant He/Him Romania
Chop your own wood, and it will warm you twice. 
If your graphic isn't 256 colors, WinDinkEdit won't display it.
Try to attach this script to a sprite in the screen:

void main(void)
{
preload_seq(850);
create_sprite(100,100,0,850,1);
}

where instead of 850, write your graphic slot(850 is the first one free).

Start the game, enter that screen, and you should see your graphic. If you can see it, it means it's not 256 colors. If you can't... keep bugging this forum.