OZONE Asylum
Forums
Multimedia/Animation
Actionscript masters please help...
This page's ID:
11303
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I' m just trying to have a movie to work properly, butt I can't get it right. I made a scene with a preloader that includes this piece of code: loadedbytes = getBytesLoaded(); totalbytes = getBytesTotal(); loadedkbytes = Math.ceil(loadedbytes/1000); totalkbytes = Math.ceil(totalbytes/1000); if (loadedbytes == totalbytes) { nextScene (); } frame = int(loadedbytes/(totalbytes/100)); tellTarget (_root.loader) { gotoAndStop (_root.frame); } The preloader works perfectly, the problem is that, when loaded, the movie jumps to the end of the next scene. I tried to add a stop action to the first frame of the scene but it doesn't work. Any idea??? Thanx...
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »