The Dink Network

Reply to Re: created sprite visability

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:
 
 
October 1st 2009, 10:29 PM
spike.gif
This sounds a lot like the classic preload bug. In earlier versions of Dink, created sprites would sometimes be invisible because their graphic sequence wasn't loaded into memory (yet). This could be fixed by adding preload_seq()s in the script. This problem isn't supposed to be in version 108, but it shouldn't hurt to try. Adding this to the beginning of the script:
preload_seq(371);