如何对框架进行编程?
就像我点击冰箱门,它就会打开,或者点击箱子,顶部就会滑落。
Like if i click on a fridge door and it opens, or click on a chest and the top slides off.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
就像我点击冰箱门,它就会打开,或者点击箱子,顶部就会滑落。
Like if i click on a fridge door and it opens, or click on a chest and the top slides off.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
在其中添加一个 ClickDetector,并添加一个执行您想要执行的操作的脚本。要从侧面打开它,您可以这样做:(它可能不会以正确的方式转动)
Add a ClickDetector inside of it, and add a script that does what you want to do. To open it sideways you can do this:(It might not turn the right way)
添加一个点击检测器,并为其编写脚本,以便单击时父部件从一个位置移动到另一个位置。
Add a clickdetector, and script it so onclick the parent part moves from one place to another.