Community
AGI Programming => Mega Tokyo AGI Archive => Topic started by: Xqzzy Rcxmcq on December 08, 2002, 07:21:04 PM
-
I need somebody to give me the logic code if I wanted to animate an object. I think I'm doing it right...but I'm not sure.
-
If you have for example a flashing sign in view.001 the code would be:
animate.obj(o1);
load.view(1);
set.view(o1,1);
position(o1,100,110);
draw(o1);
Then the flashing sign would be drawn at 100,110.
Hope it helped you.