欢迎访问 chilq 的个人空间

我的论坛主题

  • 希望 three-m 和高手能回复我这个贴,不胜感激!

    2008-08-02 17:58:24   /   Director 技术[老版本]

    director flash滑动列表行为 问题three-m 您好,我看了你的directorflash滑动列表行为 ,在做课件时,发现如果播放多个flash时,滑动条老是闪动,好像是在探测下一个flash播放长度,再返回来,有点不美观,这个问题能解决么!谢谢指点啊!
  • 请教高手代码问题!

    2008-07-18 08:11:41   /   Director 11

    on mouseup menowswf=sendallsprites(#getPlayNowNumber)allswf=sendallsprites(#getplayallnumber)nowframe=sprite(4).frameallframe=sprite(4).member.frameCount-10if nowswfallswf then---如果正在播放的swf数不等于所有需要播放的swf数目if nowframe>allframe then---如果当前播放的swf帧大于该swf的总帧数-10sendallsprites(#GoSkipSwf,1) ---跳到下一个swfelseSprite(4).frame = sprite(4).frame +10---否则当前播放swf快进10帧if nowswf = allswf then----如果当前播.
  • 高手帮我看看代码问题,不胜感激了

    2008-07-18 08:10:16   /   Director 技术[老版本]

    on mouseup menowswf=sendallsprites(#getPlayNowNumber)allswf=sendallsprites(#getplayallnumber)nowframe=sprite(4).frameallframe=sprite(4).member.frameCount-10if nowswfallswf then---如果正在播放的swf数不等于所有需要播放的swf数目if nowframe>allframe then---如果当前播放的swf帧大于该swf的总帧数-10sendallsprites(#GoSkipSwf,1) ---跳到下一个swfelseSprite(4).frame = sprite(4).frame +10---否则当前播放swf快进10帧if nowswf = allswf then----如果当前播.
Open Toolbar