A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: sprite

  1. #1
    will i ever get it?
    Join Date
    Feb 2004
    Posts
    707

    sprite

    my impression is a Sprite is really like an emptyMovieClip...but i am sure it is much more than that....i have read about a bit, but it seems most assume we already know what a Sprite is...will someone point me in the right direction, or simply define its value?

  2. #2
    \x3a\x6f\x29
    Join Date
    Sep 2005
    Location
    paris
    Posts
    88
    A Sprite object is similar to a movie clip, but does not have a timeline. Sprite is an appropriate base class for objects that do not require timelines. For example, Sprite would be a logical base class for user interface (UI) components that typically do not use the timeline.
    http://livedocs.macromedia.com/flex/...ay/Sprite.html

  3. #3
    half as fun, double the price senocular's Avatar
    Join Date
    Feb 2002
    Location
    San Francisco, CA (USA)
    Posts
    4,361
    emptyMovieClip is about as close as it gets... though new MovieClip is also an empty movie clip. Sprite just gives you the empty movie clip without the timeline functionality (gotoAndPlay, etc) built in

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center