This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-12-17 17:53:52

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Squeak Help

I have a meathod in ScratchFrameMorph> instance > web > writeprojecthtml

I need it to run from ScriptableScratchMorph> instance> web

HELP!


You can now reach me on Twitter @johnnydean1_

Offline

 

#2 2010-12-17 18:16:44

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Squeak Help

Don't worry done it!

You just do:
t3 _self ownerThatIsA: ScratchFrameMorph.
    t3 writeprojecthtml.


You can now reach me on Twitter @johnnydean1_

Offline

 

Board footer