carbonized MetaCard

2000-09-21 Thread Brian Thomas

I've heard anecdotes about how much Scott Raney despises the way the Mac
operating system handles memory. I've noticed myself how easy it is to
crash my MetaCard apps due to memory issues.  OS X should resolve this
issue. So I'd like to know if there has been any announcements about how
swiftly MetaCard will be carbonized for OS X. Since MetaCard and OS X are
both grounded in Unix ought this not to be a relatively easy task? Other
carbon apps are already out.

What has or does Scott have to say?

Brian

Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to [EMAIL PROTECTED], not this list.




Sound Memory

2000-04-17 Thread Brian Thomas

When I played sounds of thirty seconds or more on HyperCard I would
routinely break them up  into many individual files that played one after
the other in order to keep from getting out of memory errors.

1. Is this necessary with MetaCard? Is it to safe to play .au files of a
minute? several minutes?

2. For Mac/Windows, dos Quicktime audio only tracks make more efficient use
of memory than .au files?

Thanks,

 Brian

Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to [EMAIL PROTECTED], not this list.




button bounce script

2000-03-05 Thread Brian Thomas

Hi,

I'm not a professional scripter, I'm more of a content-producer and
designer, but I do a lot of simple scripting. Below is the first script I
wrote in MetaCard. I was very proud of it -- until it begin to make my
buttons seep slowly down the page. The idea is to make a button react when
you click on it. My project is so huge, there are so many different kind of
clickable things that this was a good universal reaction that they all
could share.

The script works perfectly almost all the time. At first I would just
notice that buttons would be re-positioned down and to the right. But would
not be able to reproduce the problem while I was clicking on them and
looking at them. Now I have noted that on a button on a palette that sends
a message to a handler on its main stack script, all I have to do is
machine gun click the buttons as rapidly as I can and they will immediately
begin to slide down the page. Anyone have any ideas how I can bullet-proof
this simple script? Or replace it with a better one? I would prefer not to
have to buttons, in different positions, and set the visible to true and
false, as this would entail a great deal of work.

Button script

on mouseDown
  downThumbnail
  upThumbnail
end mouseDown

on mouseUp
  set cursor to watch
  go next cd
end mouseUp


Stack script

on downThumbnail
  move the target relative  2, 2 in 90 millisecs
  move the target relative  -2, -2 in 90 millisecs
end downThumbnail

on upThumbnail   # left this empty handler in all buttons in case it would
be useful in fix

end upThumbnail

This is the MetaCard mailing list.
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm