home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fujiology Archive
/
fujiology_archive_v1_0.iso
/
!MAGS
/
!BONUS
/
COVERDSK
/
STFORMAT
/
STF29.ZIP
/
STF29.MSA
/
JOYSTICK_JOYSTICK.LST
< prev
next >
Wrap
File List
|
1987-04-21
|
546b
|
36 lines
Hidem
X%=319
Y%=100
'
While Inkey$="" ! Press Any Key to exit
@Joystick
If J%=1
Dec Y%
Endif
If J%=2
Inc Y%
Endif
If J%=4
Dec X%
Endif
If J%=8
Inc X%
Endif
If B%
Graphmode 0
Plot X%,Y%
Pause 0.3
Else
Graphmode 3
Box X%-1,Y%-1,X%+1,Y%+1
Pause 0.3
Box X%-1,Y%-1,X%+1,Y%+1
Endif
Wend
Edit
'
Procedure Joystick
J%=Peek(&HE4F) ! STE owners use &HEAB
B%=Peek(&HE44)-248 ! STE owners use &HEA0
Return