当前位置:网站首页>网页游戏引擎
网页游戏引擎
2022-07-04 15:18:00 【王家五哥】
网页游戏引擎-半成品
示例代码:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<div style="width: 500px;height: 400px;border: solid 1px;">
<div id="kuaiBut" style="width:20px;height:20px;background-color:green;">
</div>
</div>
</body>
<script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
<script type="text/javascript">
$(function() {
var sunDun = 10;
setInterval(function() {
sunDun++;
console.log(sunDun);
moveFun('kuaiBut', 'left', 'top', sunDun);
if (sunDun >= 600) {
sunDun = 0;
}
}, 20)
})
/**
* @param {Object} x 轴
* @param {Object} y 轴
* @param {Object} lengt
*/
function moveFun(id, x, y, lengt) {
let pdWidth = $("#" + id).parent().width();
let pdheight = $("#" + id).parent().height();
console.log(pdWidth + ' - ' + pdheight);
if (y == '' || y == null || y == undefined) {
$("#" + id).css(x, lengt + 'px');
} else {
$("#" + id).css(x, lengt + 'px');
$("#" + id).css(y, lengt + 'px');
}
$("#" + id).css('position', 'absolute');
}
</script>
</html>
边栏推荐
- 对人胜率84%,DeepMind AI首次在西洋陆军棋中达到人类专家水平
- China Indonesia adhesive market trend report, technological innovation and market forecast
- Rebalance operation in spark and its difference from repartition operation
- 世界环境日 | 周大福用心服务推动减碳环保
- 建筑建材行业经销商协同系统解决方案:赋能企业构建核心竞争力
- [Acwing] 58周赛 4489. 最长子序列
- VMware Tools和open-vm-tools的安装与使用:解决虚拟机不全屏和无法传输文件的问题
- Object.keys()的用法
- Can you really use MySQL explain?
- L1-072 scratch lottery
猜你喜欢
从数数开始
容器环境minor gc异常频繁分析
World Environment Day | Chow Tai Fook serves wholeheartedly to promote carbon reduction and environmental protection
Detailed process of DC-2 range construction and penetration practice (DC range Series)
Redis 的内存淘汰策略和过期删除策略的区别
The winning rate against people is 84%, and deepmind AI has reached the level of human experts in army chess for the first time
Go micro tutorial - Chapter 2 go micro V3 using gin and etcd
一图看懂ThreadLocal
go-micro教程 — 第二章 go-micro v3 使用Gin、Etcd
矿产行业商业供应链协同系统解决方案:构建数智化供应链平台,保障矿产资源安全供应
随机推荐
Accounting regulations and professional ethics [7]
~89 deformation translation
Maximum subarray and matrix multiplication
How to implement a delay queue?
照明行业S2B2B解决方案:高效赋能产业供应链,提升企业经济效益
NoSQL之readis配置与优化(终章)
Is it safe for Anxin securities to open an account online? Is the account opening fee charged
VMware Tools和open-vm-tools的安装与使用:解决虚拟机不全屏和无法传输文件的问题
Why do you say that the maximum single table of MySQL database is 20million? Based on what?
How to contribute to the source code of ongdb core project
安信证券排名 网上开户安全吗
[Acwing] 58周赛 4490. 染色
51 single chip microcomputer temperature alarm based on WiFi control
Four point probe Industry Research Report - market status analysis and development prospect prediction
Embedded software architecture design - function call
Market trend report, technical innovation and market forecast of electrochromic glass and devices in China and Indonesia
【Go ~ 0到1 】 第六天 文件的读写与创建
被PMP考试“折磨”出来的考试心得,值得你一览
S2b2b solution for lighting industry: efficiently enable the industrial supply chain and improve the economic benefits of enterprises
C# 更加优质的操作MongoDB数据库