Difference between revisions of "AGIWiki/animate.obj"

Jump to navigation Jump to search
20 bytes added ,  15:14, 25 October 2018
m
Text replacement - "<source lang=" to "<syntaxhighlight lang="
m
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=")
 
(3 intermediate revisions by 2 users not shown)
Line 22: Line 22:
== Example ==
== Example ==


<syntax type = "C++">
<syntaxhighlight 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>
</syntaxhighlight>


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


{| border="1" cellpadding="2"
{| border="1" cellpadding="5" cellspacing="5" style="border-collapse: collapse; border-style: hidden;"  
| style="background-color: #efefef" | '''Required interpreter version'''
| '''Required interpreter version'''
| Available in all AGI versions
| Available in all AGI versions
|-
|-
| style="background-color: #efefef" | '''Bytecode value'''
| '''Bytecode value'''
| 33 (0x21 hex)
| 33 (0x21 hex)
|}
|}
TrustedUser
2,147

edits

Navigation menu