how do i make a Text box you can text some in..
Like if i type: Newgrounds.com.. it goes on the Site..
and if i type: google.com it goes on Google..
how do i make a Text box you can text some in..
Like if i type: Newgrounds.com.. it goes on the Site..
and if i type: google.com it goes on Google..
Lets see , im not going to say this will work cause i dont do action script awsomely but heres how youd do it. Make a varible in the timeline. Call it "link" make it link = type link here ;. then make a input text box with the variable "link" on it then make a button call it send. on(release){getURL("link", _blank);}
At 7/13/07 11:14 AM, st1k wrote: on(release){getURL("link", _blank);}
on (release) {
getURL(_root.link, _blank);
}
You don't need the quotes when it's a variable. Also, title your threads better.