[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hypercard message?
- Subject: Re: Hypercard message?
- From: stevec1021@aol.com (SteveC1021)
- Date: 1997/03/03
- Newsgroups: comp.sys.apple2
- Organization: AOL http://www.aol.com
- References: <5et80a$6ek@news.ysu.edu>
It sounds like there is a function within the script of the stack you are
using called "GetPaths"--or that there ought to be.
For example, if I had a button with the following script:
on mouseup
getPaths
end mouseup
Then when someone clicked on the button, HyperCard would try to execute
the function getPaths. If for some reason it was no longer available (a
card or background with it had been deleted, someone had changed the name,
etc.) then you would get an error message. It can't understand it because
it is not part of the HyperTalk command set, and hasn't been defined
within the stack as a "user" function. It could also be that GetPaths is
an XCMD or XFCN that is supposed to be in the stack but either was never
installed or has become corrupted.
Which stack are you using?
Steve Cavanaugh