General cleanup/commenting of Movie Options window, also created shortcuts for each slot, the Start From options, and the Display Frames option

This commit is contained in:
ipher
2005-05-12 09:22:19 +00:00
parent fa0e4a21fc
commit f774dd24f9
3 changed files with 275 additions and 155 deletions

View File

@@ -2050,13 +2050,14 @@ DisplayGUIChoseSaveClick:
%endmacro
DisplayGUIMovieClick:
cmp byte[MovieRecordWinVal],0
cmp byte[MovieRecordWinVal],0 ; Overwrite Window
je near .displayboxa
GUIPHoldbutton 17,55,59,66,19
GUIPHoldbutton 70,55,112,66,20
ret
.displayboxa
GUIPHoldbutton 7,17,49,28,16
.displayboxa ; Main Window
GUIPHoldbutton 7,17,49,28,16 ; Buttons
GUIPHoldbutton 7,33,49,44,17
GUIPHoldbutton 7,49,49,60,18
GUIPHoldbutton 7,81,109,92,29
@@ -2064,7 +2065,9 @@ DisplayGUIMovieClick:
GUIPHoldbutton 7,113,109,124,31
GUIPHoldbutton 7,65,49,76,32
GUIPHoldbutton 61,65,155,76,34
GUIPButtonHole 60,25,byte[CMovieExt],'v'
; Ratios
GUIPButtonHole 60,25,byte[CMovieExt],'v' ; Select
GUIPButtonHole 80,25,byte[CMovieExt],'1'
GUIPButtonHole 100,25,byte[CMovieExt],'2'
GUIPButtonHole 120,25,byte[CMovieExt],'3'
@@ -2074,15 +2077,18 @@ DisplayGUIMovieClick:
GUIPButtonHole 100,40,byte[CMovieExt],'7'
GUIPButtonHole 120,40,byte[CMovieExt],'8'
GUIPButtonHole 140,40,byte[CMovieExt],'9'
DGOptnsProcBox 116,84,[KeyInsrtChap]
DGOptnsProcBox 116,100,[KeyPrevChap]
DGOptnsProcBox 116,116,[KeyNextChap]
GUIClickCButton 60,50,byte[MovieDisplayFrame]
GUIPButtonHole 8,137,byte[MovieStartMethod],0
GUIPButtonHole 8,137,byte[MovieStartMethod],0 ; Start From
GUIPButtonHole 43,137,byte[MovieStartMethod],1
GUIPButtonHole 88,137,byte[MovieStartMethod],2
GUIPButtonHole 8,147,byte[MovieStartMethod],3
DGOptnsProcBox 116,84,[KeyInsrtChap] ; Keyboard Shortcut Boxes
DGOptnsProcBox 116,100,[KeyPrevChap]
DGOptnsProcBox 116,116,[KeyNextChap]
GUIClickCButton 60,50,byte[MovieDisplayFrame] ; Checkbox
ret