summaryrefslogtreecommitdiff
path: root/swfs
diff options
context:
space:
mode:
authorkramm <kramm>2004-07-30 21:50:39 +0000
committerkramm <kramm>2004-07-30 21:50:39 +0000
commit564dfd7fae85f28e243d9259a0b87349dee10147 (patch)
tree339db7761ae62a42915e7256ac9519d7346fafe2 /swfs
parentc7a56f87f925dde3765ea338fac51bfc624cc6c7 (diff)
initial revision.
Diffstat (limited to 'swfs')
-rw-r--r--swfs/PreLoaderTemplate.sc19
1 files changed, 19 insertions, 0 deletions
diff --git a/swfs/PreLoaderTemplate.sc b/swfs/PreLoaderTemplate.sc
new file mode 100644
index 00000000..a4d08564
--- /dev/null
+++ b/swfs/PreLoaderTemplate.sc
@@ -0,0 +1,19 @@
+.flash name=PreLoaderTemplate.swf background=white version=6
+ .sprite loader # to be replaced by swfcombiner
+ .end
+ .put loader
+ .frame 1
+ .action:
+ if(this.framesloaded < 2) {
+ GotoFrame(0);
+ Play();
+ }
+ .end
+ .frame 2
+ .sprite movie # to be replaced by swfcombine
+ .end
+ .put movie
+ .frame 3
+.end
+
+