|
@ -1,17 +1,9 @@ |
|
|
<!DOCTYPE html> |
|
|
<!DOCTYPE html> |
|
|
<!-- |
|
|
|
|
|
NOTES: |
|
|
|
|
|
1. All tokens are represented by '$' sign in the template. |
|
|
|
|
|
2. You can write your code only wherever mentioned. |
|
|
|
|
|
3. All occurrences of existing tokens will be replaced by their appropriate values. |
|
|
|
|
|
4. Blank lines will be removed automatically. |
|
|
|
|
|
5. Remove unnecessary comments before creating your template. |
|
|
|
|
|
--> |
|
|
|
|
|
<html> |
|
|
<html> |
|
|
<head> |
|
|
<head> |
|
|
<meta charset="UTF-8"> |
|
|
<meta charset="UTF-8"> |
|
|
<meta name="authoring-tool" content="Adobe_Animate_CC"> |
|
|
<meta name="authoring-tool" content="Adobe_Animate_CC"> |
|
|
<title>bird</title> |
|
|
<title>鸟妈妈回家</title> |
|
|
<!-- write your code here --> |
|
|
<!-- write your code here --> |
|
|
<style> |
|
|
<style> |
|
|
#animation_container, #_preload_div_ { |
|
|
#animation_container, #_preload_div_ { |
|
@ -23,7 +15,7 @@ |
|
|
</style> |
|
|
</style> |
|
|
<script src="libs/1.0.0/createjs.min.js"></script> |
|
|
<script src="libs/1.0.0/createjs.min.js"></script> |
|
|
<script src="bird.js"></script> |
|
|
<script src="bird.js"></script> |
|
|
<script src="../dist/main.js"></script> |
|
|
<script src="main.js"></script> |
|
|
|
|
|
|
|
|
<!-- write your code here --> |
|
|
<!-- write your code here --> |
|
|
</head> |
|
|
</head> |
|
|