Offline
Servine wrote:
playzooki wrote:
or google chrome
You have to host it. Basically, use dropbox or PowrHost or 000webhost. Or WampServer or Apache!
Actually, you can just use a script that someone posted. However, they've asked that people not use it.
Offline
thebriculator wrote:
here's a version.
very, very alpha, though.
thats not 2.0, thats the early experimental flash viewer thats older than the one used on the site now, v37 or whatever
Offline
I'm decompiling the SWF so I can mod it and also save it as an EXE in AS3
Offline
that's probably a development issue
random note: my dad says there will probably be some hold up issues because flash is going off the market
Last edited by gagetman (2012-07-21 13:37:59)
Offline
*brain wave* paddle and Lightnin I think when the beta comes out it should be kept online and worked on offline and then when it's ready it can be updated and moved to the main site
Last edited by gagetman (2012-07-21 13:44:31)
Offline
Offline
Paddle2See wrote:
It's ok to play around with the Scratch editor prototype from Scratch Day, but:
* Please don't distribute it generally (a few friends is ok).
* Keep in mind that projects made with it may not work with the final release version.
* A lot of stuff could still change. So don't count on things being the same in the final release.
* Don't come to us when it explodes![]()
lol paddle " Dont come to us when it explods"
Offline
EvilPegasus2274 wrote:
djdolphin wrote:
I found an easier way than dev console:
1. Drag this link into your bookmarks: Scratch 2.0
2. Highlight this code and drag it into your bookmarks:Code:
javascript:document.body.childNodes[0].ASsetEditMode(true);3. Open the first bookmark, wait until it loads, and then open the second bookmark.
Tested in Google Chrome 19.0.1084.56 on Mac OS X 10.7.4.Yay!!! It Works!!! I can use it on firefox!!!
tested on firefox by EvilPegasus2274![]()
AWESOME!
Offline
Servine wrote:
playzooki wrote:
or google chrome
You have to host it. Basically, use dropbox or PowrHost or 000webhost. Or WampServer or Apache!
I thoght you hated powrhost becuse the big adds!
Offline
Just kidding with the URL.
It has no lag since it's on Dropbox. But sometimes it doesn't load the editor or log me in, though.
<!doctype html> <!--<html> <head><title>SCRATCH 2.0 YA</title></head> <body onload="setTimeout(function() {document.getElementById('editor').ASsetEditMode(true);}, 1000);"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="editorObj" width="100%" height="100%" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"> <param name="movie" value="Scratch_new.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <param name="allowScriptAccess" value="sameDomain" /> <embed id="editor" src="Scratch_new.swf" quality="high" bgcolor="#ffffff" width="100%" height="100%" name="editor" align="middle" play="true" loop="false" quality="high" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"> </embed> </object> </body> </html>--> <html> <body> <object id="fa" width="100%" height="1000"> <param name="movie" value="Scratch_new.swf" /> <param name="allowScriptAccess" value="sameDomain" /> </object> <script type="text/javascript"> setTimeout(function () { document.getElementById('fa').ASsetEditMode(true) document.getElementById('fa').ASsetLoginUser('cocolover76','password'); }, 1000); </script> </body> </html>
Last edited by cocolover76 (2012-07-27 19:41:38)
Offline
djdolphin wrote:
I found an easier way than dev console:
1. Drag this link into your bookmarks: Scratch 2.0
2. Highlight this code and drag it into your bookmarks:Code:
javascript:document.body.childNodes[0].ASsetEditMode(true);3. Open the first bookmark, wait until it loads, and then open the second bookmark.
Tested in Google Chrome 19.0.1084.56 on Mac OS X 10.7.4.
How do you log in?
Offline
yeah ip address but what's after that?!?!?!?!?!?!?!?
EDIT: by the way it won't work for you: me: uk you: us
Last edited by gagetman (2012-07-29 03:59:36)
Offline
henley wrote:
djdolphin wrote:
I found an easier way than dev console:
1. Drag this link into your bookmarks: Scratch 2.0
2. Highlight this code and drag it into your bookmarks:Code:
javascript:document.body.childNodes[0].ASsetEditMode(true);3. Open the first bookmark, wait until it loads, and then open the second bookmark.
Tested in Google Chrome 19.0.1084.56 on Mac OS X 10.7.4.How do you log in?
Use JavaScript to set it.
document.getElementById('fa').ASsetLoginUser('username','password');
Offline