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 Wanet Telecoms Ltd 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: *

  • Users: tanatos
  • Content: Threads
  • Order by date
  1. tanatos

    mc gets crazy when button is pushed down many times

    Last Week Great Oldnewbie gave me the code play from frame to next every ten seconds. It works fine but when button which calls the file.swf is clicked many times, file.swf gets crazy why? I don't know. (file.swf is in a holder mc.)
  2. tanatos

    set interval question

    Hi Is it possible to set that every 10 seconds headplayer goes to next frame and play and in the last frame, after 10 seconds, goes to first frame (a kinda loop, i guess? thankx
  3. tanatos

    to oldnewbie about his preloader tutorial

    Hi oldnewbie. i've seen your great preloader in http://odin.prohosting.com/~oldnew/flashtesting/preload.htm and i'd like to know if there's any way to fit this preloader when there're two scenes: preloader scene & intro scene, mc rotating and loadbar percentage you know Bye
  4. tanatos

    about preloaders and loadmovie action

    Hi. I have in main timeline a menu, when clicked on any button *.swf is loaded in an empty mc. This *.swf is divided by four sections - so far, everything works fine -. The only thing i want is, in each section load in another empty mc placed in *.swf another swf which displays the proper...
  5. tanatos

    how to hide swf loaded with mc set on main scene?

    Hi all. I have in my scene movieclips which roll up when mouse is over. If i load a swf on level1 -loadmovie *.swf, 1 -, the movieclips rolled up can't cover the swf loaded. I hope i explained the question properly (or mayby not ;-() thanks in advance
  6. tanatos

    few lines of code better than many

    I want eight instances of eight mc's to appear invisible on the scene when a button is clicked. Instead of on release....visible= falsebla, bla... eight times, i'd like to choose a most inteligent way to get it, with very few lines of code if possible. But, as i'm not very clever with...
  7. tanatos

    please i can't handle this problem

    I've been searching support to get "fade-in fade-out" effect and at last i found it. But it works en mail timeline, and i'm unabled to get it work ina mc. The code is: onClipEvent (enterFrame) { // if the mouse IS over the button ... if (this.hitTest(_root._xmouse, _root._ymouse...

Part and Inventory Search

Back
Top