is there any way to get mesh in the source? You can modify the code but there is no share button to acess the feature. is there a workaround?
Offline
-.-
okay, how do I do this? is there a way to direct the mesh to a webpage server or something simmilar?
Offline
just add the line
self addServerCommandsTo: menu
to one of the existing menus or make your own menu with that line!
Offline
i'm just starting with squeak, can you tell me how to do that?
Offline
16Skittles wrote:
i'm just starting with squeak, can you tell me how to do that?
what do you mean by "starting in squeak"?
if you mean you're new to the language, follow these steps
- naviagte to Scratch-UI-Panes > ScratchFrameMorph > menu/button actions
- find the method called fileMenu: or editMenu: or helpMenu:
- add the line
self addServerCommandTo: menu.
to the start of the code, right after the line menu <- CustomMenu new
-right click the code and click accept
if you mean you're using squeak and only squeak as a starting point, good luck!
you'll have to start all over...
Offline
LS97 wrote:
16Skittles wrote:
i'm just starting with squeak, can you tell me how to do that?
what do you mean by "starting in squeak"?
if you mean you're new to the language, follow these steps
- naviagte to Scratch-UI-Panes > ScratchFrameMorph > menu/button actions
- find the method called fileMenu: or editMenu: or helpMenu:
- add the line
self addServerCommandTo: menu.
to the start of the code, right after the line menu <- CustomMenu new
-right click the code and click accept
if you mean you're using squeak and only squeak as a starting point, good luck!
you'll have to start all over...
thank you! I got it! By starting in squeak, I mean I'm a newbie in squeak.
Offline
happy to help!
and have fun in learning Squeak!
Offline
LS97 wrote:
16Skittles wrote:
i'm just starting with squeak, can you tell me how to do that?
what do you mean by "starting in squeak"?
if you mean you're new to the language, follow these steps
- naviagte to Scratch-UI-Panes > ScratchFrameMorph > menu/button actions
- find the method called fileMenu: or editMenu: or helpMenu:
- add the line
self addServerCommandTo: menu.
to the start of the code, right after the line menu <- CustomMenu new
-right click the code and click accept
if you mean you're using squeak and only squeak as a starting point, good luck!
you'll have to start all over...
what start of the code?

kinker style! [url]
[/url]♬♫ 92% of teens have moved on to rap. If you are part of the 8% who still listen to real music, copy and paste this into your signature. ♫♪Offline
LS97 wrote:
16Skittles wrote:
i'm just starting with squeak, can you tell me how to do that?
what do you mean by "starting in squeak"?
if you mean you're new to the language, follow these steps
- naviagte to Scratch-UI-Panes > ScratchFrameMorph > menu/button actions
- find the method called fileMenu: or editMenu: or helpMenu:
- add the line
self addServerCommandsTo: menu.
to the start of the code, right after the line menu <- CustomMenu new
-right click the code and click accept
if you mean you're using squeak and only squeak as a starting point, good luck!
you'll have to start all over...
Fixed(changed addServerCommandTo to addServerCommandsTo)
Offline
I'm also a medium in squeak>...<
Just a reminder I won't be on Scratch that much but I 'll still be here, so if i'm on something, I will be commenting back, okay!
, PICO Team!!!!!!!!!!! SCRATCH DEADW!!! PICO HACK ACCOUTNTT@@Offline
Offline