hey
i cant seem to add link to my buttons i created them in flash mx and they dont work
please help, im on a deadline
hey
i cant seem to add link to my buttons i created them in flash mx and they dont work
please help, im on a deadline
post your code there guy, i cant see your monitor from here
try this
on (press) {
getURL("your domain", "_blank");
}
do i click on the down state and then add actions to that
no get out of your button stages. go to the maiin timeline right click on your button and go to actions.
im doin that and its still not workin. im typing the url between the brackets
please help me !!
Alright, go to the stage that contains your main button symbol (not inside your button symbol, you <B>do not</B> want to see the standard button timeline of Up, Down, Over, Hit)
Right click on your button symbol and open the actions panel.
Apply this… (as Alex stated previously)…
[AS]on (press) {
getURL(“url”, “_blank”);
}[/AS]
if that still doesnt work, try try going to the tutorial. maybe a walkthrough will help you
:: Copyright KIRUPA 2024 //--