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 derfloh 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. chinoka

    2 things! centering my movie into a HTML file and...

    Wish granted. Thanks again!!
  2. chinoka

    2 things! centering my movie into a HTML file and...

    Two things: a) How can i center my movie into a Html file, cause when i publish my movie in HTML the movie is shown on the upper left corner!! b)I placed some button into a movieclip in my movie. Now i need to use this buttons to go somewhere else in the movie, as an example, Scene 3, frame 2...
  3. chinoka

    Sorry but... how do you load a txt file into a dynamic text box

    Yes, as you can see, when you load the txt you specify the variable as txtvar= After the "=" the text is assigned. If you enter another varaible as txtvar2 you can assign an specific line to that var and load it into a dynamic text... it should work....
  4. chinoka

    Sorry but... how do you load a txt file into a dynamic text box

    Thnx!!! but you just missed two thing!! (or at least, in FLASH MX i have to do it this way) 1)it's txtBx.TEXT = txtvar; !!!! 2)it's loadvariables ("file.txt","") becuase flash mx sais that loadvariables needs the target or the level to be set. Thanks again!!
  5. chinoka

    Sorry but... how do you load a txt file into a dynamic text box

    Sorry but... how do you load a txt file into a dynamic text box. I know that every body knows that... i don't, so please help me
  6. chinoka

    Get the current frame number

    Here's the deal... i got a movie clip that goes forward and stops on specified frame numbers like frame 12, frame 24, frame 36 and at the end of it, the same sequence but backwards. So what i have is a move that goes forward and backwards, stoping on some key frames. Now what i wanted to do is...
  7. chinoka

    How to load a movie clip over a exsisting timeline

    Looking at what oldnewbie has writen i'check the script (because i had the same problem)and here is what you have to do. Load the movie onto a level, for example, level 1 then use "setproperty" in the folowing way: setProperty(_level1, _x, "100"); setProperty(_level1...

Part and Inventory Search

Back
Top