home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / pascal / 6430 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.7 KB  |  41 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!utcsri!torn!watserv2.uwaterloo.ca!watserv1!nowinski
  3. From: nowinski@watserv1.uwaterloo.ca (NOWINSKI A - OPTOMETRY )
  4. Subject: tp graphics
  5. Message-ID: <BxGryz.8H9@watserv1.uwaterloo.ca>
  6. Organization: University of Waterloo
  7. Date: Mon, 9 Nov 1992 19:40:09 GMT
  8. Lines: 31
  9.  
  10.  
  11. Subject : Help needed for Graphics in Turbo Pascal 6.
  12.  
  13. Hi,
  14.   my name is Jack Nowinski. I have some trouble with graphics in
  15. Turbo Pascal, I have three questions. I would really appreciate
  16. some help with this. 
  17.  
  18. 1) I want a picture that has the PCX or GIF extension to show up  
  19.    on my graphics screen, and in any screen resolution I want     
  20.    i.e. (320x200x256, 640x480x16 etc). I also want the 
  21.    picture to show up in a flash, instead of a slow fade.
  22.  
  23. 2) I would like to have people walk in the background without     
  24.    changing color or leaving black blocks behind. When I draw a   
  25.    person in Turbo Pascal, and I put them to screen using         
  26.    PutImage() after I put my character to a new position the old  
  27.    position my person was on will have a black square, is there a 
  28.    way to get rid of the black square on the old position and     
  29.    make it look like my character is on a separate foreground     
  30.    than the background, so what goes on in the foreground will    
  31.    not change what happens in the background, or when I want the  
  32.    two to work together.
  33.   
  34.  
  35. 3) When I use SetActivePage() or SetVisualPage() it does not work 
  36.    in the mode I am using, I am using the 320x200x256 mode in     
  37.    Turbo Pascal. If I have a background picture and I want to     
  38.    animate it. How would I do this if SetActivePage() and         
  39.    SetVisualPage() do not seem to work.
  40.  
  41.