|
|||
|
You have entended the class as movieclip so you need to do an addchild method for the the instance of that class for it to be actually visible. You have in myItem.as the click method
Code:
// on click open the url
public function onMouseUp(event:Event)
{
var URLNavigator:URLNav = new URLNav(_url, _target);
URLNavigator.callLink();
// since you modified the class to be a movieclip
// add to whatever movieclip you want to use as a holder
stage.addChild(URLNavigator)
// or whatever holder movieclip
holderMc.addChild(URLNavigator);
}
Ionut. |
|
|||
|
GREAT!!!
![]() DEFINITELY I forgot this little detail ![]() THANK YOU, but ... I have another question, would be appropriate to put addEventListener(Event.RESIZE, resizeHandler); in this moment script incorrectly calculates screen changes, just I starting with this, can you give me tips? Thx a lot |
|
|||
|
a folder called Fonts and also the movieclip called HorizontalScrollingMenu, now just drag and drop the HorizontalScrollingMenu on your stage (which is just an empty movieclip that has linkage to "flashtory.Main" the Main.as file in the folder flastory).
Thank you for your information --------------------------------------------------------------------------------- nike shox cheap ghd |
![]() |
| Thread Tools | |
| Display Modes | |
|
|