The Dink Network

Reply to Re: Bad pic error?

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:
 
 
January 29th 2003, 05:09 PM
pq_frog.gif
Ric
Peasant They/Them Canada
 
: : I need to create_sprite a dead body off screen move it on screen, but after getting v 1.07, Dink gives me this bad pic error. How can I get around that?

: Bad pic error can be fixed by using  preload_sequence before creating a sprite (of course if there is such sprite# in the sequence).

Thanks, but no thats not it. It creates o.k. if I start it on the screen, but it won't creat off screen:

int &body = create_sprite(-100,-100,9,385,1);

if I locate it at (100,100....) it's fine.