This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (8 messages)
#AAWIN 1.1?
Message #90512
I have the full set of installation files for AAWIN 1.0… where do I get the same for 1.1? I need it to be able to install from CD-ROM, using a setup program. B.T.W. is there anything newer than 1.1? Thanks, Michael Wells
#AAWIN.EXE & auto playing
Message #90408
I want to launch AAWIN.EXE with an .AAS file, and have it begin playing immediately. Is there a command-line parm to handle this? I'm looking for something like… AAWIN.EXE FOO.AAS -PLAY I can't find any info in the online documentation… Also, is there a way for MCI to recognize .AAS…
Richard, ALIAS experience is not necessary, but it would sure make the products more intriguing. However, since we don't have any ALIAS equipment as of yet, it's not a requirement. What experience does your friend have w/ designing computer game graphics? We're very interested, so please have him contact us……
#Computer Artist Needed
Message #76366
We are in need of a Computer Artist to design art and animations for our new Atari Jaguar games. If you are interested please contact Anthony Campiti @ ( 812 ) 234-8800.
Brian, Thanks for the help! I still can't find any flag that allows you to control the looping from C directly, which is what I would really like to get. The AA_LOOPS flag is so sparsely documented, that I can't even really figure out how to use it. I tried…
#59273-
Compile Problems
Message #59305
Ken, My basic order of operations is this… ——————————– // During App Startup aaOpen (); hAnim = aaLoad ("cdrom.fli", HWindow, AA_HIDEWINDOW | AA_NOPALETTE | AA_FULLSCREEN | AA_NOFAIL, 0, 0, 0, 0, 0, 0); aaPlay ((HAA) hAnim); // During App Shutdown aaStop (hAnim); if (hAnim != NULL) aaUnload (hAnim); aaClose ();…
Christal, VBPLAY.TXT is (obviously 🙂 not usable in its direct form in a normal C/C++ compiler (does Microsoft support this form in C as well as VB???)… Do I need to change the function declarations and remove global from the constants, and change the comment signifier, or is there an…
#need .h/.lib for aawin
Message #55139
I'm trying to use the aawin dll with Borland C++, but can't find a suitable header or lib. Please advise me as to what I need to use. Thanks, –Michael Wells