通过写脚本来旋转某个组时,请首选下列方法。
通过写脚本来旋转某个组:
- 创建一个变量对象,用来存储组的旋转角度。
- 配置组的旋转角度动画,并使用变量的当前值作为其数据源。
- 利用脚本设置变量的当前值,而不是直接改变组的旋转角度。
示例:使用脚本旋转组
Dim bUp As Boolean
Private Sub CFixPicture_Initialize()
bUp = True
CommandButton1.Caption = "Rotate Up"
End Sub
Private Sub CommandButton1_Click()
Dim o As Object
Dim dVal As Double
Set o = Me.FindObject("RotationAngle")
dVal = o.CurrentValue
If bUp Then
dVal = dVal + 5
If dVal = 45 Then
bUp = False
CommandButton1.Caption = "Rotate Down"
End If
Else
dVal = dVal - 5
If dVal = 0 Then
bUp = True
CommandButton1.Caption = "Rotate Up"
End If
End If
o.CurrentValue = dVal
End Sub
相关信息
如何做...