home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!Germany.EU.net!mpifr-bonn.mpg.de!uniol!caty!cbmger!peterk
- From: peterk@cbmger.de.so.commodore.com (Dr Peter Kittel Germany)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Subliminal Messages
- Message-ID: <10407@cbmger.de.so.commodore.com>
- Date: 11 Jan 93 14:34:15 GMT
- References: <Gene_Ruebsamen.01lo@republik.fidonet.org>
- Reply-To: peterk@cbmger.de.so.commodore.com (Dr Peter Kittel Germany)
- Organization: Commodore Germany
- Lines: 19
-
- In article <Gene_Ruebsamen.01lo@republik.fidonet.org> Gene_Ruebsamen@republik.fidonet.org (Gene Ruebsamen) writes:
- >I am trying to figure out a way to get my A3000 to flash a text
- >message on the screen for a brief period of time (about 1/15th to 1/30th)
- >of a second, and then wait a few seconds and flash the message again.
-
- I'm a bit concerned with this subliminal stuff, but anyway. How about
- WaitTOF(); /* Sync to screen start */
- Write your message (e.g. by holding it on an own screen and simply
- do a ScreenToFront(xxx);)
- WaitTOF(); /* show it 1/60 s */
- WaitTOF(); /* another 1/60 s, makes together 1/30 s */
- /* Insert more WaitTOF's if you like */
- Hide your message again (e.g. through ScreenToBack)
- Delay(secs*50); /* Pause until next exposition */
-
- --
- Best regards, Dr. Peter Kittel // E-Mail to \\ Only my personal opinions...
- Commodore Frankfurt, Germany \X/ {uunet|pyramid|rutgers}!cbmvax!cbmger!peterk
- Wer's nicht kann, soll's bleiben klopfen oder Steine lassen!
-