Start by opening the presentation you want to work on in the hiCreo.ai editor.
2. Select an Item
Choose the item on your slide that you want to add code to. This could be an image, video, or audio player.
3. Access the Coding Box
After selecting the item, a bubble menu will appear. Click on the “Code” option to open the coding box. If the item already has code attached, the “Code” bubble will be highlighted in blue.
4. Add an Event
In the coding box, find the “Events” column. Drag and drop the “When this item [clicked]” block into the assembly area. You can then click the dropdown menu within the block to select an event from the list. Available events include clicked, double-clicked, mouse hover, mouse leave, pressed, and released.
5. Add Actions
After setting up an event, you need to add one or more actions that will occur when the event is triggered. For example, if an event happens (like a click), the action(s) you choose will follow.
6. Ensure Code Blocks Snap Together
Make sure that the code blocks fit together properly. If they don’t snap together, it means the blocks are not compatible and won’t work as intended.
*To learn more about visual block-based programming and access advanced tutorials, please visit Scratch or search for “Scratch programming tutorials” on YouTube.