I write a function in main.as
and set a Gfx Invoke ActionScript in kismet.The methodName is showMusicPad.I think I did all right.But it wont work.
Who can tell me how to use Gfx Invoke ActionScript in as3?
Code:
public function showMusicPad() { musicPad.gotoAndPlay(2); }
Who can tell me how to use Gfx Invoke ActionScript in as3?