The Dink Network

Reply to Re: Is it possible...

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:
 
 
November 7th 2003, 08:27 AM
wizardb.gif
Kyle
Peasant He/Him Belgium
 
Sure, but not from the point it left off.

Say you push the escape button.

You would put this in first :
stopmidi();
To start it again, you simply use playmidi("midi.mid");

I just realized what your intention might be. Do you want it to start playing a midi that was put on the map but you don't always know which? If that's the case, the only solution would be to check which map number Dink is on and use conditions to select which midi will play again. It works and doesn't take that much time since you can copy and past most of the stuff.