Skip to main content
Known Participant
May 4, 2009
Answered

MovieClip as Sprite

  • May 4, 2009
  • 1 reply
  • 885 views

Hi Forum

I'm creating various MovieClips in Flash CS4 which I then export as swc files for FB3.

In FB3 I reference all the MovieClips as Sprites and it seems to work.  The thing is I don't really need the timeline functionality of the MovieClips but the Flash environment doesn't allow me to create Sprites in the library... (or does it?).

Will this create issues further down the line?  Should I just stick with MovieClip?  Or is Sprite just fine?

Thanks for any help or insight.

Cheers

sk

This topic has been closed for replies.
Correct answer kglad

every movieclip is a sprite so there are no problems with down-casting a movieclip to sprite.  unless you need movieclip functionality and then you can cast it as a movieclip.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
May 4, 2009

every movieclip is a sprite so there are no problems with down-casting a movieclip to sprite.  unless you need movieclip functionality and then you can cast it as a movieclip.

stephan_kAuthor
Known Participant
May 5, 2009

got it.  Thank you.

Cheers

sk

kglad
Community Expert
Community Expert
May 5, 2009

you're welcome.