Progress tracking for Hype Document: Make an element appear if a scene is viewed

I’m trying to design a progress bar for my Hype project and I would like to write an if/else statement which makes a picture of a green tick appear if a scene has been viewed.

Is this even possible?

Alternatively, I was thinking about including a button which allows users to click to mark a scene as complete and then the button appears. No idea how to start though.

Thanks for your help!
Greg

markSceneAsVisited.hype.zip (32.3 KB)
you can do sthg. like this using persistant symbols and custom behaviours.
tipp: if you convert the persistant symbol to a normal symbol it’ll change its function as it’ll just show the actual position.

this is just a concept! make it look nice :wink:

1 Like

WOW! Thank you. I’m trying to understand what you did here since I’m not familiar with the ‘custom behaviour’ option. What is the stag. and how did you configure the custom behaviour?

Greg

again i would suggest reading the documentation:
http://tumult.com/hype/documentation/3.0/#behaviors

there’s even a video! good resource!

2 Likes

Cracked it! Thanks Hans for your help! I actually managed to do this without any code :slight_smile:

1 Like