SuperCard 談義室

ムービーの消し方

未翻訳ページです


From: bsienna@terraport.net (Baruch Sienna)
Newsgroups: comp.sys.mac.hypercard
Subject: Movie in Supercard
Date: 9 Nov 1995 05:01:02 GMT

This seems simple enough, but I can't get it to work.
I want a short QT movie clip to appear on a particular card (when it
opens), so the user can play it if they so wish. When the card is closed,
the movie should disappear. 
I have succeeded in the former, but it then appears on every card in the
window. I have tried get (MyMovie,remove) etc. to no avail. Can someone
provide me with a simple script to properly display and then remove the
movie? Thanks in advance.


From: cwatson@smtp.allegiant.com (Christopher Watson)
Newsgroups: comp.sys.mac.hypercard
Subject: Re: Movie in Supercard
Date: Fri, 10 Nov 1995 07:55:03 -0800

Baruch,

The "remove" action keyword, used with the "movie" function, should do the
trick. Use it in a "closeCard" handler:

on closeCard
  global MyMovie
  get movie(MyMovie, remove)
end closeCard

Alternatively, you could simply use the "remove movies" command:

on closeCard
  remove movies
end closeCard

I'm surprised that "remove" action keyword and the "movie" function isn't
working for you. Can we see the scripts you're using?

-- 
Christopher Watson
Product Design Engineer
Allegiant Technologies, Inc.
Publishers of SuperCard(r)
EMail: cwatson@smtp.allegiant.com
WWW: www.allegiant.com
Anonymous FTP: ftp.allegiant.com


このホームページは、いぜんとして構築中です。もし SCUJ ホームページ についてご質問やご意見がございましたら、以下のホームページ管理者までメールにて ご連絡下さい。

ホームページ管理者: 大島 久雄
電子メールアドレス: oshima@kyushu-id.ac.jp