A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: scoring with dynamic text.

  1. #1
    Registered User
    Join Date
    Aug 2012
    Posts
    3

    scoring with dynamic text.

    hi there! ive been working on a sniper game and im having trouble with dynamic text for scoring.

    heres the thing.

    i got a button which registers hits inside a MC. so thats this
    Actionscript Code:
    on(press)
    {play();
     sound = new Sound();
        sound.attachSound("die3");
        sound.start(0, 1);


        scoret.text = scoret+10;    
               
        }

    please ignore the sound cause that works fine. the problem is scoret.

    in a different layer on a movie clip.

    i got a dynamic text inside. instance named scoret.

    what im trying to do is whenever the button is pressed. it should add +10 to scoret.

    but i dont have any error nor anything showing in my dynamic text!

    thanks in advance for the help!

  2. #2
    Senior Member Steven FN's Avatar
    Join Date
    Mar 2010
    Location
    CA, USA
    Posts
    276
    Hi, its hard to give any help with such little info. Can you post your current code for setting textfield to scoret, or anything more relevant? Code of the score increment?

    Anyone can assume how you have it setup, but it's easier to see your code and help from there.

  3. #3
    Member
    Join Date
    Aug 2012
    Posts
    55
    try _root.scoret = _root.scoret+ 10;

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