hello all!
please forgive me, because this is probably a basic question:
i'm trying to create a button that will go to a random (by random i mean randomly selected from my array of urls) url. here's what i've tried:
on frame 1 of main timeline i've created an array. here it is:
urls(" "
on my button, i've placed the following action:
on (release) {
getURL (random(urls()));
}
when i try the button it goes to the following web address:
first of all, is what i'm trying possible? if so, where have i gone wrong?
please forgive me, because this is probably a basic question:
i'm trying to create a button that will go to a random (by random i mean randomly selected from my array of urls) url. here's what i've tried:
on frame 1 of main timeline i've created an array. here it is:
urls(" "
on my button, i've placed the following action:
on (release) {
getURL (random(urls()));
}
when i try the button it goes to the following web address:
first of all, is what i'm trying possible? if so, where have i gone wrong?