Creating a Pause in VB
08-Nov-94 16:11:43
Sb: #134309-Creating a Pause in VB
Fm: Brian Rudolph [Adesk] 71722,170
To: Paul J. Pollastro 74271,2322
<< During the slide show I am trying to create a One Click PAUSE and a
Double Click RESUME. >>
Here is a bit of code from the example that ships with the Animation
Support Libraries. Do you have that? If not, you need it.
For the click event in the animation window, I have:
If Animation1.Play Then
Animation1.Pause = 1
Else
Animation1.Pause = 0
End If
This will pause and resume with one click. But you can modify it and
put part in the single click and part in the double click if you
want.
P.S the Animation Support Libraries: This developers kit includes C
and Visual Basic Programmers reference manuals for the Windows
Player, Fliclib and File Format manuals, Code examples and other
support files, POCO and POE reference manuals, and more. You can
order this kit directly from Autodesk by calling 800-964-6432. The
kit costs about $25.