Reply to Re: Is it possible...
If you don't have an account, just leave the password field blank.
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.
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.