Browse Source

修改按钮样式

master
song 4 years ago
parent
commit
e969f87ae8
  1. BIN
      public/images/Bitmap1.png
  2. BIN
      public/images/Bitmap1_1.png
  3. BIN
      public/images/Bitmap2.png
  4. BIN
      public/images/Bitmap3.png
  5. BIN
      public/images/Bitmap3_1.png
  6. BIN
      public/images/Bitmap4.png
  7. BIN
      public/images/Bitmap4_1.png
  8. BIN
      public/images/Bitmap5.png
  9. BIN
      public/images/__MACOSX/._返回按钮_.png
  10. BIN
      public/images/level.png
  11. BIN
      public/images/stopDemo.png
  12. BIN
      public/images/stopDemopng复制.png
  13. BIN
      public/images/suspend.png
  14. BIN
      public/images/任务完成_.png
  15. BIN
      public/images/倒计时_.png
  16. BIN
      public/images/再来一次_.png
  17. BIN
      public/images/计时_.png
  18. BIN
      public/images/返回按钮_.png
  19. 17
      public/index.html
  20. BIN
      public/sounds/amazing.mp3
  21. BIN
      public/sounds/excitationMusic.mp3
  22. BIN
      public/sounds/unbelievable.mp3
  23. 2
      public/source-code.html
  24. 648
      public/source-code.js
  25. BIN
      public/鸟妈妈回家_HTML5 Canvas.fla
  26. 2
      src/index.js

BIN
public/images/Bitmap1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

BIN
public/images/Bitmap1_1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

BIN
public/images/Bitmap2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 21 KiB

BIN
public/images/Bitmap3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 22 KiB

BIN
public/images/Bitmap3_1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

BIN
public/images/Bitmap4.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 22 KiB

BIN
public/images/Bitmap4_1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

BIN
public/images/Bitmap5.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

BIN
public/images/__MACOSX/._返回按钮_.png

Binary file not shown.

BIN
public/images/level.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

BIN
public/images/stopDemo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

BIN
public/images/stopDemopng复制.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

BIN
public/images/suspend.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
public/images/任务完成_.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 81 KiB

BIN
public/images/倒计时_.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 41 KiB

BIN
public/images/再来一次_.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

BIN
public/images/计时_.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

BIN
public/images/返回按钮_.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

17
public/index.html

@ -1,9 +1,17 @@
<!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>
<head>
<meta charset="UTF-8">
<meta name="authoring-tool" content="Adobe_Animate_CC">
<title>鸟妈妈回家</title>
<title>source-code</title>
<!-- write your code here -->
<style>
#animation_container, #_preload_div_ {
@ -14,17 +22,16 @@
}
</style>
<script src="libs/1.0.0/createjs.min.js"></script>
<script src="bird.js"></script>
<script src="source-code.js"></script>
<script src="main.js"></script>
<!-- write your code here -->
</head>
<body onload="init();" style="margin: 0px;">
<body onload="init();" style="margin:0px;">
<div id="animation_container" style="background-color:rgba(255, 255, 255, 1.00); width:1280px; height:720px">
<canvas id="canvas" width="1280" height="720" style="position: absolute; display: none; background-color:rgba(255, 255, 255, 1.00);"></canvas>
<div id="dom_overlay_container" style="pointer-events:none; overflow:hidden; width:1280px; height:720px; position: absolute; left: 0px; top: 0px; display: none;">
</div>
</div>
<div id='_preload_div_' style='position:absolute; top:0; left:0; display: inline-block; height:720px; width: 1280px; text-align: center;'> <span style='display: inline-block; height: 100%; vertical-align: middle;'></span> <img src=images/_preloader.gif style='vertical-align: middle; max-height: 100%'/></div>
<div id='_preload_div_' style='position:absolute; top:0; left:0; display: inline-block; height:720px; width: 1280px; text-align: center;'> <span style='display: inline-block; height: 100%; vertical-align: middle;'></span> <img src=images/_preloader.gif style='vertical-align: middle; max-height: 100%'/></div>
</body>
</html>

BIN
public/sounds/amazing.mp3

Binary file not shown.

BIN
public/sounds/excitationMusic.mp3

Binary file not shown.

BIN
public/sounds/unbelievable.mp3

Binary file not shown.

2
public/source-code.html

@ -29,7 +29,7 @@ function init() {
canvas = document.getElementById("canvas");
anim_container = document.getElementById("animation_container");
dom_overlay_container = document.getElementById("dom_overlay_container");
var comp=AdobeAn.getComposition("ACA4432A71D0634E82B0166D11C7DDFE");
var comp=AdobeAn.getComposition("614EA7001C4B6742BF786FB59E8B8945");
var lib=comp.getLibrary();
var loader = new createjs.LoadQueue(false);
loader.addEventListener("fileload", function(evt){handleFileLoad(evt,comp)});

648
public/source-code.js

File diff suppressed because one or more lines are too long

BIN
public/鸟妈妈回家_HTML5 Canvas.fla

Binary file not shown.

2
src/index.js

@ -3,7 +3,7 @@ function init() {
canvas = document.getElementById('canvas');
anim_container = document.getElementById('animation_container');
dom_overlay_container = document.getElementById('dom_overlay_container');
var comp = AdobeAn.getComposition('ACA4432A71D0634E82B0166D11C7DDFE');
var comp = AdobeAn.getComposition('614EA7001C4B6742BF786FB59E8B8945');
var lib = comp.getLibrary();
var loader = new createjs.LoadQueue(false);
loader.addEventListener('fileload', function (evt) {

Loading…
Cancel
Save