Loading flic in memory
25-Oct-94 09:43:58
Sb: #130966-Loading flic in memory
Fm: Nik Grant [adesk] 70421,76
To: Cyrus D. Bilimoria 73121,244
Hi Cyrus!
There should be a way – I'm assuming you're talking about AAPro's ANIPLAY or
AAPLAYHI program.
The Player's Guide p.34 talks about the LOADFLIC command. This could be as
follows:
LOADFLIC C:\ANI\1.FLC
LOADFLIC C:\ANI\4.FLC
C:\ANI\1.FLC
C:\ANI\2.FLC
FREEFLIC C:\ANI\1.FLC
C:\ANI\3.FLC
C:\ANI\4.FLC
You can load up the flic anywhere, but if you don't actually follow through
with a command to play the flic, the script will fail.
In the example I left off the anticipated FREEFLIC for C:\ANI\4.FLC, because I
figured the script would end and the ANIPLAY program would terminate. But if
you call this script from another script, it would make sense to FREEFLIC.
Hope this helps.