New Version NEEDS-
Can read iTunes files
Variable hiding and showing (HATE using layers)
sensing block for when i recieve like when touching
Please Scratch needs this stuff!
Offline
You don't need a <I recieve> block. Just use this construct:
When Flag Clicked
Repeat Until <move=0>
move 1 step
When I recieve stopmoving
set move to 0
This replaces the <I recieve move> block, which wouldn't work anyway, as a broadcast is a fleeting event and not a constant on/off state (like <touching sprite?> or <variable=1>)
Offline
I think iTunes stores files in a proprietary format to prevent easy copying. You can try converting your iTunes files into popular sound format such as mp3 or wav.
Offline