Community

AGI Programming => Mega Tokyo AGI Archive => Topic started by: Flying Nosehair on June 05, 2002, 02:22:13 PM

Title: About views
Post by: Flying Nosehair on June 05, 2002, 02:22:13 PM
How can I change the number of cels and loops for a view in AGI?
Title: Re:About views
Post by: Corby on June 05, 2002, 02:56:34 PM
If you mean add more cels or loops, simply go to insert or append cel under the cel menu. Same for loops.

If you mean choose which cel or loop to be used in your logic, use this:
set.cel(oa,1); for example. This says for object a, display cel number 1.
the same can  be used for loops:
set.loop(oa,1);
The help file in agi studio is quite useful as well.