var musikhandle;var musicvol = 88;sound title = <title.wav>;function play_title(){ musikhandle = play_loop (title,musicvol); RETURN;}function stop_title(){ stop_sound musikhandle; //Stop the in play_title() played sound}
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de