hi!
if someone mids, please help me converting this one to bmax:
i need this to learn the class constructs in bmax :)
thanks!
if someone mids, please help me converting this one to bmax:
;blitz3d code: type typ1 field x, sub.typ2 end type type typ2 field y, sub.typ1 end type item1.typ1 = new typ1 item1\x = 10 item2.typ2 = new typ2 item2\y = 20 item2\sub = item1 item2\sub\sub = item2 obj1 = handle(item1) obj2.typ1 = object.typ1(obj1)
i need this to learn the class constructs in bmax :)
thanks!