GP1 wrote:
Currently, no. You can get Flash and run Scratch 2.0 on it, but currently Surface is the only tablet so far that Scratch runs on.
You mean, Surface is the only tablet/notebook that Scratch runs on WITHOUT jailbreaking or mods
Offline
DigiTechs wrote:
GP1 wrote:
Currently, no. You can get Flash and run Scratch 2.0 on it, but currently Surface is the only tablet so far that Scratch runs on.
You mean, Surface is the only tablet/notebook that Scratch runs on WITHOUT jailbreaking or mods
Surface RT can't run Scratch 1.4.
Android Tablets will be able to run the online version of 2.0, but with limitations.
Surface Pro will be able to run Scratch 1.4.
iDevices can play Scratch projects, but they must install an app via the .app file, or jailbreak the device to get it from the Cydia store.
Offline
Remember that tablet PC's have existed long before Apple brought out the I-pad - that was just what brought tablets to the consumer market. There are plenty of tablets that run Windows and can therefore run Scratch from many manufacturer, but yes, Android can't run Scratch 1.4 or less without modding, sadly.
The Raspberry Pi can, though!
Offline
sparks wrote:
Remember that tablet PC's have existed long before Apple brought out the I-pad - that was just what brought tablets to the consumer market. There are plenty of tablets that run Windows and can therefore run Scratch from many manufacturer, but yes, Android can't run Scratch 1.4 or less without modding, sadly.
The Raspberry Pi can, though!
Ok. So that concludes it, only the Pro Surface, any tablet that runs Windows and the Raspberry Pi can run Scratch 1.4 without mods. I'm supposting this works with Scratch Mods too, i.e. BYOB and Panther
Offline
sparks wrote:
Remember that tablet PC's have existed long before Apple brought out the I-pad - that was just what brought tablets to the consumer market. There are plenty of tablets that run Windows and can therefore run Scratch from many manufacturer, but yes, Android can't run Scratch 1.4 or less without modding, sadly.
The Raspberry Pi can, though!
@the Raspberry Pi
I still can't help feeling that scratch 1.x and 2.0 are quite inefficient though... they are effectively an interpreter written in an interpreted language... squeak wasn't so bad - it's a proper language, but flash kinda feels like scratch, they were both origanally intended for animation, but then people started writing more complex games and eventually wrote programming language... so writing scratch in flash kind of seems like writing scratch in scratch...
Offline
jji7skyline wrote:
DigiTechs wrote:
GP1 wrote:
Currently, no. You can get Flash and run Scratch 2.0 on it, but currently Surface is the only tablet so far that Scratch runs on.
You mean, Surface is the only tablet/notebook that Scratch runs on WITHOUT jailbreaking or mods
Surface RT can't run Scratch 1.4.
Android Tablets will be able to run the online version of 2.0, but with limitations.
Surface Pro will be able to run Scratch 1.4.
iDevices can play Scratch projects, but they must install an app via the .app file, or jailbreak the device to get it from the Cydia store.
I argue that Surface RT can't run Scratch 1.4: http://scratch.mit.edu/forums/viewtopic.php?id=108738
Offline
GP1 wrote:
jji7skyline wrote:
DigiTechs wrote:
You mean, Surface is the only tablet/notebook that Scratch runs on WITHOUT jailbreaking or modsSurface RT can't run Scratch 1.4.
Android Tablets will be able to run the online version of 2.0, but with limitations.
Surface Pro will be able to run Scratch 1.4.
iDevices can play Scratch projects, but they must install an app via the .app file, or jailbreak the device to get it from the Cydia store.I argue that Surface RT can't run Scratch 1.4: http://scratch.mit.edu/forums/viewtopic.php?id=108738
But that's exactly what I said. Surface RT can't run Scratch 1.4
Offline
jji7skyline wrote:
GP1 wrote:
I argue that Surface RT can't run Scratch 1.4: http://scratch.mit.edu/forums/viewtopic.php?id=108738
But that's exactly what I said. Surface RT can't run Scratch 1.4
I think s/he meant that s/he argued (i.e. disagreed with) the statement that the Surface RT can't run Scratch 1.4, and gave you a link to a topic which explains how to do so.
Last edited by nXIII (2012-11-19 19:20:35)
Offline
nXIII wrote:
jji7skyline wrote:
GP1 wrote:
I argue that Surface RT can't run Scratch 1.4: http://scratch.mit.edu/forums/viewtopic.php?id=108738
But that's exactly what I said. Surface RT can't run Scratch 1.4
I think s/he meant that s/he argued (i.e. disagreed with) the statement that the Surface RT can't run Scratch 1.4, and gave you a link to a topic which explains how to do so.
exactly. Yeah, I kinda worded that weird.
Offline
Scratch is only available as a desktop application, meaning it runs on laptops and desktop computers. Scratch is currently not available as a mobile device app. However, the Scratch Team may develop a web application for creating projects on tablets.
Several solutions have been tried, but none truly successful.
The Scratch Viewer was the first application created to play Scratch projects on mobile devices, specifically Apple's iOS. It was made by John McIntosh of Smalltalk Consulting Ltd, a Canadian Programmer who had before had had no affiliation with the MIT Media Lab. However, in April 2010 the application was removed from iTunes (Apple's app store) by Apple because it violates Section 3.3.1 of the company’s policy against applications that interpret or execute code.
After the demise of the Scratch Viewer, other Scratchers started attempting to make project viewers based on the HTML5 canvas element. The first two such projects were Go Everywhere!, by comp500, and the HTML Viewer, by Johnnydean1.[citation needed] The HTML Viewer officially stopped development, but was picked up again by two of its members, MidnightLeopard and MathWizz, who are developing JsScratch based on the old code from the HTML Viewer and a JavaScript library known as Morphic.js. Go Everywhere! development seems to have stopped as well
The Android Scratch Player is a player specifically for the Android operating system. It is made by ZeroLuck, and is currently in alpha stage.
The Scratch Team has hinted at an official HTML5 viewer for Scratch 2.0.
RHY3756547 started creating his own HTML5-based player for Scratch 2.0, called sb2.js. It reads the Scratch 2.0 File Format, and recompiles it to Javascript code.
Problems
No matter how good an HTML5 player works on a desktop computer, it will likely not work as well on a mobile device for a few reasons:
Mobile devices are often not as good as interpreting code as desktop computers
Mobile devices do not have a real keyboard, so key interaction is made difficult
Exact clicking on a mobile device is made difficult by the necessity of using a finger as the mouse
The native Scratch application also doesn't work, due to the Squeak VM not supporting mobile devices. If the tablet supports either the Flash Player or Java Player, the project could be played in it. For Scratch 2.0, the project could be edited, albeit with the difficulties mentioned above, if the device supports Flash.
Offline
TheSupremeOverLord wrote:
Scratch is only available as a desktop application, meaning it runs on laptops and desktop computers. Scratch is currently not available as a mobile device app. However, the Scratch Team may develop a web application for creating projects on tablets.
Several solutions have been tried, but none truly successful.
The Scratch Viewer was the first application created to play Scratch projects on mobile devices, specifically Apple's iOS. It was made by John McIntosh of Smalltalk Consulting Ltd, a Canadian Programmer who had before had had no affiliation with the MIT Media Lab. However, in April 2010 the application was removed from iTunes (Apple's app store) by Apple because it violates Section 3.3.1 of the company’s policy against applications that interpret or execute code.
After the demise of the Scratch Viewer, other Scratchers started attempting to make project viewers based on the HTML5 canvas element. The first two such projects were Go Everywhere!, by comp500, and the HTML Viewer, by Johnnydean1.[citation needed] The HTML Viewer officially stopped development, but was picked up again by two of its members, MidnightLeopard and MathWizz, who are developing JsScratch based on the old code from the HTML Viewer and a JavaScript library known as Morphic.js. Go Everywhere! development seems to have stopped as well
The Android Scratch Player is a player specifically for the Android operating system. It is made by ZeroLuck, and is currently in alpha stage.
The Scratch Team has hinted at an official HTML5 viewer for Scratch 2.0.
RHY3756547 started creating his own HTML5-based player for Scratch 2.0, called sb2.js. It reads the Scratch 2.0 File Format, and recompiles it to Javascript code.
Problems
No matter how good an HTML5 player works on a desktop computer, it will likely not work as well on a mobile device for a few reasons:
Mobile devices are often not as good as interpreting code as desktop computers
Mobile devices do not have a real keyboard, so key interaction is made difficult
Exact clicking on a mobile device is made difficult by the necessity of using a finger as the mouse
The native Scratch application also doesn't work, due to the Squeak VM not supporting mobile devices. If the tablet supports either the Flash Player or Java Player, the project could be played in it. For Scratch 2.0, the project could be edited, albeit with the difficulties mentioned above, if the device supports Flash.
Sorry for posting this as I know the topic is resolved, but this post looks kinda copied from wikipedia... o: But it's probbably the Scratch Wiki.
Offline
DigiTechs wrote:
TheSupremeOverLord wrote:
Scratch is only available as a desktop application, meaning it runs on laptops and desktop computers. Scratch is currently not available as a mobile device app. However, the Scratch Team may develop a web application for creating projects on tablets.
Several solutions have been tried, but none truly successful.
The Scratch Viewer was the first application created to play Scratch projects on mobile devices, specifically Apple's iOS. It was made by John McIntosh of Smalltalk Consulting Ltd, a Canadian Programmer who had before had had no affiliation with the MIT Media Lab. However, in April 2010 the application was removed from iTunes (Apple's app store) by Apple because it violates Section 3.3.1 of the company’s policy against applications that interpret or execute code.
After the demise of the Scratch Viewer, other Scratchers started attempting to make project viewers based on the HTML5 canvas element. The first two such projects were Go Everywhere!, by comp500, and the HTML Viewer, by Johnnydean1.[citation needed] The HTML Viewer officially stopped development, but was picked up again by two of its members, MidnightLeopard and MathWizz, who are developing JsScratch based on the old code from the HTML Viewer and a JavaScript library known as Morphic.js. Go Everywhere! development seems to have stopped as well
The Android Scratch Player is a player specifically for the Android operating system. It is made by ZeroLuck, and is currently in alpha stage.
The Scratch Team has hinted at an official HTML5 viewer for Scratch 2.0.
RHY3756547 started creating his own HTML5-based player for Scratch 2.0, called sb2.js. It reads the Scratch 2.0 File Format, and recompiles it to Javascript code.
Problems
No matter how good an HTML5 player works on a desktop computer, it will likely not work as well on a mobile device for a few reasons:
Mobile devices are often not as good as interpreting code as desktop computers
Mobile devices do not have a real keyboard, so key interaction is made difficult
Exact clicking on a mobile device is made difficult by the necessity of using a finger as the mouse
The native Scratch application also doesn't work, due to the Squeak VM not supporting mobile devices. If the tablet supports either the Flash Player or Java Player, the project could be played in it. For Scratch 2.0, the project could be edited, albeit with the difficulties mentioned above, if the device supports Flash.Sorry for posting this as I know the topic is resolved, but this post looks kinda copied from wikipedia... o: But it's probbably the Scratch Wiki.
It happens to be the entire body of this article.
Offline
veggieman001 wrote:
DigiTechs wrote:
TheSupremeOverLord wrote:
Scratch is only available as a desktop application, meaning it runs on laptops and desktop computers. Scratch is currently not available as a mobile device app. However, the Scratch Team may develop a web application for creating projects on tablets.
Several solutions have been tried, but none truly successful.
The Scratch Viewer was the first application created to play Scratch projects on mobile devices, specifically Apple's iOS. It was made by John McIntosh of Smalltalk Consulting Ltd, a Canadian Programmer who had before had had no affiliation with the MIT Media Lab. However, in April 2010 the application was removed from iTunes (Apple's app store) by Apple because it violates Section 3.3.1 of the company’s policy against applications that interpret or execute code.
After the demise of the Scratch Viewer, other Scratchers started attempting to make project viewers based on the HTML5 canvas element. The first two such projects were Go Everywhere!, by comp500, and the HTML Viewer, by Johnnydean1.[citation needed] The HTML Viewer officially stopped development, but was picked up again by two of its members, MidnightLeopard and MathWizz, who are developing JsScratch based on the old code from the HTML Viewer and a JavaScript library known as Morphic.js. Go Everywhere! development seems to have stopped as well
The Android Scratch Player is a player specifically for the Android operating system. It is made by ZeroLuck, and is currently in alpha stage.
The Scratch Team has hinted at an official HTML5 viewer for Scratch 2.0.
RHY3756547 started creating his own HTML5-based player for Scratch 2.0, called sb2.js. It reads the Scratch 2.0 File Format, and recompiles it to Javascript code.
Problems
No matter how good an HTML5 player works on a desktop computer, it will likely not work as well on a mobile device for a few reasons:
Mobile devices are often not as good as interpreting code as desktop computers
Mobile devices do not have a real keyboard, so key interaction is made difficult
Exact clicking on a mobile device is made difficult by the necessity of using a finger as the mouse
The native Scratch application also doesn't work, due to the Squeak VM not supporting mobile devices. If the tablet supports either the Flash Player or Java Player, the project could be played in it. For Scratch 2.0, the project could be edited, albeit with the difficulties mentioned above, if the device supports Flash.Sorry for posting this as I know the topic is resolved, but this post looks kinda copied from wikipedia... o: But it's probbably the Scratch Wiki.
It happens to be the entire body of this article.
Ya. Sorry! I should have siad.
Offline
No you cant download scratch for android tablets!
Offline