Maybe you are executing your code before the quicktime is on stage. If you use the startmovie handler for scaling, your movie must be beginning in frame 1.
regards, florian 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? > when i write "put sprite(theVideoSprite).scale" into the message window it > comes up with a perfect [100, 100] > i have a hunch that it's something to do with the way my skripts are > triggered / where they are located?! > > help???? > > greetings, > heike .-) > > [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!] [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!]
