Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OnClick in FLASH, NEED HELP 1

Status
Not open for further replies.

jmoney

Programmer
Nov 6, 2002
1
US
How would I use onClick in flash? an example of what i need is &lt;a onclick=&quot;leave=0&quot; href=&quot;main.html&quot;&gt;<br>That is the html version what I need to do. So how do I do it in flash? Thanx.
 
I assume that you have a Flash button:<br><br>On Release<br>&nbsp;&nbsp;&nbsp;Set Variable(&quot;leave&quot;,0)<br>&nbsp;&nbsp;&nbsp;Get Url (&quot;main.html&quot;,&quot;&quot;)<br>End <br><br><br>Just add these actions to your button (double-click and select the actions tab)<br><br>Good luck <p>Fernando Regueiro<br><a href=mailto:ferhelping@yahoo.com>ferhelping@yahoo.com</a><br><a href= > </a><br>
 
heh but woulden't it be<br><br>On Click<br>&nbsp;&nbsp;&nbsp;Set Variable(&quot;leave&quot;,0)<br>&nbsp;&nbsp;&nbsp;Get Url (&quot;main.html&quot;,&quot;&quot;)<br>End <br><br>:) depending on when he wanted it just bugging u Fernado :p <p>Az<br><a href=mailto:azmaramza@home.com>azmaramza@home.com</a><br><a href= > </a><br>ICQ 59238403<br>
AIM azmaramza
 
hmm set variable(&quot;leave&quot;,0)is tht a predefine variable name or does one have to create it
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top