Blog Post

Discover
1 MIN READ

Storyline: Spin the Wheel Interaction

JoanneChen's avatar
JoanneChen
Super Hero
5 years ago

This spinning wheel template was made entirely in Storyline 360 using dials and variables. For a behind-the-scenes look at how to build a spinning wheel, check out this discussion.

Explore this project.


This template will work for folks using Storyline 360, the continuously updated version of Storyline included in Articulate 360. Want to try it out? Get a free trial of Articulate 360 right here.

Published 5 years ago
Version 1.0
  • Thanks Peter, can this one be programmed to only hit on each number once? Or is it random so it repeats numbers?
    • PeterVitez's avatar
      PeterVitez
      Community Member
      It currently uses a random variable, which doesn't keep track of previous results. Without using JavaScript, it would be tricky to track which slides have already been visited (though I am intrigued). Alternatively, it would be very easy to control the order that they appear by replacing the random variable with a regular variable, that starts at 1 and adds 1 for every interaction, working its way up to five.