Hi,
I have thought of a few commands which I may add to my own extension shortly (especially if I can't get the copper effects to work as I want to in my Extension Examiner program):
- Reserve As Screen BANK,WIDTH,HEIGHT,COLOURS,[Hires|Lowres|Laced] (primarily for copper screens)
- Screen Bank X (Sets currently active Screen Bank)
- SB Print At(X,Y),TEXT$ (Same as Print command, but uses current Screen Bank)
- Reserve As Zone Bank SCREEN,MAX_ZONES (creates a Zone Bank)
- X=Mouse Zone(X) (returns -1 if mouse within Zone X, as defined in the Zone Bank)
Any comments or suggestion for more commands welcome.
Regards,
Lonewolf10