Storyline and JavaScript
By
Sean Winn
Hi All,
I am trying to highlight areas on a screen that are interactive. (by making them flash in turn) I am thinking of using JavaScript but wondered if it could be achieved in a better way.
The JavaScript code I was looking at using was:
$("rectangle 1").fadeIn(100).fadeOut(100).fadeIn(100).fadeOut(100);
any ideas would be very useful,
Sean.
2 Replies
I was overcomplicating things a lot, just adding different items on the timeline did exactly what I needed to do.
Thanks Sean for updating the community on how you solved the issue. If you need anything else, please let us know!