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

#1 2007-12-01 22:28:38

BlueClayman1
Scratcher
Registered: 2007-11-15
Posts: 6

Mac vs. windows

How come mac doesn't have a "Repeat until" Block? Orr... at least mine doesn't have one.


                                -BlueClayman1

Last edited by BlueClayman1 (2007-12-01 22:29:51)

Offline

 

#2 2007-12-02 08:32:57

relyt12101
Scratcher
Registered: 2007-05-19
Posts: 500+

Re: Mac vs. windows

Maybe you don't have Scratch 1.1?


http://img392.imageshack.us/img392/2860/pspbanneregg089deiy0.png

Offline

 

#3 2007-12-02 08:55:45

johnm
Scratcher
Registered: 2007-03-08
Posts: 100+

Re: Mac vs. windows

Hi, BlueClayman1.

The "repeat until" block is close to the bottom of the Control category. You need to scroll down to find it.

  -- John

Offline

 

#4 2007-12-02 09:09:57

Jman720
Scratcher
Registered: 2007-11-27
Posts: 1000+

Re: Mac vs. windows

BlueClayman1 wrote:

How come mac doesn't have a "Repeat until" Block? Orr... at least mine doesn't have one.


                                -BlueClayman1

If your useing Macs the repear until block is there. I know this because i use macs.


Solve for x
2+3+2+(-9)+1x+2x=7

Offline

 

#5 2007-12-22 15:22:18

BlueClayman1
Scratcher
Registered: 2007-11-15
Posts: 6

Re: Mac vs. windows

Does anybody have a way to make a [blocks]<when green flag clicked>[/blocks] starting script, that continues throughout the entire project, thats not only effective when [blocks]<when green flag clicked>[/blocks] is clicked, that does what you want it too do once, then stops, and does it again when it is triggered, not counting [blocks]<forever>[/blocks], [blocks]<forever if>[/blocks] and [blocks]<forever>[/blocks] [blocks]<if>[/blocks]?

Offline

 

#6 2007-12-22 18:30:37

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Mac vs. windows

Try something like this

[blocks]
<when I receive[ Some Message ]>
<wait until>
Do some stuff....
<broadcast[ Some Message ]>

<when green flag clicked>
<broadcast[ Some Message ]>

The green flag sets up the first event trap and then, after that, the event handler sets itself up for the next occurance


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#7 2007-12-27 13:41:49

Haku1996
Scratcher
Registered: 2007-12-27
Posts: 1

Re: Mac vs. windows

I just got a Mac, and i tried to save a project on scratch, but i can't! it said that the save file was either blocked or it was read-only. how do i save the project?

Offline

 

#8 2007-12-27 17:27:09

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: Mac vs. windows

You need to make sure that the folder you are trying to save to allows you to write to the folder.  Go to it with the finder and hit apple-i (or choose Get Info from the file menu).
It should tell you who has permission to read and write to the folder.

Offline

 

Board footer