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: *

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

    preloader problems

    I've written this action script in my preloader: loadedbytes = getBytesLoaded(); totalbytes = getBytesTotal(); loadedkbytes = Math.ceil(loadedbytes/1000); totalkbytes = Math.ceil(totalbytes/1000); if (loadedbytes == totalbytes) { nextScene (); } frame = int(loadedbytes/(totalbytes/100))...

Part and Inventory Search

Back
Top