Skip to content

Instantly share code, notes, and snippets.

@gunta
Created September 28, 2012 10:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gunta/3799105 to your computer and use it in GitHub Desktop.
Save gunta/3799105 to your computer and use it in GitHub Desktop.
Example of createSheet
var fruit = new Sprite({target:efLayer, x:50, y:50});
fruit.createSheet({url:Game.Options.imgTopDir + "reel/reel_sprite_gray.png", w:69, h:40, frame:0 });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment