A Flash Developer Resource Site

Page 2 of 2 FirstFirst 12
Results 21 to 27 of 27

Thread: Scroll Box's Inside flash w/ Pictures

  1. #21
    Senior Member
    Join Date
    Dec 2003
    Location
    San Jose, CA
    Posts
    103
    Thanks! I can't believe I didn't notice that!

  2. #22
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Especially in view that you get that error report (in the Output window) as soon as you try to test the movie!

  3. #23
    Senior Member
    Join Date
    Dec 2003
    Location
    San Jose, CA
    Posts
    103
    lol, ya. Now if i can figure out how to edit the component skins so that the background of the scroll pane is invisible isntead of white, i'll be set.

  4. #24
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Why did you have to ask that?

    Background and border... 3 ways:

    If your movie background was white for instance...

    //myColor = new Color(_level0.myscrollpane.boundingBox_mc);
    //myColor.setRGB(0xFFFFFF);

    Or...

    _level0.myscrollpane.boundingBox_mc._visible = false;

    Or... For a transparency effect.

    //level0.myscrollpane.boundingBox_mc._alpha = 50;

  5. #25
    Senior Member
    Join Date
    Dec 2003
    Location
    San Jose, CA
    Posts
    103
    LoL, i found that same thread right after i posted the question. <smacks self in the head>

    Thanks anyways though!

  6. #26
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Anyways? It was my answer in that thread anyways!

  7. #27
    Senior Member
    Join Date
    Dec 2003
    Location
    San Jose, CA
    Posts
    103
    I meant thanks for posting it again anways

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