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 Chris Miller 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: volim
  • Order by date
  1. volim

    help with loader

    i've been trying to build a loader and i think i almost accomplished my mission. this is the code i used on frame 1 of scene 1 stop(); myinterval = setInterval(preload,100); function preload(){ if (_root.getBytesLoaded() >= _root.getBytesTotal()){ gotoAndStop("main",1)...

Part and Inventory Search

Back
Top