I'm making a mod called BBT(Basic Block Toolkit). I aim to add most of the highly useful blocks that many scratchers miss, like the exponent block and the
<[_ v] received >block. Any tips?
Last edited by sparks (2012-11-01 20:00:10)
Offline
Offline
nXIII wrote:
Use the source code and don't ever name your variables t1.
Sorry if this question sounds silly, but how do you access mesh after enabling it? I'm using the source code.
Offline
sparks wrote:
I think you can access Mesh in the Scratch GUI once it is enabled by shift-clicking on the Extra's menu, laser314. If it's not that one, try shift clicking the others!
There isn't an Extras menu on the ScratchSource version, and I haven't found Mesh in any of the other menus...
Offline
sparks wrote:
I think you can access Mesh in the Scratch GUI once it is enabled by shift-clicking on the Extra's menu, laser314. If it's not that one, try shift clicking the others!
I can't find an Extras menu... If I knew what 'menu' here was defined as
addServerCommandsTo: menu
Then I could change which menu you access mesh.
Offline
laser314 wrote:
sparks wrote:
I think you can access Mesh in the Scratch GUI once it is enabled by shift-clicking on the Extra's menu, laser314. If it's not that one, try shift clicking the others!
I can't find an Extras menu... If I knew what 'menu' here was defined as
Code:
addServerCommandsTo: menuThen I could change which menu you access mesh.
Mabye you can make your OWN menu for mesh, much like in Panther!
Offline
DigiTechs wrote:
laser314 wrote:
sparks wrote:
I think you can access Mesh in the Scratch GUI once it is enabled by shift-clicking on the Extra's menu, laser314. If it's not that one, try shift clicking the others!
I can't find an Extras menu... If I knew what 'menu' here was defined as
Code:
addServerCommandsTo: menuThen I could change which menu you access mesh.
Mabye you can make your OWN menu for mesh, much like in Panther!
I'm a bit of a noob at squeak. If I knew how Panther did it, I might be able to do it.
Offline
laser314 wrote:
DigiTechs wrote:
laser314 wrote:
I can't find an Extras menu... If I knew what 'menu' here was defined asCode:
addServerCommandsTo: menuThen I could change which menu you access mesh.
Mabye you can make your OWN menu for mesh, much like in Panther!
I'm a bit of a noob at squeak. If I knew how Panther did it, I might be able to do it.
I probbably knoew less Sqeak Smalltalk than you, laser. Good luck! I'm sorry I don't know how Panther made the Mesh menu.
Offline
No idea where anyone is getting the "Extras" menu from. I'm pretty sure you Shift-Click the 'Share' menu to get the Mesh options. After enabling it of course.
Offline
Magnie wrote:
No idea where anyone is getting the "Extras" menu from. I'm pretty sure you Shift-Click the 'Share' menu to get the Mesh options. After enabling it of course.
This is for the ScratchSource version of Scratch, which doesn't have the 'Share' menu.
Offline
laser314 wrote:
sparks wrote:
I think you can access Mesh in the Scratch GUI once it is enabled by shift-clicking on the Extra's menu, laser314. If it's not that one, try shift clicking the others!
I can't find an Extras menu... If I knew what 'menu' here was defined as
Code:
addServerCommandsTo: menuThen I could change which menu you access mesh.
I belive 'menu' is the argument variable, and I belive it would be easier to just make your own button and menu, like in Panther.
Offline
DigiTechs wrote:
laser314 wrote:
sparks wrote:
I think you can access Mesh in the Scratch GUI once it is enabled by shift-clicking on the Extra's menu, laser314. If it's not that one, try shift clicking the others!
I can't find an Extras menu... If I knew what 'menu' here was defined as
Code:
addServerCommandsTo: menuThen I could change which menu you access mesh.
I belive 'menu' is the argument variable, and I belive it would be easier to just make your own button and menu, like in Panther.
I put it in the Edit menu. All I had to do was type
self addServerCommandsTo: menu.
into the editMenu morph.
Offline