A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Actionscript to control Interface?

  1. #1
    Junior Member
    Join Date
    Mar 2000
    Posts
    1

    Question

    Ok, how would one go about changing the main interfaces color or appearence?
    I've seen only a few sites with this.
    What I mean is there are a few different colored buttons at the bottom of the interface, and depending on what button is pushed will determine the color of the interface?
    I am assuming that there a several ways one could go about this, but am just seeing if anyone has tried this, and if so what are the best ways of doing it, ....Action Script?

    Thanks!

  2. #2
    Junior Member
    Join Date
    Mar 2000
    Posts
    8

    Cool

    hey.

    well the easiest way i could think of would be using tell target.

    make the interface a movie clip, and in separate keyframes, colour the interface each of the colours you want, with a stop action in each keyframe.

    then give ur interface movie clip and instance name (found in the properties section)

    then make the colour buttons. give them the actions:

    on release
    Begin Tell Target "/interface"
    Goto and Stop (put in the frame that coincides with the colour you want)
    End Tell target
    End On

    and thats is

    hope you understand

    lithium

    lithium.here.de

    ------------------
    peace - i'm out

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