home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1998 November
/
Dpcb1198.bin
/
Office
/
LOTUS
/
FLG
/
155.LSS
< prev
next >
Wrap
Text File
|
1996-05-17
|
2KB
|
89 lines
Use "LTAPVN11"
Sub Initialize
ClientMainWinClass = "FLWApp"
ClientID = AN_AVERY
ClientModName = "LTAPVN11"
ClientLotusAppID = "FLW"
ShowMeModName = "155"
AnimVersionNum = 2.18
NumFramesThisAnim = 8
AnimationType = "QuickDemo"
SampleFile = "capitals.prz"
AnimName = GetString( "1550000", IResult% )
End Sub
Public Sub ShowMe (theNextStep As Integer)
GetCursorPos TempPos
CursorPosForStep(theNextStep) = TempPos
Select Case theNextStep
Case 1
StepsText = GetString( "1551001", IResult% )
SetBubblePosforMenus
ShowTextBubble StepsText, .5, .5, NorthEast
HideTextBubble
ChooseMenuItem Create_Add_Movie_v
Exit Sub
Case 2
StepsText = GetString( "1551002", IResult% )
X = DoWhereIs (DIALOG_CONTROL_V,"",&H470,0,0,0,ClientID)
ShowTextBubble StepsText, .5, .5, NorthEast
HideTextBubble
MoveToObj Center
DoMouse WM_LBUTTONDOWN%, 0
DoMouse WM_LBUTTONUP%, 0
Exit Sub
Case 3
Delay 1500
MoveToObj Center
DoMouse WM_LBUTTONDOWN%, 0
DoMouse WM_LBUTTONUP%, 0
Exit Sub
Case 4
StepsText = GetString( "1551003", IResult% )
X = DoWhereIs (DIALOG_CONTROL_V,"",&H460,0,0,0,ClientID)
ShowTextBubble StepsText, .5, .5, NorthEast
HideTextBubble
MoveToObjRel 5 , 5
DoMouse WM_LBUTTONDOWN%, 0
DoMouse WM_LBUTTONUP%, 0
Exit Sub
Case 5
StepsText = GetString( "1551004", IResult% )
X = DoWhereIs (DIALOG_CONTROL_V,"",&H2,0,0,0,ClientID)
ShowTextBubble StepsText, .5, 7, NorthEast
HideTextBubble
Exit Sub
Case 6
StepsText = GetString( "1551005", IResult% )
ShowTextBubble StepsText, .5, 2.2, NorthEast
HideTextBubble
Exit Sub
Case 7
StepsText = GetString( "1551006", IResult% )
X = DoWhereIs (DIALOG_CONTROL_V,"",1,0,0,0,ClientID)
ShowTextBubble StepsText, .5, .5, NorthEast
HideTextBubble
MoveToObj Center
DoMouse WM_LBUTTONDOWN%, 0
DoMouse WM_LBUTTONUP%, 0
Exit Sub
Case 8
X = DoWhereIs (DRAW_OBJ_V,"",PAGE_BKGND_V,0,0,0,ClientID)
MoveToObjRel 50 , 90
DoMouse WM_LBUTTONDOWN%, 0
DoMouse WM_LBUTTONUP%, 0
Exit Sub
End Select
End Sub