A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: from flash 5 to 8 (publish help!)

  1. #1
    _One of a Kind_ j.manfogle's Avatar
    Join Date
    Aug 2005
    Location
    Philippines/usa
    Posts
    198

    from flash 5 to 8 (publish help!)

    well i have this code:
    _root.pathtime = getTimer()-game.pathTime add " ms";

    it works great when i export in flash 5 but i just got flash 8 and now it says somethings wrong when i try to preview it!?

    Any help would be really appreciated!
    Fogle

  2. #2
    Senior Member tonypa's Avatar
    Join Date
    Jul 2001
    Location
    Estonia
    Posts
    8,223
    Flash8 doesnt support "add", change it to "+":
    _root.pathtime = getTimer()-game.pathTime + " ms";

  3. #3
    _One of a Kind_ j.manfogle's Avatar
    Join Date
    Aug 2005
    Location
    Philippines/usa
    Posts
    198
    o ok thanks a ton Tonypa!!!
    Fogle

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