日期:2013-11-22  浏览次数:20794 次

  FLASH函数

SetSize(Width, Height)
MoveTo(Left, Top)
GetScreenWidth
GetScreenHeight
GetLeft
GetTop
GetWidth
GetHeight
MoveLeft(Step)
MoveRight(Step)
MoveUp(Step)
MoveDown(Step)
IniWriteString(IniFile, Section, Ident, Value)
IniWriteInteger(IniFile, Section, Ident, Value)
IniWriteBoolean(IniFile, Section, Ident, Value)
IniWriteDateTime(IniFile, Section, Ident, Value)
IniReadString(IniFile, Section, Ident, Value)
IniReadInteger(IniFile, Section, Ident, Value)
IniReadBoolean(IniFile, Section, Ident, Value)
IniReadDateTime(IniFile, Section, Ident, Value) 

CallBack函数

StartDrag
EndDrag

程序下载:
点击这里下载源程序
使用前请阅读ReadMe
有问题或者建议请与我联系
一个简单的例子
参考这个例子你可以写出本人的桌面宠物
点击这里下载源文件