jtr007 Posted November 27, 2010 Share Posted November 27, 2010 {$VERSION 3.1.0027}{$CLEO .cs}//-------------MAIN---------------thread 'DSDS' 0AAC: [email protected] = load_mp3 "CLEO\HALO\DISLAND.MP3" [email protected] = Marker.CreateIconWithoutSphere(19, 725.0, -2730.0, 25.0):DSDS_61wait 0 if 00EC: actor $PLAYER_ACTOR 0 near_point 725.0 -2730 radius 500.0 500.0 else_jump @DSDS_61 0AAD: set_mp3 [email protected] perform_action 0 0AAD: set_mp3 [email protected] perform_action 1 wait 80000 jump @DSDS_61 Music wont play. Link to comment Share on other sites More sharing options...
Deji Posted November 27, 2010 Share Posted November 27, 2010 CLEO 3 has various issues with playing audio. Update to CLEO 4. Link to comment Share on other sites More sharing options...
yair1221 Posted November 27, 2010 Share Posted November 27, 2010 i told you it was for CLEO 4 Link to comment Share on other sites More sharing options...
james227uk Posted November 27, 2010 Share Posted November 27, 2010 i told you it was for CLEO 4 And what you told him doesn't count. Every opcode in that tiny script will work for CLEO3. Link to comment Share on other sites More sharing options...
yair1221 Posted November 27, 2010 Share Posted November 27, 2010 he asked if its for CLEO 4 i told him yes, but it might work for 3...either way, i still have a question: the opcodes are the same as CLEO 3's so whats the difference? Link to comment Share on other sites More sharing options...
TheSiggi Posted November 27, 2010 Share Posted November 27, 2010 The function defined in the libaries? Link to comment Share on other sites More sharing options...
yair1221 Posted November 27, 2010 Share Posted November 27, 2010 but CLEO 3 has always supported mp3... CLEO 4 started to support all audiostreams though Link to comment Share on other sites More sharing options...
BnB Posted November 27, 2010 Share Posted November 27, 2010 Here is an example {$CLEO .cs}0000: NOPwhile true wait 0 ms if and 0AB0: key_pressed 77 // M 0AAB: file_exists "CLEO\PLAYLIST\01.MP3" then 0AAC: [email protected] = load_mp3 "CLEO\PLAYLIST\01.MP3" wait 1000 ms 0AAD: set_mp3 [email protected] perform_action 1 0A93: end_custom_thread endend Link to comment Share on other sites More sharing options...
james227uk Posted November 27, 2010 Share Posted November 27, 2010 he asked if its for CLEO 4i told him yes, but it might work for 3...either way, i still have a question: the opcodes are the same as CLEO 3's so whats the difference? CLEO4 audio supports more audio filetypes, and is way more stable than CLEO3 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now