Re: A89: Small Tip: set to Alpha Lock


[Prev][Next][Index][Thread]

Re: A89: Small Tip: set to Alpha Lock




> well, since we're talking about alpha mode, how about setting the doors viewer
> to that so that we can go to programs alphabetically without hitting alpha
> first?

Well, when you enter Doors, you are not automatically switched to alpha
lock mode, so you would have to be in alpha lock mode *before* you enter
Doors.

But I plan to add this in next versions.
 
> 
> > Hi,
> >
> >  I think I should give you all programmers that small tip that allows you
> >  to go to ALPHA LOCK mode in ASM
> >  This is very simple:
> >
> >  doorsos::MaxHandles+$24+$11 is the byte var that does this, so here is
> >  what you have to do:
> >
> >  move.b               doorsos::MaxHandles+$24+$11,d7  ;save old alpha mode
> >  move.b               #1,doorsos::MaxHandles+$24+$11  ;set to alpha lock
> >
> >  after that, please restore the old alpha mode.


Xavier VASSOR
---The Doors Team
E-mail:xvassor@mail.dotcom.fr
Doors Homepage: http://start.at/doors
ICQ:10241721


References: