The Dink Network

Reply to Re: Resizing sprite (among 1000 things more)

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:
 
 
June 6th 2016, 07:31 PM
peasantm.gif
shevek
Peasant They/Them Netherlands
Never be afraid to ask, but don't demand an answer 
sp_brain(&dink, 6); //necessary even though it should be set by create_sprite
I've never had that problem; what does it not do if you omit that? I never noticed anything missing.

sp_seq(&dink, 14); // also necessary
Yes, this is required; the brain sets it based on base_* values, but it doesn't do it all the time, so if you don't do it, it may take a while before the correct graphic is used.

However, brain 6 does set sp_seq all the time; I don't think you need to do it explicitly in that case, but I could be wrong about that.