######################################################################################### # # QKNTOURS.INI : Video QuickTours # # Ini file for QknTours.exe # ######################################################################################### # # $Revision$ # $Date$ # $Author$ # ######################################################################################### ;###################################################################################### ;# ;# ;# Specify ALL common properties here: ;# [Common Properties] ProductName=Video QuickTours ; This is the view that will be your "table of contents" ; or Overview or your top level selection. InitView=MenuOfTours ; default if nothing specified! BitmapColors=256 ;BitmapColors=16 ; when using 16color bitmaps; speeds up bitmap rendering on VGA. ; USING THIS option excludes using HALOing effects & up/down buttons! ; Halo properties: width in pixels; color in RGB specs HaloWidth=4 HaloRed=0 HaloGreen=0 HaloBlue=255 ; REQUIRED ONLY IFF YOU ARE USING TOURS/SPRITE SCRIPTS PLAYER! ; The view "ButtonsFrame" has buttons specified in it. ButtonsView=ButtonsFrame PlayButtonName=PlayButton ;###################################################################################### ;# ;# Specify all VIEWS i.e all rooms i.e. all contexts here: ;# also specify background bmp and optionally a .wav sound file to play on entry to ;# each view! [Views] ; Following is the main menu == table of contents. All tours are launched from here! ; MenuOfTours=QknTours.bmx ; Following view is displayed when user clicks on a tour icon in main menu. ; ALL TOURS ARE PLAYED WITHIN THIS FRAME!!! ButtonsFrame=QknTours.bmx ; One of the following views (menus) are presented when user quits playing a tour: ; Every tour can have OnQuitMenu which presents to the user topics for further perusal! RegisterTourQuitMenu=l-regist.bmx moreinfo.wav BudgetTourQuitMenu=l-budget.bmx moreinfo.wav TaxesTourQuitMenu=l-taxes.bmx moreinfo.wav InvestmentsTourQuitMenu=l-invest.bmx moreinfo.wav ReportsTourQuitMenu=l-report.bmx moreinfo.wav TimeTourQuitMenu=l-time.bmx moreinfo.wav CategoriesTourQuitMenu=l-categ.bmx moreinfo.wav ;###################################################################################### ;# ;# VIEW : TABLE OF CONTENTS : OVERVIEW : MenuOfTours user can take: ;# ;# ;# Specify all the hotspot OBJECTS in each view: end with an = sign as shown: ;# [MenuOfTours] RegisterTour=r BudgetTour=b TaxesTour=t InvestmentsTour=i ReportsTour=p TimeTour=s CategoriesTour=c ;Take2Tour=k GuideButton=g ExitToursButton=d [RegisterTour] HotSpotId=02 AccKey=r BitmapFile=atusin_u.bmx BitmapLeft=57 BitmapTop=37 Action=SPRITE ScriptFile=Tutor Q5REG.qtt REGISTER ScriptTitle=Video QuickTour : Using the register in Quicken OnQuitGoTo=RegisterTourQuitMenu GuideSeed=Register [BudgetTour] HotSpotId=06 AccKey=b BitmapFile=atset_u.bmx BitmapLeft=57 BitmapTop=130 Action=SPRITE ScriptFile=Tutor Q5BUD.qtt BUDGET ScriptTitle=Video QuickTour : Setting up a budget OnQuitGoTo=BudgetTourQuitMenu GuideSeed=Budget [TaxesTour] HotSpotId=07 AccKey=t BitmapFile=atplan_u.bmx BitmapLeft=57 BitmapTop=223 Action=SPRITE ScriptFile=Tutor Q5TAX.qtt TAXES ScriptTitle=Video QuickTour : Planning for taxes OnQuitGoTo=TaxesTourQuitMenu GuideSeed=Taxes [InvestmentsTour] HotSpotId=05 AccKey=i BitmapFile=attrac_u.bmx ;BitmapLeft=57 BitmapLeft=194 BitmapTop=316 Action=SPRITE ScriptFile=Tutor Q5INV.qtt INVEST ScriptTitle=Video QuickTour : Tracking your investments OnQuitGoTo=InvestmentsTourQuitMenu GuideSeed=Investments [ReportsTour] HotSpotId=04 AccKey=p BitmapFile=atsee_u.bmx BitmapLeft=331 BitmapTop=37 Action=SPRITE ScriptFile=Tutor Q5REP.qtt REPORT ScriptTitle=Video QuickTour : Seeing where your money goes OnQuitGoTo=ReportsTourQuitMenu GuideSeed=Reports [TimeTour] HotSpotId=08 AccKey=s BitmapFile=atsave_u.bmx BitmapLeft=331 BitmapTop=130 Action=SPRITE ScriptFile=Tutor Q5SAV.qtt SAVING ScriptTitle=Video QuickTour : Saving time with Quicken OnQuitGoTo=TimeTourQuitMenu GuideSeed=Time [CategoriesTour] HotSpotId=03 AccKey=c BitmapFile=atfina_u.bmx BitmapLeft=331 BitmapTop=223 Action=SPRITE ScriptFile=Tutor Q5CAT.qtt CATEGORY ScriptTitle=Video QuickTour : Tracking your finances with categories OnQuitGoTo=CategoriesTourQuitMenu GuideSeed=Categories ; Test of sprite based investments tour [Take2Tour] HotSpotId=05 AccKey=k BitmapFile=atake2_u.bmx BitmapLeft=331 BitmapTop=316 Action=SPRITE ScriptFile=Sprite inv_se.m13 ScriptTitle=Video QuickTour : Tracking your investments TAKE 2! OnQuitGoTo=InvestmentsTourQuitMenu GuideSeed=Investments ;[GuideButton] ; see its specs under ButtonsFrame view; same specs, shared! [ExitToursButton] HotSpotId=99 AccKey=d IsButton=TRUE Action=Exit BitmapFile=SpQuit.bmx BitmapLeft=543 BitmapTop=426 BitmapRight=619 BitmapBottom=445 DownBitmapFile=SpQuitDn.bmx ;###################################################################################### ;# ;# VIEW : Frame containing Sprite Playback control buttons : a tour is played here: ;# ;# ;# Specify all the hotspot OBJECTS in each view: end with an = sign as shown: ;# [ButtonsFrame] GuideButton=g ReStartButton=r PreviousSectionButton=b PlayButton=p PauseButton=u NextSectionButton=f QuitTourButton=d ;# ;# ****** BUTTONS to control playback of tours in this frame ****** ;# ;# Buttons bitmap files .bmps are currently 77x20 pixels. [GuideButton] Action=GuideUI AccKey=g IsButton=TRUE BitmapFile=SpGate.bmx BitmapLeft=020 BitmapTop=426 BitmapRight=096 BitmapBottom=445 DownBitmapFile=SpGateDn.bmx [ReStartButton] Action=REstart AccKey=r IsButton=TRUE BitmapFile=SpRest.bmx BitmapLeft=098 BitmapTop=426 BitmapRight=174 BitmapBottom=445 DownBitmapFile=SpRestDn.bmx [PreviousSectionButton] Action=PRevious AccKey=b IsButton=TRUE BitmapFile=SpPrev.bmx BitmapLeft=176 BitmapTop=426 BitmapRight=252 BitmapBottom=445 DownBitmapFile=SpPrevDn.bmx [PlayButton] Action=PLay AccKey=p IsButton=TRUE BitmapFile=SpPlayOn.bmx BitmapLeft=254 BitmapTop=426 BitmapRight=330 BitmapBottom=445 DownBitmapFile=SpPlayDn.bmx AltFuncBitmapFile=SpPlay.bmx DownAltFuncBitmapFile=SpPlayDn.bmx [PauseButton] Action=PAuse AccKey=a IsButton=TRUE BitmapFile=SpPaus.bmx BitmapLeft=332 BitmapTop=426 BitmapRight=408 BitmapBottom=445 DownBitmapFile=SpPausDn.bmx [NextSectionButton] IsButton=TRUE AccKey=f Action=NExt BitmapFile=SpNext.bmx BitmapLeft=410 BitmapTop=426 BitmapRight=486 BitmapBottom=445 DownBitmapFile=SpNextDn.bmx [QuitTourButton] IsButton=TRUE AccKey=d Action=QUit BitmapFile=SpQuit.bmx BitmapLeft=543 BitmapTop=426 BitmapRight=619 BitmapBottom=445 DownBitmapFile=SpQuitDn.bmx [GoToMenuOfToursButton] ;IsButton=TRUE AccKey=d Action=GoTo DestView=MenuOfTours BitmapFile=SpQuit.bmx BitmapLeft=543 BitmapTop=426 BitmapRight=619 BitmapBottom=445 ;DownBitmapFile=SpQuitDn.bmx ;###################################################################################### ;# ;# VIEW : End-Screen View after this tour is done playing: further choices offered here: ;# ;# ;# Specify all the hotspot OBJECTS in each view: end with an = sign as shown: ;# [RegisterTourQuitMenu] ; links are defined here from end of this Tour to other components: RegistersTourQuitLinkLeftTop= RegistersTourQuitLinkLeftMid= RegistersTourQuitLinkLeftBot= RegistersTourQuitLinkRecommended= RegistersTourQuitLinkRightTop= RegistersTourQuitLinkRightMid= RegistersTourQuitLinkRightBot= ; GuideButton=g GoToMenuOfToursButton=d [RegistersTourQuitLinkLeftTop] Action=OpenBook BitmapLeft=98 BitmapTop=189 BitmapRight=305 BitmapBottom=244 BookName=4 ; Quicken : Try Accounts List ContextNum=14 [RegistersTourQuitLinkLeftMid] Action=OpenBook BitmapLeft=98 BitmapTop=255 BitmapRight=305 BitmapBottom=311 BookName=1 ; Fin101 : Expenses & Budgets ContextName=ch1_contents [RegistersTourQuitLinkLeftBot] ;Action=OpenBook BitmapLeft=98 BitmapTop=321 BitmapRight=305 BitmapBottom=375 BookName= ; none ContextNum= [RegistersTourQuitLinkRecommended] Action=OpenBook BitmapLeft=336 BitmapTop=94 BitmapRight=545 BitmapBottom=152 BookName=2 ; Onscreen Manual : ContextName=CTX_ID_Using_the_register [RegistersTourQuitLinkRightTop] Action=OpenBook BitmapLeft=336 BitmapTop=189 BitmapRight=545 BitmapBottom=244 BookName=4 ; QuickTours : Organizing your finances ContextNum=39 [RegistersTourQuitLinkRightMid] ;Action=OpenBook BitmapLeft=336 BitmapTop=255 BitmapRight=545 BitmapBottom=311 BookName= ; None ContextNum= [RegistersTourQuitLinkRightBot] ;Action=OpenBook BitmapLeft=336 BitmapTop=321 BitmapRight=545 BitmapBottom=375 BookName= ; none ContextNum= ;###################################################################################### ;# ;# VIEW : End-Screen View after tour is done playing: further choices offered here: ;# ;# ;# Specify all the hotspot OBJECTS in each view: end with an = sign as shown: ;# [BudgetTourQuitMenu] ; links are defined here from end of this Tour to other components: BudgetsTourQuitLinkLeftTop= BudgetsTourQuitLinkLeftMid= BudgetsTourQuitLinkLeftBot= BudgetsTourQuitLinkRecommended= BudgetsTourQuitLinkRightTop= BudgetsTourQuitLinkRightMid= BudgetsTourQuitLinkRightBot= ; GuideButton=g GoToMenuOfToursButton=d [BudgetsTourQuitLinkLeftTop] Action=OpenBook BitmapLeft=98 BitmapTop=189 BitmapRight=305 BitmapBottom=244 BookName=4 ; Quicken : Try budget spreadsheet ContextNum=30 [BudgetsTourQuitLinkLeftMid] Action=OpenBook BitmapLeft=98 BitmapTop=255 BitmapRight=305 BitmapBottom=311 BookName=1 ; Fin101 : Expenses & Budgets ContextName=ch1_contents [BudgetsTourQuitLinkLeftBot] ;Action=OpenBook BitmapLeft=98 BitmapTop=321 BitmapRight=305 BitmapBottom=375 BookName= ; none ContextNum= [BudgetsTourQuitLinkRecommended] Action=OpenBook BitmapLeft=336 BitmapTop=94 BitmapRight=545 BitmapBottom=152 BookName=2 ; Onscreen Manual ContextName=CTX_ID_Setting_goals_budgets_and_savings [BudgetsTourQuitLinkRightTop] Action=OpenBook BitmapLeft=336 BitmapTop=189 BitmapRight=545 BitmapBottom=244 BookName=4 ; QuickTours : Planning for the future ContextNum=44 [BudgetsTourQuitLinkRightMid] Action=OpenBook BitmapLeft=336 BitmapTop=255 BitmapRight=545 BitmapBottom=311 BookName=9 ; Ask the Experts : budgeting and planning questions ContextNum=20 [BudgetsTourQuitLinkRightBot] ;Action=OpenBook BitmapLeft=336 BitmapTop=321 BitmapRight=545 BitmapBottom=375 BookName= ; None ContextNum= ;###################################################################################### ;# ;# VIEW : End-Screen View after tour is done playing: further choices offered here: ;# ;# ;# Specify all the hotspot OBJECTS in each view: end with an = sign as shown: ;# [TaxesTourQuitMenu] ; links are defined here from end of this Tour to other components: TaxesTourQuitLinkLeftTop= TaxesTourQuitLinkLeftMid= TaxesTourQuitLinkLeftBot= TaxesTourQuitLinkRecommended= TaxesTourQuitLinkRightTop= TaxesTourQuitLinkRightMid= TaxesTourQuitLinkRightBot= ; GuideButton=g GoToMenuOfToursButton=d [TaxesTourQuitLinkLeftTop] Action=OpenBook BitmapLeft=98 BitmapTop=189 BitmapRight=305 BitmapBottom=244 BookName=4 ; Quicken : Tax Planner ContextNum=7 [TaxesTourQuitLinkLeftMid] Action=OpenBook BitmapLeft=98 BitmapTop=255 BitmapRight=305 BitmapBottom=311 BookName=4 ; Quicken : Tax Link Assistant ContextNum=48 [TaxesTourQuitLinkLeftBot] Action=OpenBook BitmapLeft=98 BitmapTop=321 BitmapRight=305 BitmapBottom=375 BookName=1 ; Fin101 : Taxes ContextName=ch4_taxes [TaxesTourQuitLinkRecommended] Action=OpenBook BitmapLeft=336 BitmapTop=94 BitmapRight=545 BitmapBottom=152 BookName=2 ; Onscreen Manual ContextName=CTX_ID_Preparing_your_income_taxes [TaxesTourQuitLinkRightTop] Action=OpenBook BitmapLeft=336 BitmapTop=189 BitmapRight=545 BitmapBottom=244 BookName=4 ; QuickTours : Planning for Taxes ContextNum=43 [TaxesTourQuitLinkRightMid] Action=OpenBook BitmapLeft=336 BitmapTop=255 BitmapRight=545 BitmapBottom=311 BookName=9 ; Ask the Experts : Tax questions ContextNum=40 [TaxesTourQuitLinkRightBot] ;Action=OpenBook BitmapLeft=336 BitmapTop=321 BitmapRight=545 BitmapBottom=375 BookName= ; none ContextNum= ;###################################################################################### ;# ;# VIEW : End-Screen View after this tour is done playing: further choices offered here: ;# ;# ;# Specify all the hotspot OBJECTS in each view: end with an = sign as shown: ;# [InvestmentsTourQuitMenu] ; links are defined here from end of this Tour to other components: InvestmentsTourQuitLinkLeftTop= InvestmentsTourQuitLinkLeftMid= InvestmentsTourQuitLinkLeftBot= InvestmentsTourQuitLinkRecommended= InvestmentsTourQuitLinkRightTop= InvestmentsTourQuitLinkRightMid= InvestmentsTourQuitLinkRightBot= ; GuideButton=g GoToMenuOfToursButton=d [InvestmentsTourQuitLinkLeftTop] Action=OpenBook BitmapLeft=98 BitmapTop=189 BitmapRight=305 BitmapBottom=244 BookName=14 ;Mutual Fund Finder .exe ContextName=GDECOVERCONTEXT [InvestmentsTourQuitLinkLeftMid] Action=OpenBook BitmapLeft=98 BitmapTop=255 BitmapRight=305 BitmapBottom=311 BookName=13 ;Investor Insight .exe ContextName=GDECOVERCONTEXT [InvestmentsTourQuitLinkLeftBot] Action=OpenBook BitmapLeft=98 BitmapTop=321 BitmapRight=305 BitmapBottom=375 BookName=1 ; Fin 101 : Investments ContextName=ch3_invest [InvestmentsTourQuitLinkRecommended] Action=OpenBook BitmapLeft=336 BitmapTop=94 BitmapRight=545 BitmapBottom=152 BookName=4 ; Quicken .exe : Set up new account ContextNum=20 [InvestmentsTourQuitLinkRightTop] Action=OpenBook BitmapLeft=336 BitmapTop=189 BitmapRight=545 BitmapBottom=244 BookName=4 ; Quicken .exe QuickTour "Investments" ContextNum=45 [InvestmentsTourQuitLinkRightMid] Action=OpenBook BitmapLeft=336 BitmapTop=255 BitmapRight=545 BitmapBottom=311 BookName=9 ; Ask the Experts "Investments" questions ContextNum=30 [InvestmentsTourQuitLinkRightBot] Action=OpenBook BitmapLeft=336 BitmapTop=321 BitmapRight=545 BitmapBottom=375 BookName=2 ; Onscreen Manual "Investments" ContextName=CTX_ID_How_Quicken_helps_you_with_Investments ;###################################################################################### ;# ;# VIEW : End-Screen View after tour is done playing: further choices offered here: ;# ;# ;# Specify all the hotspot OBJECTS in each view: end with an = sign as shown: ;# [ReportsTourQuitMenu] ; links are defined here from end of this Tour to other components: ReportsTourQuitLinkLeftTop= ReportsTourQuitLinkLeftMid= ReportsTourQuitLinkLeftBot= ReportsTourQuitLinkRecommended= ReportsTourQuitLinkRightTop= ReportsTourQuitLinkRightMid= ReportsTourQuitLinkRightBot= ; GuideButton=g GoToMenuOfToursButton=d [ReportsTourQuitLinkLeftTop] Action=OpenBook BitmapLeft=98 BitmapTop=189 BitmapRight=305 BitmapBottom=244 BookName=1 ; Fin101 : Expenses & Budgets ContextName=ch1_contents [ReportsTourQuitLinkLeftMid] Action=OpenBook BitmapLeft=98 BitmapTop=255 BitmapRight=305 BitmapBottom=311 BookName=2 ; Onscreen Manual ContextName=CTX_ID_EasyAnswer_reports [ReportsTourQuitLinkLeftBot] ;Action=OpenBook BitmapLeft=98 BitmapTop=321 BitmapRight=305 BitmapBottom=375 BookName= ; none ContextNum= [ReportsTourQuitLinkRecommended] Action=OpenBook BitmapLeft=336 BitmapTop=94 BitmapRight=545 BitmapBottom=152 BookName=4 ; Quicken : Easy Answer Reports ContextNum=25 [ReportsTourQuitLinkRightTop] Action=OpenBook BitmapLeft=336 BitmapTop=189 BitmapRight=545 BitmapBottom=244 BookName=4 ; Quicktours : Seeing where your money goes ContextNum=40 [ReportsTourQuitLinkRightMid] ;Action=OpenBook BitmapLeft=336 BitmapTop=255 BitmapRight=545 BitmapBottom=311 BookName= ; none ContextNum= [ReportsTourQuitLinkRightBot] ;Action=OpenBook BitmapLeft=336 BitmapTop=321 BitmapRight=545 BitmapBottom=375 BookName= ; none ContextNum= ;###################################################################################### ;# ;# VIEW : End-Screen View after tour is done playing: further choices offered here: ;# ;# ;# Specify all the hotspot OBJECTS in each view: end with an = sign as shown: ;# [TimeTourQuitMenu] ; links are defined here from end of this Tour to other components: TimeTourQuitLinkLeftTop= TimeTourQuitLinkLeftMid= TimeTourQuitLinkLeftBot= TimeTourQuitLinkRecommended= TimeTourQuitLinkRightTop= TimeTourQuitLinkRightMid= TimeTourQuitLinkRightBot= ; GuideButton=g GoToMenuOfToursButton=d [TimeTourQuitLinkLeftTop] Action=OpenBook BitmapLeft=98 BitmapTop=189 BitmapRight=305 BitmapBottom=244 BookName=4 ; Quicken : Financial Calendar ContextNum=22 [TimeTourQuitLinkLeftMid] Action=OpenBook BitmapLeft=98 BitmapTop=255 BitmapRight=305 BitmapBottom=311 BookName=5 ; Quicken Financial Network qfc.exe ContextName=GDECOVERCONTEXT [TimeTourQuitLinkLeftBot] Action=OpenBook BitmapLeft=98 BitmapTop=321 BitmapRight=305 BitmapBottom=375 BookName=2 ; Onscreen Manual ContextName=CTX_ID_Scheduling_recurring_transactions_on_a_calendar [TimeTourQuitLinkRecommended] Action=OpenBook BitmapLeft=336 BitmapTop=94 BitmapRight=545 BitmapBottom=152 BookName=2 ; Onscreen Manual ContextName=CTX_ID_About_Intuits_online_services [TimeTourQuitLinkRightTop] Action=OpenBook BitmapLeft=336 BitmapTop=189 BitmapRight=545 BitmapBottom=244 BookName=4 ; QuickTours : Paying bills in less time ContextNum=42 [TimeTourQuitLinkRightMid] Action=OpenBook BitmapLeft=336 BitmapTop=255 BitmapRight=545 BitmapBottom=311 BookName=4 ; QuickTours : Using Quicken with a modem ContextNum=46 [TimeTourQuitLinkRightBot] ;Action=OpenBook BitmapLeft=336 BitmapTop=321 BitmapRight=545 BitmapBottom=375 BookName= ; none ContextNum= ;###################################################################################### ;# ;# VIEW : End-Screen View after tour is done playing: further choices offered here: ;# ;# ;# Specify all the hotspot OBJECTS in each view: end with an = sign as shown: ;# [CategoriesTourQuitMenu] ; links are defined here from end of this Tour to other components: CategoriesTourQuitLinkLeftTop= CategoriesTourQuitLinkLeftMid= CategoriesTourQuitLinkLeftBot= CategoriesTourQuitLinkRecommended= CategoriesTourQuitLinkRightTop= CategoriesTourQuitLinkRightMid= CategoriesTourQuitLinkRightBot= ;; GuideButton=g GoToMenuOfToursButton=d [CategoriesTourQuitLinkLeftTop] Action=OpenBook BitmapLeft=98 BitmapTop=189 BitmapRight=305 BitmapBottom=244 BookName=4 ; Quicken .exe : Try Category List ContextNum=15 [CategoriesTourQuitLinkLeftMid] Action=OpenBook BitmapLeft=98 BitmapTop=255 BitmapRight=305 BitmapBottom=311 BookName=1 ; Fin 101 : Expenses & Budgets ContextName=ch1_contents [CategoriesTourQuitLinkLeftBot] ;Action=OpenBook BitmapLeft=98 BitmapTop=321 BitmapRight=305 BitmapBottom=375 BookName= ; none ContextNum= [CategoriesTourQuitLinkRecommended] Action=OpenBook BitmapLeft=336 BitmapTop=94 BitmapRight=545 BitmapBottom=152 BookName=2 ; Onscreen Manual ContextName=CTX_ID_Organize_records_for_the_results_you_want [CategoriesTourQuitLinkRightTop] Action=OpenBook BitmapLeft=336 BitmapTop=189 BitmapRight=545 BitmapBottom=244 BookName=4 ; qw.exe QuickTours "seeing where your money goes" ContextNum=40 [CategoriesTourQuitLinkRightMid] Action=OpenBook BitmapLeft=336 BitmapTop=255 BitmapRight=545 BitmapBottom=311 BookName=2 ; Onscreen Manual ContextName=CTX_ID_Getting_Organized [CategoriesTourQuitLinkRightBot] ;Action=OpenBook BitmapLeft=336 BitmapTop=321 BitmapRight=545 BitmapBottom=375 BookName= ; none ContextNum= [End-of-file]