最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
怎样使MC倒放
时间:2022-07-02 17:22:31 编辑:袖梨 来源:一聚教程网
答:方法1、把这段代码加到倒放那个按钮去就可以了:(弃天笑提供)
{
_root.onEnterFrame = function()
{
if(this.mc._currentframe == 1)
{
delete this.onEnterFrame;
}
this.mc.prevFrame();
}
}
方法2、(终极讨厌提供)
a_btn.onRelease = function() {
delete this._parent.mc.onEnterFrame;
this._parent.mc.play();
};
b_btn.onRelease = function() {
this._parent.mc.stop();
this._parent.mc.onEnterFrame = function() {
this.prevFrame();
};
};
相关文章
- 三国杀武将觉醒前期商店买什么好 07-08
- 知乎匿名教程 07-08
- 风之痕迹官网首页入口在哪 风之痕迹官网首页入口 07-08
- chanel官网序列号查询 chanel中国官网 07-08
- 腾讯先锋云游戏网页版在线玩 腾讯先锋云游戏网页版入口 07-08
- 崩坏因缘精灵九明镜怎样 崩坏因缘精灵九明镜分享 07-08