Try this one as the frame script and see if it works any better:
on exitFrame
if sprite(7).movieTime=sprite(7).member.duration then
go "menu"
else
go to the frame
end if
end
Charlie Fiskeaux II
Media Designer
The Creative Group
www.cre8tivegroup.com
859/858-9054x29
----- Original Message -----
From: "Beertje" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 26, 2002 11:27 AM
Subject: <lingo-l> a too short duration of member
Using the following script, an .avi file works fine on my computer, but on
the clients computer, it totally skips by the video and goes to the "menu".
On another computer in the same office, it totally freezes up even before
the video comes up on the screen. All are running from a CD-Rom, not from
their hard drive. Does it have anything to do with the actual speed of the
CD-Rom's themselves or am I not putting something in the on prepareMovie
script?
Thanks in advance,
George Carlile
[EMAIL PROTECTED]
on exitFrame
if the movieTime of sprite 7 < the duration of member "Intro4a" then
go to the frame
else
go "menu"
end if
end
[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!]