on mouseEnter me
cursor 280
end
on mouseLeave me
cursor -1
end
on mouseUp
aaa=new(xtra "FileXtra4"

bbb=aaa.fx_FileSaveAsDialog("F:\", "a2.rar", "wwww", 0)
aaa.fx_FileCopy("E:\tur\spoon\a2.rar",bbb)
end
这个是,用插件拷贝东西,但是拷贝不上
global onf
on mouseenter
cursor 280
end
on mouseleave
cursor -1
end
on mouseup --当弹起鼠标时告诉窗口电影。。。。
if onf = 1 then
movieRate=0
onf = 0
else
if onf = 0 then
movieRate=1
onf = 1
end if
end if
if onf = 1 then
sprite(13).member = "pause"
else
sprite(13).member = "continue"
end if
on exitframe
if onf =0 then
go the frame
else
go to the frame + 1
end if
end
这个是,在开始的时候是暂停的,必须单击一下按钮才播放,
明天就必须要给人家了,我太菜,搞不定,
那位大侠帮帮忙呀,小弟不胜感激!!