AS2 Play Movie Clip OnMouseUp not working

Posted by Mr Vardermier on Stack Overflow See other posts from Stack Overflow or by Mr Vardermier
Published on 2010-03-15T16:25:00Z Indexed on 2010/03/15 16:29 UTC
Read the original article Hit count: 323

Filed under:

My plan is to play mc_1 on MouseDown and mc_2 on MouseUp. The trouble I am having is that when I release, mc_2 is not playing.

mc_1 plays fine when MouseDown is initiated. Here's my code:

stop();

slide_mc.stop();

slideback_mc.stop();

onMouseDown = function() { _root.slide_mc.play(); }

onMouseUp = function() { _root.slideback_mc.play(); }

I am new to AS2, I have tried looking but can't seem to find anything like this...

Many thanks in advance!

© Stack Overflow or respective owner

Related posts about flash