Scratch 无法按照代码中的预期工作[已关闭]

问题描述 投票:0回答:1

scratch 并没有让精灵按照代码中的预期进行操作。这是我的项目“https://scratch.mit.edu/projects/982459158”。你检查一下。目前还不完整。您可以看到,当您运行它时,球并没有像代码中那样转动。您可以使用 see inside 来检查代码。

[scratchblocks]
if <<touching [Line 4 v] ?>>
if <<[counter v] = [0]>>
set [direction v] to [<[direction v] - [90]>]
end
if <<[counter v] = [1]>>
set [direction v] to [<[direction v] - [<[270] - [direction v]>]>]
end
point in direction [direction v]
end
[/scratchblocks]

这是右行的代码。然而,球转向其他线路没有问题。它正是正确的线(从顶线弹起后)。您可以通过设置不同的方向值来尝试。 如果可以的话请帮我解决。

尝试做不同的方向并更改代码但不起作用。

generics charts simulation 2d-games mit-scratch
1个回答
0
投票

问题已经解决了,我只是在上面覆盖了另一条线,现在它可以正常工作了。您可以通过链接玩游戏。

© www.soinside.com 2019 - 2024. All rights reserved.