The Dink Network

Reply to Re: Need Some Help for my First DMOD

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:
 
 
July 11th 2004, 03:50 AM
farmer.gif
er, try changing all the 300's to 0's, i think. for fading down use fade_down();, and for the very last line of the code, use kill_game();

oh, and one more thing i might mention. at the very end of the script where you do the sprite_attach(1000), put this line before the last bracket:
kill_this_task();
this insures that there aren't any horrible memory leaks, and keeps the code from going weird places when the script is finished. i can't wait to play your game.