Create a MC object in actionscript

Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default Create a MC object in actionscript

    Hi there;
    I want create a movieClip in actionscript and load a jpg or swf file to it, ofcourse i can't create a MC in stage and must create it in actinScript.Please help me. (aghaee_webdg@yahoo.com)
    webdg Guest

  2. Similar Questions and Discussions

    1. Creating an AxisRenderer object in ActionScript
      Creating an AxisRenderer object in ActionScript In the source below I'm dynamically Creating a Chart in ActionScript and I'm dynamically adding...
    2. Cannot Create New Instance of COM+ Object After You Repeatedly Restart the COM+ Object
      I've checked that the server I'm working on has win2k sp4 which had a fix from microsoft for this problem. However, it seems that I still have...
    3. Date Object in Actionscript
      Hi all, We're developing a 100% Flex application and have come across problems with the Date object and timezones. I've been looking through the...
    4. using ASP and actionscript to create a guestbook
      I know its actionscript forum but can't decide where best to ask this question so here goes I am in a real pickle here. I created a guestbook and...
    5. Flash mx, actionscript, array, object, RPG game.
      hi, i'm trying to make a simple game, but i have a problem with an array. what an object does: onClipEvent (load) {...
  3. #2

    Default Re: Create a MC object in actionscript

    _root.createEmptyMovieClip("targetMC",1);
    kglad Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139