LS97 wrote:
After working a couple hours with the source code, I finally managed to develop a completely automatic feature to convert your graphical blocks to forum block code, within your Scratch program!
To install, download the plugin here and install it by filing it in (see my next post on this thread for instructions). Please note that if you have made previous changes to the blocks' right click menu, you must pay extreme care as to avoid overriding your menu! All other code is new however and there are no risks in installing this.
To use, right click on any block in the scripting pane (so drag 'em out of the palette first) and select "export as scratchblocks". The code of that block plus all blocks below it (as with the duplicate function) will be automatically copied to your clipboard!
Please note this is experimental. Although I have tested all blocks on the forums, there may be some bug I did not spot. Therefore, if you experience any kind of problem on your system, please tell me below.
I love this!
I must remind you not to spam the forums with blocks, so keep the testing to this thread if you really must, but have fun using the plugin!
Offline
Wait wait!!! I watched the video and I have understand it now! Thanks!!!!!
here's how to find Lorentz factor in scratch. go here if you don't understand what is Lorentz factor : http://en.wikipedia.org/wiki/Lorentz_factor
when gf clicked forever set [Lorentz Factor v] to ((1) / ( [sqrt v] of ((1) - (((Velocity) * (Velocity)) / ((299752458) * (299752458)))))) end
Offline
Chemi4001 wrote:
Wait wait!!! I watched the video and I have understand it now! Thanks!!!!!
here's how to find Lorentz factor in scratch. go here if you don't understand what is Lorentz factor : http://en.wikipedia.org/wiki/Lorentz_factorwhen gf clicked forever set [Lorentz Factor v] to ((1) / ( [sqrt v] of ((1) - (((Velocity) * (Velocity)) / ((299752458) * (299752458)))))) end
Well done
Thanks for downloading!
Offline
when gf clicked set [This plugin is really cool v] to [YEEESSSS!] set [Thank You LS97, v] to [No really]
Offline
When gf clicked forever imagine program share end
Offline
Chemi4001 wrote:
Wait wait!!! I watched the video and I have understand it now! Thanks!!!!!
here's how to find Lorentz factor in scratch. go here if you don't understand what is Lorentz factor : http://en.wikipedia.org/wiki/Lorentz_factorwhen gf clicked forever set [Lorentz Factor v] to ((1) / ( [sqrt v] of ((1) - (((Velocity) * (Velocity)) / ((299752458) * (299752458)))))) end
What is the Lorentz factor?
Offline
don't use as many scratchers
[scratchblocks]
stop all
[/scratchblocks
Don't spawn colors at forums
Offline
I haven't been folowing this so can someone tell me how far this is developed? e.g. does it have the same glitch as the forum code in that booleans come out as reporters and would it work with mods with new blocks, or is it modifiable to do so?
Offline
shadowmouse wrote:
does it have the same glitch as the forum code in that booleans come out as reporters and would it work with mods with new blocks, or is it modifiable to do so?
This generates "forum code" for you, from inside Scratch.
If you want a blocks plugin that you can easily add mods to, have a look at the scratchblocks2 plugin I wrote. You can add new blocks to it easily from Javascript — just modify scratchblocks2.blocks like so:
scratchblocks2.blocks += "\ ## Looks ## \ set stretch to (100)% \ " // etc...
(Use three spaces and a backslash at the end of each line to escape the JS newlines.)
It still doesn't fix the rounded boolean issue, though — that's a CSS limitation afaik.
Last edited by blob8108 (2013-04-24 03:45:04)
Offline
Thanks!
Offline
blob8108 wrote:
a CSS limitation afaik.
That's what you think!
Offline
Hardmath123 wrote:
blob8108 wrote:
a CSS limitation afaik.
That's what you think!
I'm very happy for you to prove me wrong...
Offline