Servine wrote:
nXIII wrote:
Servine wrote:
does it work in panther?
It should; you'll just have to tweak the blockspec.
I dont know how to, I've tried.
- import sprite $String$
| frame |
(frame := self ownerThatIsA: ScratchFrameMorph) ifNil: [
frame := (self ownerThatIsA: OffscreenWorldMorph) frame].
frame importSpriteOrProject: t1.
Last edited by nXIII (2012-02-12 10:37:43)
Offline
nXIII wrote:
Servine wrote:
nXIII wrote:
It should; you'll just have to tweak the blockspec.
I dont know how to, I've tried.
- import sprite $String$
| frame |
(frame := self ownerThatIsA: ScratchFrameMorph) ifNil: [
frame := (self ownerThatIsA: OffscreenWorldMorph) frame].
frame importSpriteOrProject: t1.
thankyou.
have a cookie.
when gf clicked give nXIII a cookie
Last edited by Servine (2012-02-12 11:23:43)
Offline