home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club KidSoft Volume 3 #2
/
CKSPCV32.BIN
/
movies
/
clubroom.dir
/
00182_Script_clsCellStraight
< prev
next >
Wrap
Text File
|
1995-04-03
|
608b
|
19 lines
property ancestor
property orient -- 0 -north-south; 1 east-west
property pictureLeft -- a cast that can hang on the left of orient 0 direction 0
property pictureRight -- a cast that can hang on the right of orient 0 direction 0
-----------------------------------------------------------
on birth me, myOrient
set orient to myOrient
set ancestor to birth(script "clsCell")
set the cellType of me to "S" & numToChar(orient)
return me
end
-------------------------------------------------------------
on getMarkerName me, direction
return "Straight"
end getMarkerName