puppet
IS-IT--Management
- Dec 13, 2001
- 140
I got this preloader from this site a couple of years ago and it works great but I have just copied it from my original movie to a new one I am creating and I get errors when I check the syntax. Exactly the same as far as I can see as the one I copied that checks fine..... ANy ideas would be greatly appreciated.
-----------------------------------------------------------
Action Script
-----------------------------------------------------------
// The time, K-loaded and K-total are obtained straight away as soon as the movie loads.
// This forms the basis of all calcs in the main actionscripting in frame 3.
/:time0 = getTimer ();
/:loaded0 = _root.getBytesLoaded();
/:total = _root.getBytesTotal();
//
// Note that this frame contains the label "loop"
-----------------------------------------------------------
Error Message Below
-----------------------------------------------------------
**Error** Scene=Scene 2, layer=Layer 4, frame=1:Line 3: Unexpected '/' encountered
/:time0 = getTimer ();
Total ActionScript Errors: 1 Reported Errors: 1
-----------------------------------------------------------
Action Script
-----------------------------------------------------------
// The time, K-loaded and K-total are obtained straight away as soon as the movie loads.
// This forms the basis of all calcs in the main actionscripting in frame 3.
/:time0 = getTimer ();
/:loaded0 = _root.getBytesLoaded();
/:total = _root.getBytesTotal();
//
// Note that this frame contains the label "loop"
-----------------------------------------------------------
Error Message Below
-----------------------------------------------------------
**Error** Scene=Scene 2, layer=Layer 4, frame=1:Line 3: Unexpected '/' encountered
/:time0 = getTimer ();
Total ActionScript Errors: 1 Reported Errors: 1