At 11:32 +0100 03/19/2002, Heike Schmidt wrote:

>hello list,
>
>i have a quicktime movie (direct to stage) that i want to appear on stage
>via a kind of zoom-in.
>my code is in a filmscript that is called by on startMovie.
>i'm trying to do this:
>
>repeat with var= 0 to 100
>sprite(theVideoSprite).scale= [var, var]
>updateStage
>end repeat
>
>every time my handler is called, however, i get a "property not found"
>alert. but why?

Well, I'd start by looking at and trying the sample code included in 
the "scale" command definition in the Lingo docs. It's different from 
the sample you sent along, and probably in those differences lieth 
the answer. (For instance the sample runs in a frame loop, not an 
updateStage/repeat loop.)

Never used scale myself. QT is such a major resource hog I've never 
had a system that could do it smoothly, I think! ;)

-- 

              Warren Ockrassa | http://www.nightwares.com/
  Director help | Free files | Sample chapters | Freelance | Consulting
        Author | Director 8.5 Shockwave Studio: A Beginner's Guide
                    Published by Osborne/McGraw-Hill
          http://www.osborne.com/indexes/beginners_guides.shtml
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to