A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Pull values off variables

  1. #1
    Senior Member
    Join Date
    Jan 2003
    Posts
    143

    Pull values off variables

    Noobish question, but here goes:

    I have a variable which contains a numerical value. This is used for loops etc. EG: i<hello.

    If I wanted a textfield to report that variable, I can assign a text field to contain the variable "hello", but what if I wanted that variable in a different level?

    I've tried

    level.txtfield.text = variable;

    which doesn't work.
    --iMat

  2. #2
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    _level99.txtfield.text = variable; // movie loaded to level 99.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center