-
Update Dynamic Text
Hey,
Does anyone know how i update some text?
I have a piece of text called "actype" and its initial value is "Test"
onPress of a button inside a sprite I want it to read "Another Test"
The text is set to be "Dynamic Text"
This is the code inside the sprite
on (press) {
_parent.actype.text = "Another Test";
}
I cant sweem to get this working, can anyone help?
Thanks
Wayne
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|