A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [CS3] Noob- needs help

  1. #1
    Junior Member
    Join Date
    Apr 2008
    Posts
    6

    [CS3] Noob- needs help

    Hi there!

    i am about 3days old(interms of AS)

    i have put together a presentation with multiple voice overs.

    i have managed to get everything to play and stop

    ...however when i press play again the sound does not continue but the presentation carries on playing. the sound only picks up once the next clip starts.... i know i am not well versed in flash and there is no point me trying to hide that fact...i am still learning and any help will be really appreciated.

    the global code (think that is the term) is:

    stop();
    btnplay.onRelease=function(){
    _root.gotoAndPlay(play());
    }

    the pause button code is:

    on (release) {
    stop();
    stopAllSounds();
    }

    my play button has no code as i believe this is now controlled by my global script.


    HELP!!!!!

    S.O.S(Save our script)

  2. #2
    Intermediate Game Dev pseudobot's Avatar
    Join Date
    May 2008
    Location
    New Zealand
    Posts
    561
    You belive?!
    You have to be sure: Add a trace call in the btnplay function.
    Make sure the function gets called.

  3. #3
    Junior Member
    Join Date
    Apr 2008
    Posts
    6
    Quote Originally Posted by pseudobot
    You belive?!
    You have to be sure: Add a trace call in the btnplay function.
    Make sure the function gets called.

    lol... sorry man... like i said... i am a newb of note when it comes to flash.

    how do i make a trace call?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center