Re: 2 TADS questions


5 Jun 1995 19:07:54 GMT

Dan Shiovitz (scythe@u.washington.edu) wrote:

: Well, the docs do say that it's not designed to have a player be able to put
: stuff underneath the object during game play. Still, a quick code persual
: suggests that you should just append the object onto the underLoc property
: of the hider, and then set the object's location to nil, and that should work.
: (It looks to me like the initialization part just figures out what objects
: should be under it, and adds them to the list automatically.)

Merci. I will try it.