home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club KidSoft Volume 3 #2
/
CKSPCV32.BIN
/
movies
/
clubroom.dir
/
00002_Script_clsObject
< prev
next >
Wrap
Text File
|
1995-04-03
|
174b
|
13 lines
property objType
on birth me
global gClassType
set objType = gClassType
set gClassType to gClassType + 1
return me
end
on IsA me
return objType
end