HTML5如何制作一个拼图游戏,javascript拼图游戏

  HTML5如何制作一个拼图游戏,javascript拼图游戏

  具体代码如下所示:

  !-代码如下,最下面给出了我测试用的9张250*250的图片切片- !DOCTYPE html html头meta charset= utf-8 标题拖动拖拽/标题风格box { float:left;} img{宽度:150像素高度:150 px } # puzzle { font-size:0;边距:80px自动;填充:5px宽度:460 px }/style/head body div id= puzzle div class= box img alt= 1 /div div class= box img alt= 2 /div div class= box img alt= 3 /div div class= box img alt= 5 /div div class= box img alt= 6 /div div class= box img alt= box img alt= 7 /div div class= box img altvar box=document。getelementsbyclassname( box );image . draggable=true var source=" ";var noimagevar noimageboxvar thenImagefor(设I=0;iimage.lengthi ){ source=图片我.jpg ;图像[我].setAttribute(src ,source);图像[我].onmousedown=function(){ now image=this;nowImageBox=this.parentNode }框[我].ondragover=function(event){ event。防止默认();//去除翁德拉戈弗事件的默认行为,该行为默认无法将数据或者元素放置到其他元素}框[我].ondrop=function(event){ then image=box[I].子节点[0];方框[我].appendChild(现在图像);noimagebox。appendchild(然后是image);} }/脚本/正文/html

  总结

  以上所述是小编给大家介绍的HTML5拖拽功能实现的拼图游戏,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对网站的支持!

郑重声明:本文由网友发布,不代表盛行IT的观点,版权归原作者所有,仅为传播更多信息之目的,如有侵权请联系,我们将第一时间修改或删除,多谢。

留言与评论(共有 条评论)
   
验证码: