AS3 Preloader which loads itself, not an external

2019-08-30 07:16发布

How can I create a preloader which does this? I have seen many examples of code to load an external swf, but never something that loads itself.

Thanks for the help, this is driving me crazy...

2条回答
狗以群分
2楼-- · 2019-08-30 07:38

alternatively ... You can try FlashDevelop's Preloader template, makes it really easy

查看更多
Summer. ? 凉城
3楼-- · 2019-08-30 07:59

It's really simple. First you need to move everything except the preloader off the first frame.

Everything else is basically the same as an external preloader - the only difference is that you're checking the current and total size of the current movie, rather than a separate one.

查看更多
登录 后发表回答