software sims: scrpits for repeated actions?
using software sims to guide students step by step/click by click thru an activity. every clickbox needs to do the same thing:on success, it just goes to the next slide. on failure it pops the failure box, until the last attmpt where it shows a prev. hidden highlight box over the click box (effectivly highlighting where they should click) and conts with the activity so they can click the now highlighted clickbox and go to the next slide.
i can script this easily via advanced options, but wanted a smarter way to do it (i assume it'll involve variables) where i dont have to re-make essentially the same advanced action script for everyslide. the clickbox and highlight box names change each slide and you cant have dupes, so each adv optns scrpt must be hard coded to each highlight and clickbox manually. there can easily be 20+ slides per sim, and i have a long list of sims i need to make, so any speeding up in the process could save me litteral days and also a lot of headache.
advanced options or javascrpt are both okay (or anthor, cooler, secreter scrpit optn as well)
---
i think an easy fix would be if i was allowed to set the click/higlight box names to end with some var i'd just i++ in the scrpit but that doesnt seem to be possible
