主题:  如何在director里使一个avi电影全屏播放

alongyan

职务:普通成员
等级:1
金币:0.0
发贴:7
#12004/1/8 15:05:36
急! 怎么样让一个在director里缩小的avi电影点击会全屏播放!!!!!在点一下会还原!!



Super ChiCk

职务:版主
等级:5
金币:15.0
发贴:3502
#22004/1/8 15:22:40
global spriterect
global stagerect
on mouseup me
if sprite(me.spritenum).rect<>the deskTopRectList[1] then
spriterect=sprite(me.spritenum).rect
stagerect=(the stage).rect
(the stage).rect=the desktoprectlist[1]
sprite(me.spritenum).rect=the desktoprectlist[1]
else
sprite(me.spritenum).rect=spriterect
(the stage).rect=stagerect
end if
end

相关文件:点这儿打开



alongyan

职务:普通成员
等级:1
金币:0.0
发贴:7
#32004/1/8 15:48:11
已经搞顶!非常感谢!



Super ChiCk

职务:版主
等级:5
金币:15.0
发贴:3502
#42004/1/8 17:01:20
常来5d看看
以后就不用求人了



alongyan

职务:普通成员
等级:1
金币:0.0
发贴:7
#52004/1/9 9:31:55
一定!一定!