PDA

View Full Version : Communicate between hotspots


AlexLM
09-21-2007, 07:35 PM
Hi people,

I have a problem, and I'm stucked in my project because of that.

I have 2 hotspots:

<box id="bottle" url="Images/bottle.png" pan="50" tilt="-22" onRelease="alpha=0,500;buttonMode=0;" />

<spot id="cornerCounter" url="Plugins/cornerCounter.swf" static="1" salign="TL" staticX="-40" staticY="-30" />

I got a function in the cornerCounter.swf that is call: changeText();

I want to, when the user click on the "bottle" .. call the function changeText() that is in cornerCounter.swf..

I was thinking about something like cornerCounter.changeText(); but it's not working.

Does anybody have an idea how I can do that? :neutral:

You can answer in french if you want, I speak both english and french.

Thank you,

Alex