A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: Help with StopWatches in Flash

Threaded View

  1. #3
    Senior Member TeroLebe's Avatar
    Join Date
    Mar 2003
    Location
    Lahti, Finland
    Posts
    302
    Quote Originally Posted by Gloo pot
    Ooo i just learnt how to use tellTaget... You should ahve just looked at the help file sbut oh well... here is how to do it
    so you learnt it... ok, but don't get use to it
    Quote Originally Posted by Macromedia
    tellTarget()
    Deprecated since Flash Player 5. Macromedia recommends that you use dot (.) notation and the with statement.
    use instead:

    Code:
    if (Key.isDown(Key.SPACE)) {
       _parent.clock.stop();
    }
    Last edited by TeroLebe; 10-26-2005 at 02:37 PM.

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