由于ActionScript 3 Tip of the Day(ActionScript3 Tips and Tricks)一文原帖地址实在太慢,准备从今天起,慢慢将原帖转到Blog上,以免以后哪天原帖不能访问了,我还可以拿来参考。
本文是ActionScript3 Tips and Tricks系列阅读笔记之一Change the frame rate of your movie,这里是原文地址。
实时改变影片帧频(Change the frame rate of your movie)
使用ActionScript3中的Stage类,可以动态改变影片的帧频。
Stage类可以通过主影片中sprite或影片剪辑的stage属性访问 …
阅读更多