home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / totallyamos / issue2 / programming / p_hints.seq < prev    next >
Text File  |  1992-01-06  |  3KB  |  67 lines

  1.  64
  2. aaa001f23fe0080333fffb5d
  3. ^6|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  4.  
  5.       ^2H I N T S   F O R   B E T T E R   P R O G R A M M I N G .
  6.  
  7. ^6|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  8.  
  9. ^5 To start with, here are a couple of commands that (again) are not in
  10. ^5the Amos Manual.
  11.  
  12. ^7---------------------------------------------------------------------
  13.  
  14. ^2 Amos Lock      Amos Unlock
  15.  
  16. ^5 Amos Lock disables the <LEFT AMIGA + A>  from being used together to
  17. ^5toggle between different programs in memory. This in effect stops the
  18. ^5Amiga multi-tasking on more than one program.
  19.  
  20. ^5 Amos Unlock enables these keys.
  21.  
  22. ^7---------------------------------------------------------------------
  23.  
  24. ^2 Request Off   Request On
  25.  
  26. ^5 This  command will turn off the System Request box that pops up from
  27. ^5time  to time to tell you that your disk is write protected etc.  You
  28. ^5will  probably  have found out by now that you cannot always get back
  29. ^5to to your program after one of these boxes has appeared.
  30.  
  31. ^5 Request On turns the box on again.
  32.  
  33. ^7---------------------------------------------------------------------
  34.  
  35. ^4 This  next  tip solved a problem that was occurring in some programs
  36. ^4where we needed to stop the user moving the mouse around clicking all
  37. ^4over  the  screen while certain other things were being transacted eg
  38. ^4an  animation sequence where  unwanted movement  of the pointer could
  39. ^4cause  glitches to appear in your display.  (a glitch is a corruption
  40. ^4of  the  graphic  display  which can include flickering, bits of bobs
  41. ^4left on screen etc)
  42.  
  43. ^2 Use  Limit Mouse with the same start and finish coordinates to limit
  44. ^2the mouse to a single pixel until you want it to move freely again.
  45.  
  46. ^4 eg Limit Mouse 160,100 to 160,100 
  47.  
  48. ^1 To free the mouse pointer, use Limit Mouse without coordinates.
  49.  
  50. ^4 This use of Limit Mouse is very useful if you have a bob attached to
  51. ^4your pointer as it will not cause the image to shudder as it would if
  52. ^4you use X Mouse, Y Mouse.
  53.  
  54. ^2 Thanks to Paul of Technical Fred Software for solving this problem.
  55.  
  56. ^7---------------------------------------------------------------------
  57.  
  58. ^2 If  you  have  tried  messing about with the Amos commands and found
  59. ^2something interesting, please let us know!
  60.  
  61. ^2 It  proves  that  you shouldn't assume anything, ie that Limit Mouse
  62. ^2has  to  have different start and end coordinates to work.  The above
  63. ^2tip proves otherwise!
  64.  
  65. ^6|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  66. \
  67.