Reply to Re: How will Dink lose weight?
If you don't have an account, just leave the password field blank.
They do exist as sprites, I think, but with a non-existing sequence.
create_sprite(328, 259, 0, 400, 1);
sequence 400 doesn't exist by default (and you really shouldn't add one at number 400). Try to use 401 (and 301 in the other create_sprite).
create_sprite(328, 259, 0, 400, 1);
sequence 400 doesn't exist by default (and you really shouldn't add one at number 400). Try to use 401 (and 301 in the other create_sprite).