Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Mendietta webforumsuser@macromedia.com #1
Next Frame Delay
I'm very new to all of this so i would be really grateful for any help you can give me!
Basically, i have a small presentation to make which will run autonomously; it will have various media types, such as image, video and sound footage and will generally run very linear like a slideshow.
there will be a continuous voiceover running throughout the slideshow which will be split up into lots of little sound clips, and i want to be able to delay the movement from one frame to another by the length of a soundclip/videoclip (ie, when it gets to the end of a soundclip/videoclip, ONLY THEN move to the next frame).
im sure there is a very basic way of doing this, but unfortunately, im still pretty new to it all :)
i would appreciate the help!
Mendietta webforumsuser@macromedia.com Guest
-
linking on non frame page to a frame in a frame p
Hello all, I'm doing a job for a friend. Is there a way to load a link from a non-frame page into a frame in a frame based page? Go to:... -
Delay in going to next frame
When I advance from frame 3 to 4 by the step forward button in the control panel, I get an unwanted 10 second delay, consistently. All sprites in... -
newbie: jumping from 3d sprite frame to flash frame
I'm a Flash developer new to Director. I have a 3D world in frame 1 that the user can walk around in and click things. When they click on certain... -
My website plays uncontrolled, frame after frame, instead of with buttons
Hi there, I´ve created a website, which works fine in the flash player, but when it is loaded in a browser it has troubles. Instead of the... -
Frame Set Problem: Cannot Resize Frame Rows with Mouse
Hi, I cannot resize my frame borders with the mouse. I created a Fixed Top, Nested Left Frame set. I added my assets into the top frame, and... -
JB #2
Re: Next Frame Delay
Tempo channel setting can wait for end of sound/video but be aware it
effectively puts the user interface responce to sleep while waiting.
A wait score script is better, will need 2 diferent kinds for sound and
videos.
-- here's an untested video wait to give you the idea
on exitFrame
if sprite(10).movietime < sprite(10).member.duration then
go to the frame
end if
end
JB Guest



Reply With Quote

