This thread is for how to access the Scratch 2.0 alpha. The scratch team does not want us to share the steps very openly, so I will let you dig for it in this thread for yourself.
Last edited by MathWizz (2012-11-27 12:46:04)
Offline
Last edited by chanmanpartyman (2012-05-22 17:53:14)
Offline
MathWizz wrote:
I have the Scratch 2.0 alpha editor working offline. I might host it IF the Scratch team says OK. http://img339.imageshack.us/img339/8843/scratch20.png
I can tell you now they'll say no. They took it off for a reason, they released it for 3 days only because they wanted ppl to see how it was going.
Offline
Pecola1 wrote:
MathWizz wrote:
I have the Scratch 2.0 alpha editor working offline. I might host it IF the Scratch team says OK. http://img339.imageshack.us/img339/8843/scratch20.png
I can tell you now they'll say no. They took it off for a reason, they released it for 3 days only because they wanted ppl to see how it was going.
Lol. I know.
EDIT: Just curious... Did anyone else download the Scratch_new.swf?
Last edited by MathWizz (2012-05-22 18:12:23)
Offline
MathWizz wrote:
Pecola1 wrote:
MathWizz wrote:
I have the Scratch 2.0 alpha editor working offline. I might host it IF the Scratch team says OK. http://img339.imageshack.us/img339/8843/scratch20.png
I can tell you now they'll say no. They took it off for a reason, they released it for 3 days only because they wanted ppl to see how it was going.
Lol. I know.
EDIT: Just curious... Did anyone else download the Scratch_new.swf?
I have it but I cannot figure out for the life of me how to set it up.
Offline
veggieman001 wrote:
MathWizz wrote:
Pecola1 wrote:
I can tell you now they'll say no. They took it off for a reason, they released it for 3 days only because they wanted ppl to see how it was going.
Lol. I know.
EDIT: Just curious... Did anyone else download the Scratch_new.swf?I have it but I cannot figure out for the life of me how to set it up.
All I've got is the 2.0 player.
Last edited by bobbybee (2012-05-22 19:21:17)
Offline
I downloaded the page and all the JavaScript and css, but I can't make it work. It's always either a blank page or not usable.
HOW DID YOU MAKE IT WORK? Please, give us a hint.
Last edited by rubiks_cube_guy238 (2012-05-22 19:25:20)
Offline
Where do I put that :L
(The Flash one I mean)
Last edited by veggieman001 (2012-05-22 19:59:27)
Offline
Fione...
<html> <body> <object id="fa" width="100%" height="100%"> <param name="movie" value="Scratch_new.swf" /> <param name="allowScriptAccess" value="sameDomain" /> </object> <script type="text/javascript"> setTimeout(function () { document.getElementById('fa').ASsetEditMode(true) }, 1000); </script> </body> </html>
Offline
It doesn't load
I mean it loads but it's just white
Last edited by veggieman001 (2012-05-22 20:09:40)
Offline
Error: Uncaught TypeError: Object #<HTMLObjectElement> has no method 'ASsetEditMode'
I'm using Chrome
Last edited by rubiks_cube_guy238 (2012-05-22 20:37:02)
Offline
zippynk wrote:
I get this.
That doesn't have the right parameters
Offline
zippynk wrote:
Hmm...
Do you need external javascript files?
Read the thread.
Offline
veggieman001 wrote:
zippynk wrote:
veggieman001 wrote:
That doesn't have the right parametersHmm...
Do you need external javascript files?Read the thread.
Still can't tell if rubiks_cube_guy238 meant you need the js/css or just that they had it.
Offline
zippynk wrote:
veggieman001 wrote:
zippynk wrote:
Hmm...
Do you need external javascript files?Read the thread.
Still can't tell if rubiks_cube_guy238 meant you need the js/css or just that they had it.
Read what MathWizz said just above :L
Offline