MP3 not play and crash my game , fix help me please
Code:
// This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
{$CLEO .cs}
//-------------MAIN---------------
0000: NOP
:BASE
wait 0
if
Player.Defined($PLAYER_ACTOR)
else_jump @BASE
jump @missile
:missile
wait 5
if
0AB0: key_pressed 88
jf @engine
$HMP1 = Audiostream.Load("CLEO/mp3/missile.MP3")
Audiostream.PerformAction($HMP1, PLAY)
wait 1000
jump @BASE
:engine
wait 5
if
0AB0: key_pressed 78
jf @getlock
wait 200
$HMP2 = Audiostream.Load("CLEO/mp3/online.MP3")
Audiostream.PerformAction($HMP2, PLAY)
wait 2000
jump @BASE
:getlock
wait 5
if
0AB0: key_pressed 49
jf @missile
$HMP3 = Audiostream.Load("CLEO/mp3/getlock.MP3")
Audiostream.PerformAction($HMP3, PLAY)
gosub @stop
wait 1000
jump @BASE
:stop
if
0AB0: key_pressed 50
else_jump @STOP
Audiostream.Release($HMP1)
Audiostream.Release($HMP2)
Audiostream.Release($HMP3)
jump @BASE