Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. zieben73

    Putting buttons in a ScrollPane

    yeah that was me
  2. zieben73

    Putting buttons in a ScrollPane

    wow, i suck at this; when I do that, none of the scroll content in the scrollstuff mc appears in the scrollPane.
  3. zieben73

    Putting buttons in a ScrollPane

    thumb1.onRelease = function() { infoField._visible = true; startLoading("pic1.jpg"); }; thumb2.onRelease = function() { infoField._visible = true; startLoading("pic2.jpg"); }; thumb3.onRelease = function() { infoField._visible = true; startLoading("pic3.jpg"); }; thumb4.onRelease =...
  4. zieben73

    Putting buttons in a ScrollPane

    yeah sure: http://www.filefactory.com/file/1b0127/ but theres actually a new problem: the buttons work as buttons, and change color when I hover over them, but I don't know where to put the code that makes the buttons load the external images. Now that you have the .fla, I guess you'll be able...
  5. zieben73

    Putting buttons in a ScrollPane

    wait, I'm definitely using ActionScript 2.0
  6. zieben73

    Putting buttons in a ScrollPane

    Well, I'm using Flash 8, and in the left side of the actions window, it says "ActionScript 1.0 & 2.0".
  7. zieben73

    Putting buttons in a ScrollPane

    I have a slight problem: I am trying to put a series of buttons (alot of them) into a scrollpane, but when I put them in, they not only don't act as buttons (with the up, over, and down frames), but they also don't follow their ActionScript (which is, by the way, to load a picture into an empty...

Part and Inventory Search

Back
Top