大约有 60 项符合查询结果(耗时:0.0058秒) [XML]

https://www.fun123.cn/referenc... 

App Inventor 2 SliderVertical 扩展:垂直的滑动条 · App Inventor 2 中文网

... SliderVertical 拓展 将滑块组件旋转 90º,效果如下: 代码块如下: .aix 拓展下载: com.SliderVertical.aix demo下载: TestSliderVertical.aia 切换 目录 ...
https://ullisroboterseite.de/a... 

AI2 Keep Awake

...p. The CPU and WiFi remain active. Only when the user presses the power button and the device switches to standby mode is the FULL_WAKE_LOCK lock implicitly released by the system. This switches off both the screen and the CPU (in contrast to PARTIAL_WAKE_LOCK). When the user switches the...
https://www.fun123.cn/referenc... 

任何组件块 · App Inventor 2 中文网

...数(如果有)。 component 参数将是触发事件的组件,例如 Button。 如果没有其他事件块专门处理 的事件,则 notAlreadyHandled 参数为 true 组件。 考虑以下事件处理伪代码,看看它是如何工作的: 发生一个事件,例如用户单击名...
https://www.fun123.cn/referenc... 

使用位置传感器 · App Inventor 2 中文网

...okes the location sensor in response to an event– when the user clicks a button. For each sample app, the following is provided: A barcode which can be scanned to install the app on your phone. The source (blocks) for you to use/customize. Download the file to your computer then upload it i...
https://www.fun123.cn/referenc... 

LEGO EV3 机器人按键控制 · App Inventor 2 中文网

... 下载 示例项目文件: EV3_ButtonControl.aia 机器人组装说明 请按照图1组装您的机器人。如果您的机器人结构有所不同,不必担心,只需确保两个电机(连接到端口B和C)位于机器人...
https://www.fun123.cn/reference/iot/IRXmitter.html 

IRXmitter红外发射器扩展 · App Inventor 2 中文网

...会被中断。 注册按钮单次模式(按钮,模式) 将指定的Button组件注册为自动单次数据包传输。Button.TouchDown运行指定Pattern的Transmit方法。 注册按钮重复模式(按钮,模式) 将指定的Button组件注册为带重复的自动数据包传输。B...
https://www.fun123.cn/referenc... 

micro:bit 微控制器教程 · App Inventor 2 中文网

...制指令,\n 是换行符号,代表一个命令的结尾。 用 anyButton.TouchUp 来管理所有按钮的 touchUp 事件,缺点是 Disconnect 按钮也算进去,您可以在事件中加入 component 不等于 Button_Disconnect 就可以了。 micro:bit 端设置 ...
https://www.fun123.cn/referenc... 

SVG图像加载扩展 - 第三方扩展集合 · App Inventor 2 中文网

...: " & error 从网络加载SVG (SVGImages) when Button1.Click do // 从网络加载SVG文件 call SVGImages1.LoadFromWeb "https://example.com/icon.svg" 高级SVG操作 (PixzSVGImageLoader) when Button1.Click do // 从URL加载SVG call...
https://www.fun123.cn/reference/iot/bytearray.html 

ByteArray 扩展 - 字节数组处理工具 · App Inventor 2 中文网

... 使用示例 基本用法 when Button1.Click do // 创建字节数组并添加数据 call ByteArray1.Clear call ByteArray1.AddByte 65 // 添加字符 'A' call ByteArray1.AddByte 66 // 添加字符 'B' call ByteArray1.AddByte 67 ...
https://www.fun123.cn/referenc... 

撸猫游戏 · App Inventor 2 中文网

...( function() { $( ".widget input[type=submit], .widget a, .widget button" ).button(); } );