Would appreciate any help, I want to use an if statement in my root timeline to check what the time is and then load an external movie clip if the condition is true.

i.e:

if the time is greater than or equal to 11am and less than or equal to 12pm, loadMovie ("movie1.swf", "movie1link")

and

if the time is greater than or equal to 12pm and less than or equal to 1pm, loadMovie ("movie2.swf", "movie2link");

Theoretically I have a weak grasp of how it should be done, but script errors are coming up all over the place.

Thanks in advance

mr mooch