ok this has been bugging me, I have a maze, it uses a movie clip inside a button for the player and maze to work now i want to make the movie play on keypress
and stop on release
so the player will "walk cycle". I've tried
Player.tswalk //(button.movie clip)
this.player...
root.player...
_root.player...
and every other combination I can think of and none work
(i would also like to swap out the movie clip in action script to change to different directional sprites)