A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: New Instace

  1. #1
    Junior Member
    Join Date
    Jul 2008
    Posts
    3

    New Instace

    Hi guys, i have a movieclip in library, whow do i make a instace of that?
    the Movieclip in libraly = mc1
    the instace i need to be called like = mce1

    regards

  2. #2
    Ө_ө sleepy mod
    Join Date
    Mar 2003
    Location
    Oregon, USA
    Posts
    2,441
    In the library, go into mc1's options and make sure Export for actionscript is checked, then set the Class to Mc1.

    In your code:

    var mce1:MovieClip = new Mc1();

  3. #3
    Junior Member
    Join Date
    Jul 2008
    Posts
    3
    tank you

    resolved

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