Xqzzy Rcxmcq | 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. |
bokkers |
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. |