Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

actionscript problem!

Status
Not open for further replies.

MJB3K

Programmer
Jul 16, 2004
524
GB
Hi, i have a button on frame 1.

Code:
on(press){
    var theUser = "Tim";
    gotoAndStop(2);
}

on frame 2:

Code:
theName.text = theUser;

any ideas??

or a better way of doing it?


why doesn't it work?

Regards,

Martin

Gaming Help And Info:
 
Works for me! In MX only!
Are you on AS2.0 and MX2004?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top