Forum Topic: A noob question.. xD

(82 views • 3 replies)

This topic is 1 page long.

<< < > >>
Misunderstood

LoliBear

Reply To Post Reply & Quote

Posted at: 6/29/09 03:11 PM

LoliBear NEUTRAL LEVEL 02

Sign-Up: 06/27/09

Posts: 32

I've been learning flash for a while now but I never used this before and it's a REAL noob question:
I want to change a dynamic text field's text inside a movieclip on the second frame of it because I am trying to fix my save function.. but don't know how lol! xD
I call it up as
testbutton.onRelease = function(){
gameBox.testnum = "3";
}

So anyone knows what I do wrong :$
I know it has nothing to do that I don't call _root because it's in the root already.. have more of such
Well.. thanks anyways :P


None

Woadraiders

Reply To Post Reply & Quote

Posted at: 6/29/09 03:19 PM

Woadraiders DARK LEVEL 11

Sign-Up: 11/11/07

Posts: 561

If testnum is the dynamic text field's instance name, then

gameBox.testnum.text = "3";

Mibbygames.com
panterA

BBS Signature

None

LoliBear

Reply To Post Reply & Quote

Posted at: 6/29/09 03:22 PM

LoliBear NEUTRAL LEVEL 02

Sign-Up: 06/27/09

Posts: 32

Thanks... but that's not what I ment


None

Archon68

Reply To Post Reply & Quote

Posted at: 6/29/09 09:32 PM

Archon68 LIGHT LEVEL 22

Sign-Up: 09/09/07

Posts: 3,201

At 6/29/09 03:22 PM, LoliBear wrote: Thanks... but that's not what I ment

Then explain it better. From your post, it sounds like that's EXACTLY what you meant.

And next time label your topic better. I hate it when it's unclear what it's about, and it's even worse when no AS version is specified.

I code in AS2, in case I forgot to mention it.

BBS Signature

All times are Eastern Standard Time (GMT -5) | Current Time: 07:18 AM

<< Back

This topic is 1 page long.

<< < > >>
You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!