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