movieclip onpress

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sumaiya
    New Member
    • Apr 2007
    • 43

    movieclip onpress

    currentArticle. loadMovie(artic leText);
    currentArticle. onPress = function() {
    trace("working" );
    }

    where articleText = dynamic image

    Now i can display the image but the onpress function is not working. I need to click on the image a open a window in flash itself, but i cant even trace. Any suggestions

    Please early response, this is urgent!
  • sumaiya
    New Member
    • Apr 2007
    • 43

    #2
    workinggg... created a movieclip inside the main movieclip

    Comment

    Working...