猫史档案馆


Lv.0

获赞:0收藏:0浏览:0作品收藏:0
回复帖子评论
上一页6 页 / 共 13下一页

暂退or长期退? 中回复

怪盗基德???

2020-09-15T21:06:34 点赞:0

来玩个游戏 中回复

“无双雪”???(谐音)

2020-09-15T21:12:13 点赞:0

【编程一小时】 pyinstaller的使用教程 中回复

会JS,不会python。。。emotion_编程猫_搓头

而根据正(小)规(道)渠(消)道(息)

emotion_编程猫_冷漠

编程课竟然只上python!!!

emotion_编程猫_紧张

这不是在逗我吧。。。

emotion_编程猫_冷漠

而我24小时之内必须退喵。。。

怎么办。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(句号射线)

emotion_编程猫_紧张emotion_编程猫_冷漠

2020-09-18T23:14:10 点赞:0

【告示】恶意骂人?封号处理! 中回复

6个月???(血衣与江湖不管管吗???)

2020-09-18T23:21:21 点赞:0

【告示】恶意骂人?封号处理! 中回复

center_image

这种官方是不是应该管管???

2020-09-18T23:24:21 点赞:0

一个图被聪聪明超人搞了10次 中回复

应该叫官方管管。。。

2020-09-20T09:11:20 点赞:0

爆!源码世界出大事?!!快来参与源码星球保卫战! 中回复

头像来了。。。center_image

 

2020-09-22T19:46:42 点赞:0

这不是废铁 中回复

wow!!!

2020-09-26T20:52:11 点赞:0

【获奖公布】庆国庆贺中秋,编程猫带你穿越了解中国大事件 中回复

开始制作咯。。。

2020-09-27T21:26:50 点赞: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

【发现屏蔽词】。。。 中回复

额额额,小小的帖子竟然。。。

2020-09-30T19:09:18 点赞:0

惊,某90后男子竟当街做这事。。。 中回复

emotion_雷电猴_围观

2020-09-30T19:26:15 点赞:0

【发现屏蔽词】。。。 中回复

爆炸

2020-09-30T20:27:09 点赞:0

【发现屏蔽词】。。。 中回复

估计官方看到了,评论作废。。。

2020-09-30T20:28:24 点赞:2

【获奖公布】庆国庆贺中秋,编程猫带你穿越了解中国大事件 中回复

更新公告!!!

https://shequ.codemao.cn/work/62167309

2020-09-30T21:01:42 点赞:0

【发现屏蔽词】。。。 中回复

韵律

2020-09-30T22:49:44 点赞:0

【获奖公布】庆国庆贺中秋,编程猫带你穿越了解中国大事件 中回复

更新啦~~~

https://shequ.codemao.cn/work/62167309

2020-10-01T14:35:49 点赞:0

【国庆福利】《源码精灵》更新啦!看完即可领取大礼包! 中回复

我竟然可以通过家长测试!!!

emotion_编程猫_紧张

2020-10-01T14:53:23 点赞:1

【获奖公布】庆国庆贺中秋,编程猫带你穿越了解中国大事件 中回复

更新啦~~~

https://shequ.codemao.cn/work/62167309

2020-10-02T21:17:12 点赞:0

【获奖公布】庆国庆贺中秋,编程猫带你穿越了解中国大事件 中回复

问大家:为什么NEMO作品如此之多???

2020-10-03T11:22:09 点赞:1

地图参观帖 中回复

趁我在线,顶!

2020-10-04T15:08:29 点赞: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

【Box 3】地图 《夜景一角》,图主几何空间招人了!(名额有限,时间有限) 中回复

我这两天才造出属于自己的代码。。。

2020-10-05T10:47:57 点赞:0

我觉得官方不想改4.0了 中回复

我认为猫厂即将成为JS论坛,已经放弃了图形化编程。。。

emotion_编程猫_冷漠

2020-10-05T21:53:26 点赞: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

致JS小白2级。。。 中回复

自古沙发归楼主(抢沙发卡无效)

2020-10-09T20:32:47 点赞:0

【box3】【招人】聚义镇 招人啦!!! 中回复

来康康

2020-10-09T20:36:08 点赞:0

帮帮我!求求大家了 中回复

岛2简单(岛3倒是有点难度。。。不过我会)

2020-10-09T20:39:56 点赞:0

谁能教透我代码岛3.0的js代码 ,给ta1000+的源码币 中回复

发了个帖子,关于那个文本框的:

https://shequ.codemao.cn/community/345538

还记得吧

2020-10-11T17:22:59 点赞:0