home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff286.lzh / EW / ReadMe < prev    next >
Text File  |  1989-12-04  |  1KB  |  46 lines

  1. *
  2. * EW.asm
  3. *
  4. * creates a "exploding window"-effect
  5. * by patching Int's "OpenWindow()" and "CloseWindow()"
  6. *
  7. * based on a 10k C-program by (someone)?
  8. *
  9. * this one for a68k is a *little* bit shorter
  10. * and xxxxxx  ("better" removed due to some problems...)
  11. *
  12. * written & no © 1989 by Olli
  13. *
  14. * a68k ew.asm
  15. * blink ew.o SC SD ND
  16. *
  17. * have fun, use in whatever you want...
  18. * it would be nice if you were so kind to always
  19. * remember who has developed this original code
  20. * during many hard nights...
  21. *
  22. * simply type "1> ew" from CLI or double-click from WB
  23. * no need to RUN, no need to lie...
  24. *
  25. *
  26. * direct comments, contributions, ... to
  27. *
  28. * Oliver Wagner
  29. * Landsberge 5
  30. * 4322 Sprockhövel
  31. * West Germany
  32. *
  33. * no email (I'm not that rich)
  34. *
  35. * 28.10.89: first midnight try
  36. * 29.10.89: sorry, use of "Forbid()" seems to be necessary
  37. * 30.10.89: a second call will remove it
  38. * 30.10.89: nasty-pixel-bug fixed: use Move() instead of
  39. *        directly writing to cp_x, cp_y (sigh)
  40. *        Move() seems to recalc some more rp-values...
  41. * 31.10.89: startup-msg
  42. * 31.10.89: finally, wb-bug fixed: you may NOT use DOS until
  43. *        you received the WBStartup-Msg because DOS will
  44. *        think the WBMsg is a file-packet...Guru!
  45. *        solution: not using Exit(), but receive msg by hand...
  46.