PDA

View Full Version : Clicking on two buttons


daveh
08-17-2001, 09:14 AM
Hi, can you help?

I need to jump to a new scene when the user has clicked on two hotspots / buttons in the current scene. If only one is clicked nothing should happen. It doesn't matter in which order they are clicked.

Thanks,
Dave Henson.

Tilly
08-17-2001, 03:33 PM
Hi,

For each button you must create a boolean variable (initial value=false) that will be set to true if the user clicks on it. If they both are true, the movie jumps to the next scene

Tilly