Question
Adding alert boxes to movie items with clickable links?
Hi all, i currently have a movie (i'm no programmer and it was all "poke and hope" creating it) where i have an icon (image) and a block of text as a clickable button (locked together) the button takes you to a specific urlwhat i need to do is replace the geturl with some script that will add an alert box with 2 options (the reason is i've added more forums i.e Members-excel-forum and Newsgroup-excel-forum....there are many more like this), i would like the box to have a title something like "Where would you like to go from here?" then two text links "Members Excel" (which will take them to http://www.thecodecage.com/forumz/members-excel-forum) and "Newsgroup Excel" (which will take them to http://www.thecodecage.com/forumz/newsgroup-excel-forum), like i said i have many more to add but once i have the code and a "How to" i should be able to adapt it.
ActionScript Code:
on(release){ geturl("http://www.thecodecage.com/forumz/excel-forum/"); }
I will have to do this for each of the items (i'll have to unlock them first) there are 24 items in my movie (it looks like 12 as there is an icon and text locked together for each category) so i need to do this for 16 of them, if anyone knows a quicker way i'm all ears!
I say Alert box as this won't be bothered by a pop up blocker.
Regards,
The Code Cage
The Code Cage
