主题:  寻找xtragent插件及使用方法????

无声

职务:普通成员
等级:1
金币:0.0
发贴:23
注册:2002/7/26 13:00:39
#12002/8/15 12:42:20
各位大侠:
请问谁有xtragent及使用方法给我一个好吗?谢谢!!!



D计划-混沌

职务:管理员
等级:6
金币:15.2
发贴:3528
注册:2007/4/9 9:48:37
#22002/8/15 17:56:23
movie脚本
On StartMovie
Global James,Dragging
Set Dragging = FALSE
Set JAMES=0
Set the itemDelimiter to "~"
Set the PopupMenu of member "默林" to FALSE
End StartMovie

On StopMovie
Global JamesMoveCommand, RobbyMoveCommand, MerlinMoveCommand
RemoveCommand (member "默林",JamesMoveCommand)
End StopMovie
----------------------------------------------------------------------------
帧脚本
Global James, Cue
on beginsprite
Set James=Sprite 2
Say (James, item 1 of field "JamesTTS",the moviepath&"wave/01.wav")
Play (James, "GREET")
Say (James, item 2 of field "JamesTTS",the moviepath&"wave/02.wav")
Play (James, "Blink")
Say (James, item 3 of field "JamesTTS",the moviepath&"wave/03.wav")
Set Cue= Play (James, "RestPose")
end

on exitFrame me
go to the frame
end
----------------------------------------------------------
精灵脚本
On RequestComplete ID
Global Cue, Dragging
If ID=Cue then
go to the frame +1
End If
End RequestComplete

On DragStart X,Y
Global James, Dragging
Set Dragging = TRUE
StopAll (James, 1)
Say (James, "好,现在继续.")
End DragStart

On DragComplete X,Y
Global James, Dragging
Set Dragging=MoveTo (James, The locH of James, The locV of James, 1000)
End DragComplete

On Command CommandID
Global James, JamesMoveCommand
If CommandID=JamesMoveCommand then
MoveTo (James, random (the StageRight), random (the stagebottom), 1000)
End If
End Command



无声

职务:普通成员
等级:1
金币:0.0
发贴:23
注册:2002/7/26 13:00:39
#32002/8/27 13:25:50
十分感谢!!!!!



无声

职务:普通成员
等级:1
金币:0.0
发贴:23
注册:2002/7/26 13:00:39
#42002/8/27 13:29:14
请问54zq:
有可以打包的xtragent 插件吗?我真的象拥有她!!!!谢谢!!!!