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

#1 2011-08-12 04:13:11

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Gopher on Mac?

I'm making Gopher on Mac, so could anyone give me the download link for the scratch application file on Mac? (Please only reply if you have the link)


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#2 2011-08-12 04:51:59

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Gopher on Mac?

Just download the DMG on your mac...

Offline

 

#3 2011-08-12 07:08:59

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Gopher on Mac?

I don't have a mac. So the DMG installer won't work, so I just need the apploication file to be in the same folder as the image file.


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#4 2011-08-12 08:00:40

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Gopher on Mac?

open the .dmg file with 7zip and copy the Scratch.app file from it.


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&display=small

Offline

 

#5 2011-08-12 10:11:03

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Gopher on Mac?

I wouldn't make a Mac version if you don't have a mac... never know what weird bugs you could find!  wink

That's why I only released the image. Still...  tongue

Offline

 

#6 2011-08-12 11:25:16

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: Gopher on Mac?

Thats why I want the i'm goign to get the ppl to test it!


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#7 2011-08-13 05:01:57

abee
Scratcher
Registered: 2007-05-25
Posts: 100+

Re: Gopher on Mac?

WindowsExplorer,
Don't worry.
Scratch is a virtual machine system. In fact it equalizes platforms.
And Scratch project file (sb file) is nearly 100% compatible with any platforms.
So you don't need test for Mac users on your PC.

Offline

 

#8 2011-08-13 05:42:29

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Gopher on Mac?

abee wrote:

WindowsExplorer,
Don't worry.
Scratch is a virtual machine system. In fact it equalizes platforms.
And Scratch project file (sb file) is nearly 100% compatible with any platforms.
So you don't need test for Mac users on your PC.

you got it a bit mixed up there lol. Squeak is the virtual machine and Scratch is the Squeak code.


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&display=small

Offline

 

#9 2011-08-13 07:45:57

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Gopher on Mac?

nathanprocks wrote:

abee wrote:

WindowsExplorer,
Don't worry.
Scratch is a virtual machine system. In fact it equalizes platforms.
And Scratch project file (sb file) is nearly 100% compatible with any platforms.
So you don't need test for Mac users on your PC.

you got it a bit mixed up there lol. Squeak is the virtual machine and Scratch is the Squeak code.

No, I think abee hasn't got the initial problem prefectly, as not everyone's a mod addict like us  tongue

Here we're discussing about Scratch itself (and its relative mods) being compatible with other systems, and not projects running on the same Scratch program.

And anyway abee got it right: SqueakVM runs the code exactly the same on both Macs, Linuxes and Windows(es?).

The only differences on these systems, however, are the features connecting with the 'outside world'.
For example, directory path separators. "\" on Windows, "/" on Linux and Mac.
Or directories: a project file on a Windows (7) user's desktop would be
C:\Users\username\Desktop\project.sb
whereas on Linux it would be
~/desktop/project.sb

If you've taken for granted that the user's path will be
'C:\Users\' , somePluginGetUsername , '\Desktop\' , fileName then it won't work on Macs or Linux.

Last edited by LS97 (2011-08-13 07:53:28)

Offline

 

#10 2011-08-13 08:16:13

abee
Scratcher
Registered: 2007-05-25
Posts: 100+

Re: Gopher on Mac?

nathanprocks wrote:

you got it a bit mixed up there lol. Squeak is the virtual machine and Scratch is the Squeak code.

Well, Scratch is a virtual image for Squeak virtual machine. It includes whole of Squeak system. Virtual image means a memory image of that virtual machine. In this sense, scratch is a virtual machine system.

Offline

 

#11 2011-08-13 08:39:37

abee
Scratcher
Registered: 2007-05-25
Posts: 100+

Re: Gopher on Mac?

LS97 wrote:

No, I think abee hasn't got the initial problem prefectly, as not everyone's a mod addict like us  tongue

Oops, I misunderstood it. I didn't know Gopher is a name of MOD. Thank you for your correction.

Offline

 

Board footer