Ask a Question related to Macromedia Director Lingo, Design and Development.
-
JB #1
Re: movie branching to wrong frame
I have always avided multple movie files embedded in a projector, are
you sure you can navigate between embedded movies?
JB Guest
-
movie inside movie with different frame rates
Hi all, I have a movie that plays inside a main movie. It seems like the embedded movie follows the frame rate of the main movie. Is it possible... -
To build a movie frame-by-frame at runtime via AS
I have a task that I want to do, but I'm not exactly sure how to go about it I have a text file that contains... -
Communicating with frame labels. What am I doing wrong?
Hey all, Im having some difficulty in doing some basic actionscript. On my maintime line I have a frame label called: closeanim Also on that... -
Communicating with frame labels. What am I doing wrong?
> This is what I have, what am I doing wrong? you've got it all backward .. did you not look at the many example in the documentation ????? on... -
Published SWF starts on wrong frame
I have a flash movie that works fine when tested. However when I publish the SWF file it starts at frame number 5, not frame number 1 as it should.... -
Rob Langlands #2
movie branching to wrong frame
Hello
I have a main movie with an interface and buttons that branches too several
other movies. The script is on frame 1087. When I click on the button with
the script below, it goes and opens the "newcar" movie but starts playing at
frame 1081. In the new car movie I have a marker at frame 20 labeled as
start where I want it too begin.
The stranger thing is, that if I add the ".dir" extension onto the movie
name the branching works fine, and starts at start. But that's no good when
I will need to save this project as a projector.
Any ideas?
Thanks in advance,
Rob Langlands
on mouseEnter me
sprite(10).foreColor = 6
end
on mouseDown me
set the ink of sprite the currentSpriteNum to 3
beep
end
on mouseUp me
set the ink of sprite the currentSpriteNum to 0
go to frame "start" of movie "newcar"
end
on mouseLeave me
sprite(10).foreColor = 233
end
Rob Langlands Guest



Reply With Quote

