Slideshow-problems!

Hi there,

I hope this is possible and somebody out there can help me…

Im gonna make a slideshow that change slides automatic on time and it´s sync to a audiotrack… the slides gonna be in this order:

1: 00:00:00:00
2: 00:00:04:13
3: 00:00:08:12
4: 00:00:17:03
5: 00:00:23:22

I have done this in Director with a script that was a little like this:
On CuePass “x”
go to “x marker”
End

So, the question is - how do I do this in Flash MX? :frowning:
(I have a 2 day deadline!!! )

/J;)

Hi,
If your times had been equal amount of seconds (minutes ?) I would say that setInterval() would be your best best bet. However, as the times are not equal you need to look at getTimer() method. Can’t tell you how to set that up without knowing more about your fla, so suggest that you check out the tutes first and then do a search of the forums for getTimer()

Hope that sets you in the right direction

SteveD