CompuServe Archive

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
From: Michael Wells Autodesk Software Forum · General March 11, 1994 9:07 AM
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
From: Michael Wells Autodesk Software Forum · General March 10, 1994 3:54 PM
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…
From: Michael Wells Autodesk Software Forum · Take 5 January 15, 1994 11:58 AM
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……
From: Michael Wells Autodesk Software Forum · Take 5 January 14, 1994 5:34 PM
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.
From: Michael Wells Autodesk Software Forum · Autodesk Animator September 30, 1993 8:50 AM
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
From: Michael Wells Autodesk Software Forum · General September 28, 1993 11:19 AM
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 ();…
From: Michael Wells Autodesk Software Forum · General August 29, 1993 5:57 PM
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…
From: Michael Wells Autodesk Software Forum · General August 27, 1993 4:20 PM
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