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 MikeeOK 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. GooeyHand

    vertical alignment

    hey guys, i'm stuck on a simple question. what would be the tag to vertically align a table? i know you can do it that within a cell with <td valign=....>, but i want to know how to make the whole table be aligned in the center of the page on a vertical plane. thanks
  2. GooeyHand

    load in picture with html into dynamic text field

    then how do you go about scrolling a MC instead of text?
  3. GooeyHand

    load in picture with html into dynamic text field

    hello, When i am loading text into a dynamic text box, i write out my html in a *.txt file and then load it into flash. But my problem is that it is only loading in text and not any pictures. at first i considered it wasn't possible for this to be done, but then i saw it on...
  4. GooeyHand

    PLAY and GoToAndPlay on same frame

    actually yeah i got it workin. thanks for all your help and patience though.
  5. GooeyHand

    PLAY and GoToAndPlay on same frame

    hooooollllly mother, i'm a fool. nevermind the last reply. i don;t know why i didn't think about considering the instances as folders. _root.profilebuttons.profilemov.gotoAndPlay(&quot;profileout&quot;); works. thanks abunch for the help though.
  6. GooeyHand

    PLAY and GoToAndPlay on same frame

    well it seems i'm still stuck with the _root.instance.go... so here is my script on the button i wish to redirect from: on (release) { _level0.my_var = &quot;oilprofile&quot;; _root.profilemov.gotoAndPlay(&quot;profileout&quot;); } -&quot;profilemov&quot; is the instance name of...
  7. GooeyHand

    PLAY and GoToAndPlay on same frame

    alright, thanks a lot. things are starting to come together now. thanks
  8. GooeyHand

    PLAY and GoToAndPlay on same frame

    alirght i've been givin you're idea a try. but i've been getting stuck cause i'm not too good with this scripting stuff. Now, i'm not too familar with levels. How exactly do they work? and instead of me using _root to go back to the main timeline, to gotoandplay in a MC placed on the main...
  9. GooeyHand

    PLAY and GoToAndPlay on same frame

    Hey would anybody know if it is possible to make a button when released, 'Play' 12 frames and then 'GoToAndPlay' another frame further down the TimeLine? I know this can be done by placing the 2 actions on seperate frames. 'PLAY' on the 1st frame and then 'GoToAndPlay' on the 12th frame. But i...
  10. GooeyHand

    Random Events

    flashmax, i gave your technique a try, but when i published it a window came up warning me the script was slowing things down too much. plus i was hoping to make the MC's show up over images i already have on the scene. so the pigeon holes would have to be over exact x and y coordinates...
  11. GooeyHand

    Random Events

    Hey everyone, I've been trying to make some boxes fade in and out in certain points randomly. I've been lookin all over for an answer, but nothing for exactly what I need. The way I am envisioning this, is to have a MC open numerously at once on random x and y points I have chosen. I...
  12. GooeyHand

    loading movieclips with rest of movie

    i just found that it wasn't my preloader that was the prob, just one of my MC's. thanks for the help though.
  13. GooeyHand

    loading movieclips with rest of movie

    hey out there, i'm constructing a preloader with an already playing movie, so that when the user clicks on a button it loads up a new movieclip within that movie. but i have built other short movieclips (for the background) within that existing movieclip. so its basically...
  14. GooeyHand

    creating a back button

    thanks fellas.
  15. GooeyHand

    creating a back button

    um i dont know if i just mis understand, but i've tried that, and it seems to just restart the one movie clip again. so instead of it going back to the frame labeled &quot;Home&quot; it will just go back to the first frame of the movie clip it is already in. is there a tag i can maybe add to the...
  16. GooeyHand

    creating a back button

    i'm pretty new to the whole flash thing, and i'm building a site that works like this; the user clicks on a button located on a menu, on that button there is a movie clip which will change the users stage and play that animation which i have eventuatly made stop at the end, to avoid looping. now...

Part and Inventory Search

Back
Top