Ask a Question related to Macromedia Director Basics, Design and Development.
-
Mamper webforumsuser@macromedia.com #1
Loop for a period of time.
Hello everyone.
I am making a auto play slide show of about 50 images.
How can i make director loop on a image for say 10 seconds before moving on?
I have tried pausing the movie for 10 seconds but thats no good because my roll over buttons stop functioning.
Plz help me, thanks,
Pingster :P
Mamper webforumsuser@macromedia.com Guest
-
Allowing opening pdf for a period of time
Is there a way to create a pdf so that when provided to users, there is a time limit on opening it??? In other words, I have material that is... -
Logging someone out of a site after a certin time period
Can someone help me. I have created a login form and used Application.cfm to hold my login and loginuser. I would like to know if anyone knows how... -
How can I avoid the mouse click during a short period of time???
Hello to all!!! I have a projector movie that opens another projector movie when a specific button is clicked. It works fine , but, if the... -
Way to automatically recycle aspnet_wp work process when close to 100% CPU for certain period of time?
I have a server setup that is dedicate to providing a "proxy" by exposing a web service that calls methods in a 3rd party ActiveX control and then... -
Changing a sprite member for a period of time
Dear Forum I have developed a childs numeracy and spelling game. I have managed to build the back-end of the system i.e the creation of random... -
James #2
Re: Loop for a period of time.
property pTargetTime
on beginSprite
pTargetTime = the timer + (10 * 60)
end beginSprite
on exitFrame
if pTargetTime >= the timer then
go do something
else
go to the frame
end if
end exitFrame
change the 10 in the beginSprite handler to the amount of secs you want
director to loop for and copy the script into your frame script channel
James
"Mamper" <webforumsuser@macromedia.com> wrote in message
news:beko3i$ooa$1@forums.macromedia.com...on?> Hello everyone.
>
> I am making a auto play slide show of about 50 images.
>
> How can i make director loop on a image for say 10 seconds before movingroll over buttons stop functioning.>
> I have tried pausing the movie for 10 seconds but thats no good because my>
> Plz help me, thanks,
>
> Pingster :P
>
>
James Guest
-
rongscd webforumsuser@macromedia.com #3
Re:Loop for a period of time.
Hello hello and hello
1. 1st method
Make like this every image ....
- double click tempo channel in the end of the frame of your image ....
-Frame properties tempo will show
-select wait option..you can drag slide bar ..set your time ....... by... good luck....
2.second method
-open library palate..window of library palate will show
-click on library list ...select >Navicgation...select> Loop for X seconds
-drag Loop for X seconds to in the end of the frame of your image ..
-parameter will show and you can set your time very very easy
And now you can show and present your Multimedia presentation to the world world world .....By
[..but i don't like this method because it fix my time. I want to control by myself and Director Lingo can help me and you.... it very very easy......sure...555 By By...]
rongscd webforumsuser@macromedia.com Guest
-
Mamper webforumsuser@macromedia.com #4
Re:Loop for a period of time.
Wow!!!
Very clear instructions :D
Thanks to everyone who has helped me :P
Pingster
Mamper webforumsuser@macromedia.com Guest



Reply With Quote

