|
|
(4 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
− | [[Category:ACTIONSCRIPT]] | + | [[Category:Organisational templates]] |
− | The items in this category are all actionscript symbols imported using the <font color=green><tt>#include</tt></font> syntax from within the ActionScript code.
| |
− | | |
− | These symbol scripts should be in the form of functions which extend and accept the same parameters as the <tt>createEmptyMovieClip()</tt> method.
| |
− | | |
− | | |
− | ;Usage
| |
− | A global function has been added allowing symbols to be created from the pre-compiled library if they exist, or using their creation function if not.
| |
− | :<tt>createSymbol( contextRef, symbolName, instanceName, layer, [parameters...] )</tt>
| |
− | | |
− | | |
− | ;Notes
| |
− | *The name of the creation function should be create.''symbolName''
| |
− | *The function can have extra parameters after ''name, layer''
| |
− | *The function should return a reference to the newly created symbol
| |
− | | |
− | ;Common code supplied by [[swf.php]] and [[swf.pl]] at compile time.
| |
− | If you want to impliment thses scripts in the Macromedia environment, you'll need to include this code at the beginning of your script.
| |
− | <table class=document-code><tr><td>
| |
− | [[+compile.as]]
| |
− | </table>
| |