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

#151 2012-06-17 17:04:09

LiquidMetal
Scratcher
Registered: 2011-06-15
Posts: 500+

Re: Scratch 2.0 Alpha

Thanks Zippy, but I found it up the page before I saw this  big_smile .

Now how do I run it? I just got a blank white page.  (I'm sure you are just going to quote somewhere else among these now 7 pages  tongue )

Offline

 

#152 2012-06-17 18:25:04

elimantor
Scratcher
Registered: 2011-04-03
Posts: 76

Re: Scratch 2.0 Alpha

-.- i do wut u guys said and it just shows some jacked up stuff with the paint


scratch 2.0 forever!  big_smile

Offline

 

#153 2012-06-17 19:36:12

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Scratch 2.0 Alpha

elimantor wrote:

-.- i do wut u guys said and it just shows some jacked up stuff with the paint

Then you should try running it on some sort of server.


Posts: 20000 - Show all posts

Offline

 

#154 2012-06-17 20:23:11

zippynk
Scratcher
Registered: 2011-07-23
Posts: 500+

Re: Scratch 2.0 Alpha

LiquidMetal wrote:

Thanks Zippy, but I found it up the page before I saw this  big_smile .

Now how do I run it? I just got a blank white page.  (I'm sure you are just going to quote somewhere else among these now 7 pages  tongue )

MathWizz wrote:

Code:

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

Also, if you get this,

MathWizz wrote:

Ahhhhhh... I have mine on a local server. I'm guessing you are running yours directly from your hard drive. That screws JavaScript being able to access the editor.  hmm

Last edited by zippynk (2012-06-17 20:23:27)


https://dl.dropbox.com/u/60598636/trifocal_interlude_soundcloud_button.png

Offline

 

#155 2012-06-18 00:43:23

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: Scratch 2.0 Alpha

LiquidMetal wrote:

Thanks Zippy, but I found it up the page before I saw this  big_smile .

Now how do I run it? I just got a blank white page.  (I'm sure you are just going to quote somewhere else among these now 7 pages  tongue )

document.body.childNodes[0].ASsetEditMode(true); on here inside dev console.
easiest way

Offline

 

#156 2012-06-18 10:05:40

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Scratch 2.0 Alpha

roijac wrote:

LiquidMetal wrote:

Thanks Zippy, but I found it up the page before I saw this  big_smile .

Now how do I run it? I just got a blank white page.  (I'm sure you are just going to quote somewhere else among these now 7 pages  tongue )

document.body.childNodes[0].ASsetEditMode(true); on here inside dev console.
easiest way

document.plugin.ASsetEditMode(true)


http://block.site90.net/scratch.mit/text.php?size=30&amp;text=%20A%20signature!&amp;color=333333

Offline

 

#157 2012-06-18 11:37:13

elimantor
Scratcher
Registered: 2011-04-03
Posts: 76

Re: Scratch 2.0 Alpha

how do i run it on a server?


scratch 2.0 forever!  big_smile

Offline

 

#158 2012-06-18 12:56:12

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Scratch 2.0 Alpha

elimantor wrote:

how do i run it on a server?

You have to either have a web sever like Apache running on localhost, use Dropbox's public link, or put it on a free web host.


Posts: 20000 - Show all posts

Offline

 

#159 2012-06-18 16:33:33

elimantor
Scratcher
Registered: 2011-04-03
Posts: 76

Re: Scratch 2.0 Alpha

i dont understand im not that smart can u give me instructions bro?


scratch 2.0 forever!  big_smile

Offline

 

#160 2012-06-18 16:40:23

elimantor
Scratcher
Registered: 2011-04-03
Posts: 76

Re: Scratch 2.0 Alpha

on the free web host srs


scratch 2.0 forever!  big_smile

Offline

 

#161 2012-06-18 17:46:59

Squawkers13
Scratcher
Registered: 2010-11-20
Posts: 500+

Re: Scratch 2.0 Alpha

Dev console?


http://pekkit.net/banners/pekkit.png

Offline

 

#162 2012-06-18 19:02:33

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Scratch 2.0 Alpha

Squawkers13 wrote:

Dev console?

What browser?


Posts: 20000 - Show all posts

Offline

 

#163 2012-06-18 20:09:44

elimantor
Scratcher
Registered: 2011-04-03
Posts: 76

Re: Scratch 2.0 Alpha

google chrome


scratch 2.0 forever!  big_smile

Offline

 

#164 2012-06-18 20:47:33

elimantor
Scratcher
Registered: 2011-04-03
Posts: 76

Re: Scratch 2.0 Alpha

can i join someone's server?


scratch 2.0 forever!  big_smile

Offline

 

#165 2012-06-18 20:50:06

elimantor
Scratcher
Registered: 2011-04-03
Posts: 76

Re: Scratch 2.0 Alpha

IDEA can someone convert it into a EXE file so people dont have to onto there browsers to see it


scratch 2.0 forever!  big_smile

Offline

 

#166 2012-06-18 21:49:51

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Scratch 2.0 Alpha

elimantor wrote:

IDEA can someone convert it into a EXE file so people dont have to onto there browsers to see it

It'd still need the Javascript flag though.


Posts: 20000 - Show all posts

Offline

 

#167 2012-06-18 23:41:18

Squawkers13
Scratcher
Registered: 2010-11-20
Posts: 500+

Re: Scratch 2.0 Alpha

veggieman001 wrote:

Squawkers13 wrote:

Dev console?

What browser?

Firefox...


http://pekkit.net/banners/pekkit.png

Offline

 

#168 2012-06-18 23:55:13

elimantor
Scratcher
Registered: 2011-04-03
Posts: 76

Re: Scratch 2.0 Alpha

still


scratch 2.0 forever!  big_smile

Offline

 

#169 2012-06-19 00:36:28

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Scratch 2.0 Alpha

Squawkers13 wrote:

veggieman001 wrote:

Squawkers13 wrote:

Dev console?

What browser?

Firefox...

I'm not sure how to do it on FF, sorry  hmm


Posts: 20000 - Show all posts

Offline

 

#170 2012-06-19 02:16:48

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: Scratch 2.0 Alpha

Squawkers13 wrote:

Dev console?

shift ctrl k

Offline

 

#171 2012-06-19 11:23:04

scratchisthebest
Scratcher
Registered: 2009-02-08
Posts: 500+

Re: Scratch 2.0 Alpha

elimantor wrote:

can i join someone's server?

This isn't Minecraft.

Anyway, lovin' S2! I followed roijac's helpful directions and got it working!  big_smile
How do you login? I've read about ASsetLoginUser('username', false); and tried it, but I get this:

The Chrome dev console wrote:

ASsetLoginUser('username', false);
ReferenceError: ASsetLoginUser is not defined

Did they change it?

Last edited by scratchisthebest (2012-06-19 11:23:19)


bye 1.4, we all loved you. but we all outgrew the site. 2.0 is a welcome change.
http://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.png

Offline

 

#172 2012-06-19 11:41:49

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: Scratch 2.0 Alpha

scratchisthebest wrote:

elimantor wrote:

can i join someone's server?

This isn't Minecraft.

Anyway, lovin' S2! I followed roijac's helpful directions and got it working!  big_smile
How do you login? I've read about ASsetLoginUser('username', false); and tried it, but I get this:

The Chrome dev console wrote:

ASsetLoginUser('username', false);
ReferenceError: ASsetLoginUser is not defined

Did they change it?

login doesn't really matter, you just get your name written on the top right...

Offline

 

#173 2012-06-19 11:54:28

scratchisthebest
Scratcher
Registered: 2009-02-08
Posts: 500+

Re: Scratch 2.0 Alpha

roijac wrote:

scratchisthebest wrote:

elimantor wrote:

can i join someone's server?

This isn't Minecraft.

Anyway, lovin' S2! I followed roijac's helpful directions and got it working!  big_smile
How do you login? I've read about ASsetLoginUser('username', false); and tried it, but I get this:

The Chrome dev console wrote:

ASsetLoginUser('username', false);
ReferenceError: ASsetLoginUser is not defined

Did they change it?

login doesn't really matter, you just get your name written on the top right...

Oh, none of the stuff that says "you need to login" works yet?  sad

Anyway, is this broken recursion or me failing at writing tree scripts?
http://i50.tinypic.com/34opyt5.jpg


bye 1.4, we all loved you. but we all outgrew the site. 2.0 is a welcome change.
http://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.pnghttp://scratch.mit.edu/img/Pico3-med.png

Offline

 

#174 2012-06-19 11:56:26

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: Scratch 2.0 Alpha

scratchisthebest wrote:

roijac wrote:

scratchisthebest wrote:

elimantor wrote:

can i join someone's server?

This isn't Minecraft.

Anyway, lovin' S2! I followed roijac's helpful directions and got it working!  big_smile
How do you login? I've read about ASsetLoginUser('username', false); and tried it, but I get this:

Did they change it?

login doesn't really matter, you just get your name written on the top right...

Oh, none of the stuff that says "you need to login" works yet?  sad

i guess it works for official testers, but for us poor normal scratchers it doesn't work with the hack  hmm

Offline

 

#175 2012-06-19 11:59:36

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: Scratch 2.0 Alpha

ASsetLoginUser works on my version (unless I just set it up different). Do you have any debug info?


I support the Free Software Foundation. Protect our digital rights!

Offline

 

Board footer