Flash Track controller

Out of context: Reply #5

  • Started
  • Last post
  • 5 Responses
  • Stylus0

    dude do this >>
    have 3 buttons one for each track with this code
    on (press){
    selectedTrack="track1"
    }
    change the string to track 2 and 3 respectively.
    >>
    then when it gets to where you want to play them hae this code>>
    myTrack=new Sound ()
    myTrack.attachSound (selectedTrack)
    myTrack.start (0,9999)
    >>
    In the library have the tracks linked with the identifiers "track1" "track2" etc
    do you get it?

View thread