[AS3] Understanding and Manipulating the Timeline

Hi,

i have some problems understanding the relation between AS3 and the time line.

I can place AS3 Code in each time frame, right? And when the marker moves within the time line at this time frame, the corresponding AS3 code will be executed, right? What confuses me is, that u can have one , just one, time frame and still have moving objects. (like rotating circles) How can you understand this?

Secondly, how do i manipulate an objects’ place in the time line within AS3, without coding each time frame? How would i, for example, let appear a circle each second at a specified position over 60 Seconds? Without coding the corresponding time frames?

Gz TWERP