Hi

i can stop music by :

ORK.Music.Stop();

but i cant play or resume it again !!

  • edited December 2015
    You can use
    ORK.Music[$channel].Play($musicId);
    or store music before stop and use
    ORK.Music[$channel].PlayStored($storedID);

    Use GameEvent to do those thing are easier. :)
    Post edited by tanohmz on
    Playmaker and Behavior Designer Integration for ORK Famework
    http://www.gamekakkak.com
  • Ok
    Thanks, i will try it
Sign In or Register to comment.