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 TouchToneTommy 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: tivaelydoc
  • Content: Threads
  • Order by date
  1. tivaelydoc

    Array of Movieclips.

    I want to create an array of MC, about 10 of them, and have buttons that go Next and Prev. Then have them appear in the stage at a specified location, but only the array that is click on, that way all 10 arrays aren't showing up at once. From there, I want to be able to click on the duplicated...
  2. tivaelydoc

    Clock issues.

    Did I write this code wrong: onClipEvent (enterFrame) { var time = new Date(); var month = time.getMonth()+1; var day = time.getDate(); var hours = time.getHours(); var minutes = time.getMinutes(); var seconds = time.getSeconds(); var milliseconds =...
  3. tivaelydoc

    How do you open a window with muliple keypress?

    There is this script: http://www.dynamicdrive.com/dynamicindex1/slideinmenukey.htm and instead of it opening on just one key, I want it to open on several keys (one after another, like A then D then F), but how do I? I think this is the main part: if (ns4)...

Part and Inventory Search

Back
Top