Mediator 8 Pro question.

christof101

New Member
I am creating a presentation in Mediator 8, professional version and i am fairly new to it.
I am creating a biology presentation, and on one of the pages in the presentation you get to move the bones around, and have to put them in the correct position. There are squares on screen to show you roughly where to put the bones, if your wrong the bone moves back, if your right the bone stays in position and the square disapears to clearly show the bones.

Now, i want to create a button that, IF a square is visible, nothing happens, but if a square is Invisible, i.e. The bone is in the correct position, words come up on screen telling you what bone it is.
I want to make sure the skeleton has been completed before any words come up, to keep the page looking tidy and professional.

If anyone knows how to do this, i will love you forever <3

Thanks.
Chris
 

DrCuddles

New Member
Chris, set up an IF statement on the button stating that (i.e. leg for this)

IF LEGON = 1 THEN SHOW(LEGTEXT)
make LEGON global

then in the code which tells the user if the leg is in the right square or not put in the code that moves the leg to the centre of the square when in the right now put Assign LEGON number 1
 
Top