Difference between revisions of "AGIWiki/animate.obj"

Jump to navigation Jump to search
m
(→‎Example: Fix syntax highlighting)
Line 22: Line 22:
== Example ==
== Example ==


<syntax type = "C++">
<source lang="cpp">
//basic steps needed to create
//basic steps needed to create
//and display a screen object
//and display a screen object
Line 30: Line 30:
position(o2,80,120);
position(o2,80,120);
draw(o2);
draw(o2);
</syntax>
</source>


== Technical Information ==
== Technical Information ==