📧 Message Board Archive

i am stumped
well, ive been using dink c for 3 or 4 years, but i still cant figue out how to do something very trivial. how do i make a sprite a background sprite in dink c (not dink edit) if someone can tell me, id appreciate it a lot.



snappers.
Re: i am stumped
: well, ive been using dink c for 3 or 4 years, but i still cant figue out how to do something very trivial. how do i make a sprite a background sprite in dink c (not dink edit) if someone can tell me, id appreciate it a lot.



: snappers.



hmm...  try...

editor_type(&current_sprite, 3) ;

//to make the sprite be hard

editor_type(&current_sprite, 5) ;

//to make it not hard



You may also have to put in editor_seq and editor_frame info