[font=Arial][font=Verdana]Hi, I know the title may be a little confusing, but I was wondering wether I can code a movie clip itself. What I mean is actually place all the objects inside a movie clip (lines, images, text areas, etc) trew code. I’m still new to flash, and so don’t know exacttly how it works. What I come out so far is the follows, but to say the truth nothing is happening:[/font]
I continued on this thread because the problem is very similar. I want to create a filled shape and i placed the following code:
[color=slategray]— Global Varibles containing width (both of them are set to 200) —[/color]
[font=Courier New][color=navy]var[/color] frameWidth:Number;[/font]
[font=Courier New][color=navy]var[/color] frameHeight:Number;[/font]
[color=slategray]— The code that is giving the problem (object is not filled) —[/color]
[font=Courier New]frame.[color=navy]createEmptyMovieClip[/color]([color=blue]“TopBar”[/color], 2);