Author Topic: How do you animate objects?  (Read 1997 times)

0 Members and 1 Guest are viewing this topic.

Offline Xqzzy Rcxmcq

How do you animate objects?
« 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.


Pathfinder. After I finish CIMS 2004.

Offline bokkers

Re:How do you animate objects?
« Reply #1 on: December 09, 2002, 02:15:32 AM »
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.


SMF 2.0.19 | SMF © 2021, Simple Machines
Simple Audio Video Embedder

Page created in 0.128 seconds with 20 queries.