Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
如何让一个图片点一下隐藏,在另一个地方点一下随着距离过一段时间显示在另一个地方
”图片点一下隐藏“,事件编写:条件(触屏操作-多类型点击操作-单击对象时) : 动作(该对象-设置显隐-隐藏)
”在另一个地方点一下随着距离过一段时间显示在另一个地方“,事件编写思路:点击屏幕时→用表达式distance获取隐藏图片到点击位置的距离→根据距离长度设置定时器时长(需要先给对象加定时器能力)并记录下点击的位置,然后再写一个事件:当定时器到达时→设置隐藏的图片位置到点击处的位置→显示图片