Imbed?
I believe you mean "embed".
Anyways, I'm sure you'll be able to if you search around the forums for it. I would but I'm lazy, although I do know it's possible.
Offline
translator viewing access
Offline
Cool, new blocks.
when [loudness v] > (30) //hat, options are loudness, timer, and video motion
set rotation style to [normal v]//motion block
Offline
joefarebrother wrote:
Cool, new blocks.
when [loudness v] > (30) //hat, options are loudness, timer, and video motion
set rotation style to [normal v]//motion block
The "when loudness v > (30)" hat block is one of the most useless new blocks, so why on earth did they add it ?
Offline
the timer part is pretty useful.
and the rotational setting could be worked around.
Offline
ethan5135 wrote:
I am really wishing that I archived this to look at it more. I found out that the Scratch 2.0 prototype was online about 10 hours before it was taken offline. XD
(By the way, I meant the Scratch 2.0 prototype.)
Offline
thebriculator wrote:
So does anyone know why there aren't comments in the Alpha?
Because it's a less significant feature they haven't gotten to yet?
Offline
henley wrote:
I agree with veggieman001, they probably haven't gotten to it yet.
How does everyone know there's no comments, anyways?
Opening a Scratch Project with comments in them.
Offline
MathWizz wrote:
Fione...
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>
This code is unusable. It activates a file saved on your computer. But if you dont have that file, then nothing happens. Thus, a blank page
Offline
mmww wrote:
MathWizz wrote:
Fione...
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>This code is unusable. It activates a file saved on your computer. But if you dont have that file, then nothing happens. Thus, a blank page
I wrote that code assuming you had Scratch_new.swf.
Offline
MathWizz wrote:
mmww wrote:
MathWizz wrote:
Fione...
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>This code is unusable. It activates a file saved on your computer. But if you dont have that file, then nothing happens. Thus, a blank page
I wrote that code assuming you had Scratch_new.swf.
Also, you need to access the embed rather than the object element.
Offline
does anyone know how to set "debug" to true?
at this page
whoops it doesn't show up. you have to remove the csrf token using inspect emelent to see it.
Last edited by thebriculator (2012-12-08 23:42:27)
Offline
The link didn't work for me, do you need to use a certain browser?
Offline
I cant figure it out.
Offline
Imnotastalker wrote:
The link didn't work for me, do you need to use a certain browser?
If you're using Internet Explorer, stop.
If you're using anything except for Chrome, Firefox, and maybe Safari, stop.
Because I think it works with Safari, but I KNOW it works with Chrome and Firefox.
Offline
I cant figure out to cases it. Can someone explain.
Offline