This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2008-03-30 00:35:13

coolkid001
Scratcher
Registered: 2008-01-04
Posts: 19

Ok, when is this guna happen!?!?!

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!


ROFLWAFFLE

Offline

 

#2 2008-03-30 19:45:51

fullmoon
Retired Community Moderator
Registered: 2007-06-04
Posts: 1000+

Re: Ok, when is this guna happen!?!?!

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>)


http://i302.photobucket.com/albums/nn100/fullmoon32/wow.jpg

Offline

 

#3 2008-03-31 08:06:38

andresmh
Scratch Team at MIT
Registered: 2007-03-05
Posts: 1000+

Re: Ok, when is this guna happen!?!?!

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.


Andres Monroy-Hernandez | Scratch Team at the MIT Media Lab
on identi.ca and  twitter

Offline

 

Board footer