quick flash help....

Out of context: Reply #6

  • Started
  • Last post
  • 8 Responses
  • Clint_K0

    I put the things that need to change on level 0, where my buttons reside. I put the AS code to change the objects with the buttons, but it dosent seem to work.
    This should change the color of one element. In my function layer this is what i have=
    ----
    function profileColor() {
    colorbar.colorTo(FF0000,2.5,"eas...

    on my button this is what i have=
    -----
    on (rollOver) {
    _root.profileB();
    }
    on (rollOut, dragOut) {
    _root.profileR();
    }
    on (release, releaseOutside) {
    _root.profileColor();
    }
    on (release) {
    loadMovieNum("rev-site05_vision... 10);
    }
    Thats the code for my rollover, the colorbar i want to change, and what swf I want loaded. It is not working though. Im using AS tweens, and i have the extension loaded.

    Too bad I cant edit earlier posts. oops.

View thread