Lv.0
在 【编程一小时】 pyinstaller的使用教程 中回复
会JS,不会python。。。
而根据正(小)规(道)渠(消)道(息)

编程课竟然只上python!!!

这不是在逗我吧。。。

而我24小时之内必须退喵。。。
怎么办。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(句号射线)


2020-09-18T23:14:10 点赞:0
在 【获奖公布】庆国庆贺中秋,编程猫带你穿越了解中国大事件 中回复
发个链接,凑个热闹。。。
https://shequ.codemao.cn/work/62167309
国庆节作品。。。
2020-09-28T20:55:43 点赞:0
在 【获奖公布】庆国庆贺中秋,编程猫带你穿越了解中国大事件 中回复
感觉我的作品挺冷清的。。。
https://shequ.codemao.cn/work/62167309
2020-09-29T20:04:55 点赞:0
在 【获奖公布】庆国庆贺中秋,编程猫带你穿越了解中国大事件 中回复
更新公告!!!
来https://shequ.codemao.cn/work/62167309
2020-09-30T21:01:42 点赞:0
在 【获奖公布】庆国庆贺中秋,编程猫带你穿越了解中国大事件 中回复
更新啦~~~
https://shequ.codemao.cn/work/62167309
2020-10-01T14:35:49 点赞:0
在 【获奖公布】庆国庆贺中秋,编程猫带你穿越了解中国大事件 中回复
更新啦~~~
https://shequ.codemao.cn/work/62167309
2020-10-02T21:17:12 点赞:0
在 谁能教透我代码岛3.0的js代码 ,给ta1000+的源码币 中回复
我就抛一串代码,看你能不能看懂:
world.onChat(async({ entity, message }) => {
if (entity && entity.isPlayer) {
str = message;
if(str=='简介'){
entity.player.directMessage('系统客服:本地图属于竞赛类地图')
await sleep(1000)
entity.player.directMessage('【特别鸣谢】')
await sleep(1000)
entity.player.directMessage('地图拥有者:寒江的雪')
await sleep(1000)
entity.player.directMessage('创作团队:帮助我完成这个地图的所有人(毕竟,有些人只是帮我在论坛上解决代码问题。。。)')
await sleep(3000)
entity.player.directMessage('感谢以上大佬参与!祝你玩得开心(*^▽^*)')
}else if(str=='跳伞'){
if(entity.position.y > 71){
entity.player.a喵Wearable({
bodyPart: Box3BodyPart.HEAD,
mesh: 'mesh/跳伞伞.vb',
orientation: new Box3Quaternion(0, 1, 0, 0).rotateY(Math.PI/2),
scale: new Box3Vector3(4, 4, 4),
offset: new Box3Vector3(0, 2, 0),
});
entity.position = new Box3Vector3(98,69,77);
entity.player.directMessage(entity.player.name+' 欢迎来到谜之世界!!!')
await sleep(1000)
if (!entity.isPlayer) return;
const headWears = entity.player.wearables(Box3BodyPart.HEAD);
entity.player.removeWearable(headWears[0]);
entity.player.removeWearable(headWears[1]);
}else{
entity.player.directMessage('弄啥嘞???')
}
}else if(str=='我错了'){
if(entity.position.y < 8){
if(entity.position.x < 20){
entity.position = new Box3Vector3(40,10,40);
entity.player.directMessage(' 希望你不要一错再错 '+entity.player.name+'')
}else{
entity.player.directMessage('弄啥嘞???')
}
}else{
entity.player.directMessage('弄啥嘞???')
}
}else if(str=='下车'){
entity.mesh='';
entity.player.invisible=false;
entity.player.canFly = false;
entity.player.enableJump = true;
entity.player.walkSpeed=0.22;
entity.player.runSpeed=0.4;
}
}
})
看懂的不要提示
2020-10-04T20:18:29 点赞:0
在 谁能教透我代码岛3.0的js代码 ,给ta1000+的源码币 中回复
world.querySelectorAll('.门1钮').forEach((e)=>{//偷偷告诉你,这样点击实体可以移动实体的位置!
e.onClick(({entity})=>{
sleep(500).then(()=>{
entity.position.set(98.3,0,2.6)
})
})
})2020-10-07T11:07:08 点赞:0
在 谁能教透我代码岛3.0的js代码 ,给ta1000+的源码币 中回复
发了个帖子,关于那个文本框的:
https://shequ.codemao.cn/community/345538
还记得吧
2020-10-11T17:22:59 点赞:0