ai
54 TopicsEasier way to do Transparent PNG animations in Storyline using AI Assistant.
Hello! For anyone who has been wanting to find an easier way to use animated PNG image sequences in Storyline, here's what I recently came up with (I did a search for this topic here on Best Practices but found nothing to match - may already be old news - if so, disregard all after hello). This JS takes care of the show/hide layer task that was so time consuming for the creator using triggers and states. Here is the AI Assistant prompt followed by the resultant JavaScript: Me: 'Create a JS that shows and hides the images [Picture 1 - 30] on the timeline. The speed should be [30] frames per second, resulting in one complete simulated rotation of the coin. Response: To create a simulated rotation effect at 30 frames per second, where Pictures 1 through 30 are displayed sequentially and loop to simulate a spinning coin, I will develop a JavaScript animation using the appropriate timings to approximate 30 frames per second (33.33ms per frame). Would you like me to proceed with creating the JavaScript trigger for your slide? Me: Yes. Response: I have created the JavaScript trigger named "Simulate Coin Rotation." This trigger will: 1. Sequentially show and hide images from "Picture 1" to "Picture 30." 2. Simulate a rotation effect at 30 frames per second (33.33ms per frame). Let me know if there are additional adjustments or further enhancements you need! See attached for results. Obviously this is for proof of concept and will require further refinement - speed/pausing, etc., but refinement is as easy as prompting 'pause the animation after 3 rotations', etc.) Setting up this two-minute long process beats spending several minutes/hours creating triggers and setting up states by hand, so thought I should share it. Hope it helps. -alan PS, here's the JavaScript: // Find and reference each image by Object IDs const images = [ '5qmgHzeewKx', '6VntD4WftmZ', '68qpF1r6HPu', '6iKY1TZhCUC', '5dvzDd0iirL', '5shjC2rUjgc', '6RY4BuHuzbB', '5sCE78GZyz9', '69eZTSWRsRF', '6kb0gHMMoks', '5kIbYD5RUff', '5ky6F9fxZaH', '62UnQqLgzkj', '6gbjZjrNAiF', '66S2FRgX8al', '6VMdqURcmx7', '6WzEJUWCnKN', '5y34gJ5aiPb', '6rDpPQV5c0i', '5VTPNi9Ha3w', '5dcAeTqKxhj', '6RXO9pKotPV', '69jJxhF86Yk', '6oiTtYItgmo', '6HUOqsiJGRX', '69yAum3TwUS', '64HNtI9aayc', '5rFNGYaOXUd', '69jBWIgp8H7', '6lJfba5n8lp' ]; let currentIndex = 0; function showFrame() { images.forEach((id, index) => { const image = object(id); image.style.opacity = (index === currentIndex) ? 1 : 0; }); currentIndex = (currentIndex + 1) % images.length; } // Set all images to hidden initially images.forEach(id => { const image = object(id); image.style.opacity = 0; }); // Start cycling through frames at 30fps (33.33 ms per frame) setInterval(showFrame, 33.33);2Views0likes0CommentsWorried about AI taking your job?
The tools have changed. Your judgement hasn't. In this Rise course learn the best practices of how to work alongside AI to move faster, create sharper content, and stay the most valuable thing in the room. The L&D professionals pulling ahead right now aren't the ones who know the most about AI. They're the ones who know how to work with it. AI is already in your workflow, whether you've invited it or not. This course shows you how to use it deliberately, critically, and well. The AI Shift133Views6likes6CommentsAI Tools for Video Editing
I'm familiar with the old standards for video editing but I am not current on how AI is being integrated into existing or new tools. Is there a tool out there where I can tell the AI to find and remove certain sounds (for example, the Teams chime when someone enters a meeting) without having to do it manually?24Views0likes1CommentAssessments and Job Aids Questions
Hi, I have 2 questions I was hoping someone could help me solve? I was wondering if there was a way to have a Job Aid appear after a person doesn't pass the assessment? If so how do I do it? IF the Job Aid is a link to open, and the link is in SharePoint. When the Job Aid is updated in SharePoint will it automatically change on the link that is in the Storyline lesson? Thank you for your help!Solved40Views0likes1CommentPresenting business case for Storyline AI upgrade
I have been asked to present a business case to upgrade our Storyline subscription to include the AI tools. For those of you who have done this, what were some things that proved to be helpful in this conversation? What benefits have you realized from this upgrade? Any ideas would be welcomed! Thanks in advance for your help.Solved149Views0likes4CommentsAvatarGrid (Unfolding UI) for Storyline
AI video is everywhere in learning design, but the experience hasn’t caught up. Too often, video is dropped onto a slide and left to do all the work. AvatarGrid challenges that approach. Built for Articulate Storyline, AvatarGrid is an unfolding UI system that uses purposeful motion and cinematic transitions to reveal content progressively. AI videos/images, created with Higgsfield AI, Nano Banana, and HeyGen AI, feel integrated, not pasted in, supported by layered vector UI. The result is an immersive, modern learning experience where motion has meaning. Every interaction supports the story. This is what video AI-first, motion-driven UXD looks like in practice. Watch the short tutorial: https://www.youtube.com/watch?v=iLXJ_-K4vXI141Views0likes0CommentsAI Talking Heads: Uncanny Valley Test
AI talking heads are everywhere, but most still fall straight into the Uncanny Valley. When lip-sync drifts or facial movements glitch, the learner stops focusing on the scenario and starts focusing on the AI mistake. I tested Veo 3.1, Kling 3.0, Creatify Aurora, Seedance 1.5, and HeyGen using the same image, script, and workplace scenario. One model clearly stood out as production-ready for realistic eLearning conversations. Watch the tutorial: https://www.youtube.com/watch?v=zroW6I7CGO0&t=317s Try the Storyline live demo: https://craftuxd.tech/AvatarGrid/story.html510Views0likes2CommentsReview Invitation: AI Partner Framework
I've just launched a new AI Partner Framework on LinkedIn because I'm seeing a lot of conversations about AI replacing humans, and companies laying people off because of AI (and then rehiring a lot of them back after realizing their mistake). What I'm not seeing in these conversations is a thoughtful process to determine where AI is appropriate and where humans are still critical. So, I built a simple framework to aid the decision-making process and remind us of what AI can do - but more importantly, what it can't. Instead of asking "will AI replace this role," I propose leading with a different question. The better one is "who is better positioned to lead this task at this stage - and why?" I then mapped six standard phases that apply to project lifecycles across a variety of roles and looked at where AI can and should be leveraged, and where the human - the expert - should be leading. There's a deeper dive as well, as I've mapped each phase to show what the AI Partner Framework looks like when applied to Instructional Design. In a world where people everywhere are afraid of being made redundant, we need to remind ourselves and our leadership that the deep expertise - the judgment, accountability, and relationship-building we have developed simply can't be replaced by AI. I'd love to have you look at it and let me know what you think. Here's the AI Partner Framework And here's the AI Partner Framework as it applies to Instructional Design The post on LinkedIn (in case you like it and would like to share)57Views1like2CommentsFaster ways to QA narration, CC, and Notes in Storyline
Hi! Does anyone have tips or hacks for making sure narration matches the CC and Transcripts/Notes? My job requires this along with specific formatting for certain words. What I've been doing: - Using Search & Find to look for specific words - Exporting narration .vtt files and comparing them to the Notes Both work but are really tedious. On top of that, some words in the TTS/AI narration have to be spelled phonetically to get the right pronunciation, so the generated CC text doesn't always match what should actually appear in the CC and Notes. Has anyone found a faster way to manage this? Any workflow tips would be appreciated! TIA!91Views0likes4CommentsAI‑powered, real‑time role‑play platforms
Hello Heroes! Has anyone cracked this yet? I’m exploring AI‑powered, real‑time role‑play platforms that can be embedded directly into an Articulate Rise Multimedia Embed block and run within the Rise frame—without sending learners outside the course or requiring a separate login. I’ve tested a few options, including Yoodli, but that experience redirects learners out of Rise. Other platforms I’ve reviewed are either cost‑prohibitive or not transparent with pricing. Has anyone successfully integrated a truly seamless, experiential role‑play experience into Rise? I’d love to hear what you’ve tried, what’s come close, or where you hit barriers. Thank you!1.1KViews2likes14Comments