Skip to content

Instantly share code, notes, and snippets.

@videlais
Last active December 25, 2015 11:29
Show Gist options
  • Save videlais/6968982 to your computer and use it in GitHub Desktop.
Save videlais/6968982 to your computer and use it in GitHub Desktop.
ActionScript 3 Example 1 Code -- Preloader
package
{
/**
* ...
* @author Dan Cox
*/
import org.flixel.system.FlxPreloader;
public class Preloader extends FlxPreloader
{
public function Preloader()
{
className = "ExampleRPG";
super();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment