I've been building a slider to control audio volume and I thought that I could use a whole series of hotspots and then control both an image position (like a little cursor) and also the volume by using HotSpot.GetPos in the 'On Enter' event of each hot spot.
I just cannot get my head round referencing the table returned by the action. I always get a Type(Nil). Has anybody got a VERY simple example that I can look at.
I'm sure I understand the concept of tables/arrays (great tutorial Corey wish I'd got you for some voice overs) but where I am falling down is in accessing the HotSpot.GetPos data.
I've actually done what I wanted by hard coding x,y positions and volume levels and it all works, but I need to know where I'm going wrong for the sake of my sanity.

) but where I am falling down is in accessing the HotSpot.GetPos data.
