A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: GetTime action

Hybrid View

  1. #1
    Member
    Join Date
    Jun 2000
    Posts
    74
    im trying to make a movie where the user makes an action and it gets the time starting at that specific point.

  2. #2
    ActionScript.org
    Join Date
    Aug 2000
    Posts
    1,030
    huh? you mean you want to be able to use GetTimer but only have it count back to when the user clicked a button?

    Well if this is what you mean all you have to do is, when they click the button, set a variable 'time' to GetTimer, then, when you want to show the time do:

    Int ((Getimer - time ) / 1000 )

    Hope this helps

    Cheers

    Jesse

  3. #3
    Member
    Join Date
    Jun 2000
    Posts
    74
    oh, that is so simple!! i need to put my thinking cap on!!

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