home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / pictures / flick2 / READ_ME.1ST < prev    next >
Text File  |  1992-05-25  |  3KB  |  63 lines

  1.              Animation on the Series3
  2.  
  3. "Dancer" and "Flick" are 2 of the graphics projects I've done on the
  4. Series3. Others include a 2D maze generation program and a 3D maze
  5. game yet to be finished. I wrote "Dancer" and "Flick" to see how fast
  6. I could get window switching working for flicker free graphics.
  7.  
  8. "Dancer" uses 6 frames to get the speed. Take frames 01,03,05,07,09,11
  9. from the set off eleven in this .ZIP file and rename them 01 through 06.
  10.  
  11. "Flick" can use all 11 frames but is slower. Flick can use animations
  12. with up to 98 frames. Let me know if this isn't enough!
  13.  
  14. The versions of "Dancer" and "Flick" in this archive are new versions
  15. that should not need editing. As long as the Dancer Pic files are in
  16. a \PIC\ directory in A:,B: or M:. ( The proc tparse$: is used to set
  17. up a full file name to look for. ffile$: then looks for the file. If
  18. not found it looks on the other drives (A:/B:/M:) if still not found
  19. an ALERT is given and the program exits.) The View.Pic file should be
  20. placed in the \OPD\ directory.
  21.  
  22. One minor thing to note is the Dancer can use frames with variable sizes.
  23. Flick on the other hand has to have all .PIC images the same size. If they
  24. are not you'll get odd results.
  25.  
  26. When you run it you'll notice the dancer fits into the frame rather well.
  27. This is because I use gCREATE to offset the window so that the middle of
  28. the image is in the middle of the screen. If you move the image by adding
  29. to x% or y% you'll notice there is more to the image. (not much though)
  30.  
  31. The Dancer frames come from a Mac DA of the same name. I was given no
  32. docs for the Mac version so can't give credit to the chap that did the
  33. graphics. Who ever it was thanks. I only used them because they were the
  34. right size and could be pulled out of the DA with ResEdit faster than I
  35. could set up the digitiser. If anyone can tell me who the person is I'd
  36. like to know.
  37.  
  38. Should anyone come up with another set of .PIC files, I'd love to see
  39. them no matter what they are of. (Nothing sick though please!)
  40.  
  41. Changes:
  42.  
  43. 24/05/92 - Changed .PIC file names to end in 2 digit number, ie 01,02 etc.
  44.          - "Dancer" will now look for files in the \PIC\ directory or the
  45.            drive it is running from, then at the other two internal drives.
  46.          - "Flick" now prompts the user with a file name box. You should
  47.            tell it which *01.PIC file, ie DANCER01.PIC, you want to start
  48.            with - just in case you have lots of animations.
  49.        When the file box is shown, select the drive you want to read
  50.            from and press TAB to get a full screen file select box.
  51.          - The frame number in "Flick" is no longer hard coded. It will
  52.            now search to see how many frames it can find.
  53.            
  54. Known bugs:
  55.           "Flick" eats CPU and stops the Series3 from doing its power off.
  56.           If I add a pause command the program will run too slow. I may add
  57.           a delay input in the next version.
  58.  
  59. Any bug reports or changes you'd like to see should be mailed to me,
  60. memerya@cix or posted in Psion/Series3.
  61.  
  62. Have fun, MarkE
  63.