;start music mp3
InitMovie()
LoadMovie(0,"./launcher.mp3")
PlayMovie(0,WindowID())
;end music mp3
Now when I want to stop the music it's
Case #Button_13 ; music off
StopMovie()
now what happends if I want make a multi button so click again turns it on.. could you post full code if possible what be from here
Case #Button_13 ; music off
StopMovie()
Thanks..
Also could I get flash into my project and if so is it hard? I want make a launcher for a game be cool have small window on launcher shows some action shots of the in game part when I make into small simple flash video
