00:00
00:00
Newgrounds Background Image Theme

isafoxfire just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

errm?

941 Views | 2 Replies
New Topic

errm? 2007-07-13 11:09:20


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..

Response to errm? 2007-07-13 11:14:55


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);}


BBS Signature

Response to errm? 2007-07-13 11:18:42


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.


The water in Majorca don't taste like what it oughta.

| AS3: Main | AS2: Main | Flash Tutorials |

BBS Signature