Thanks Zippy, but I found it up the page before I saw this .
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 )
Offline
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.
Offline
LiquidMetal wrote:
Thanks Zippy, but I found it up the page before I saw this .
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 )
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.
Last edited by zippynk (2012-06-17 20:23:27)
Offline
LiquidMetal wrote:
Thanks Zippy, but I found it up the page before I saw this .
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 )
document.body.childNodes[0].ASsetEditMode(true); on here inside dev console.
easiest way
Offline
roijac wrote:
LiquidMetal wrote:
Thanks Zippy, but I found it up the page before I saw this .
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 )document.body.childNodes[0].ASsetEditMode(true); on here inside dev console.
easiest way
document.plugin.ASsetEditMode(true)
Offline
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.
Offline
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.
Offline
Squawkers13 wrote:
veggieman001 wrote:
Squawkers13 wrote:
Dev console?
What browser?
Firefox...
I'm not sure how to do it on FF, sorry
Offline
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!
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)
Offline
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!
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 definedDid they change it?
login doesn't really matter, you just get your name written on the top right...
Offline
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!
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 definedDid 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?
Anyway, is this broken recursion or me failing at writing tree scripts?
Offline
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!
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?
i guess it works for official testers, but for us poor normal scratchers it doesn't work with the hack
Offline
ASsetLoginUser works on my version (unless I just set it up different). Do you have any debug info?
Offline