A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: variable setting

  1. #1
    Junior Member
    Join Date
    Apr 2005
    Location
    In a box
    Posts
    5

    variable setting

    In flash mx pro 2004, how do I change variables?
    Ive got a textbox with the variable name 'talk', and in the frame actions ive put
    text = 10;
    and it doesnt change the text.
    and yes, they are on the same timeline.
    This is what id do on Flash 5, but on mx it doesnt work, please help!
    Listen to our band's first song!!
    http://k.domaindlx.com/ourlivinghell/NEW1.wav

  2. #2
    Senior Member
    Join Date
    Apr 2001
    Location
    saskatoon, canada
    Posts
    147
    If the variable name is talk then you need to say

    talk = 10;

  3. #3
    Senior Member
    Join Date
    Mar 2005
    Posts
    147
    Or, if the instance name is "talk", then you'd put:

    Code:
    _root.talk.text = "10";
    joechilds@imap.cc
    www.blackliquor.co.uk

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