tags, no cross-domain limits....
Loads a script into tags, no cross-domain limits.
Parameters: Returns:
Cartagen Cartagen   post_draw ) : void (Wiki Page)
Runs every frame, after everything else has been done....
Runs every frame, after everything else has been done.
Parameters:
Returns:
  • void
Cartagen Cartagen   queue_labelLabel label, Number x, Number y ) : void (Wiki Page)
Adds the label to the list of labels to be drawn during post_draw...
Adds the label to the list of labels to be drawn during post_draw
Parameters:
  • label : Label
     The label to draw
  • x : Number
     x-coord
  • y : Number
     y-coord
Returns:
  • void
Cartagen Cartagen   redirect_to_image ) : void (Wiki Page)
Sends user to an image of the current canvas...
Sends user to an image of the current canvas
Parameters:
Returns:
  • void
Cartagen Cartagen   setupObject configs ) : void (Wiki Page)
Called from HTML page to boot up Cartagen. Registers initialize to run with the given configs when window is loaded....
Called from HTML page to boot up Cartagen. Registers initialize to run with the given configs when window is loaded.
Parameters:
  • configs : Object
     A set of key/value pairs that will be copied to the Cartagen object
Returns:
  • void
Cartagen Cartagen   show_gss_editor ) : void (Wiki Page)
Shows the live GSS editor. Generally only for cartgen.org....
Shows the live GSS editor. Generally only for cartgen.org.
Parameters:
Returns:
  • void
Cartagen Cartagen

Public Events

Event Defined By