跳转到: 手绘工场 Workshop _ Sketchbook 手绘教程资源 _ 技术研讨 Z CLASS 手办模型 无敌串串烧 新手上路 博客使用技巧 灌水区 5D站务 设计公社 印前技术 Photoshop 矢量图形设计 Fireworks Dreamweaver及网页制作 Flash Designer Flash Developer ASP及.net PHP技术 ColdFusion Director Authorware 音频技术 Web 3D及宽带技术 摄像照片交流 视频短片交流 非线性编辑 3D技术
引用: 有三种方法可以做到这一点:一、在flash里用geturl:lingo:go to frame xx 或 geturl:lingo:go to marker xx, 控制你的跳转,在director当前帧加个“go the frame”的命令让当前帧停止。二、在 director里控制,判断是否在播放 on exitFrame me if sprite(1).playing then ----sprite(1)为你放flash的通道,go the frameelseif the mouseDown then go the frame+1 go the frame+1 end ifend三判断flash的总帧数on exitFrame if sprite(1).frame < sprite(1).member.frameCount then go to the frame else go to the frame+1 end ifend
编辑历史:[这消息被满眼金星编辑过(编辑时间2002-04-29 20:14:57)][这消息被满眼金星编辑过(编辑时间2002-04-29 20:28:28)]