Show
Ignore:
Timestamp:
03/12/08 03:12:06 (5 years ago)
Author:
gyuque
Message:

tinyaction: implemented [int]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/actionscript/tinyaction/CharCtrl3.as

    r7821 r7822  
    1919                        data.speed = Math.random() + 3.0; 
    2020 
    21                 data.vy = data.speed + Math.sin(data.count)*3 - 0.8 + Math.cos(data.count * 1.5 + data.speed); 
     21                data.vy = data.speed + Math.sin(data.count)*3 - 0.8 + Math.cos(data.count * data.speed + 0.2); 
    2222                data.vx = Math.sin(data.count)*data.speed + Math.cos(data.count * 1.3)*5; 
    2323