PDA

View Full Version : timeline based countdown



spootneek
July 7th, 2005, 12:47 PM
Hello.

I want to create a countdown that is based on the timeline.

For instance, there is a timeline of 30 frames. Everytime the 30 frames is up I want to subtract 1 from the countdown.

The trouble is I have no idea how to do this.

If anyone can help it would be much appreciated.

Thanks.

nathan99
July 7th, 2005, 11:00 PM
on frame 30 put suymmin like


_root.countdown -= 1;

haveing a countdown variable with a name of countdown