changeset 13690 | 09ea1faf97ca |
parent 13648 | 690cc84e9fd6 |
child 13774 | e874bfe563c7 |
13689:739fd039daaa | 13690:09ea1faf97ca |
---|---|
292 |
292 |
293 if circleFrame > -1 then |
293 if circleFrame > -1 then |
294 for i = 0, #hhs do |
294 for i = 0, #hhs do |
295 if circles[hhs[i]] ~= nil and hhs[i]~= nil then |
295 if circles[hhs[i]] ~= nil and hhs[i]~= nil then |
296 hhx, hhy = GetGearPosition(hhs[i]) |
296 hhx, hhy = GetGearPosition(hhs[i]) |
297 X, Y, dX, dY, Angle, Frame, FrameTicks, State, Timer, Tint = GetVisualGearValues(circles[hhs[i]]) |
297 SetVisualGearValues(circles[hhs[i]], hhx + 1, hhy - 3, 0, 0, 0, 0, 0, 40 - (circleFrame % 25)) |
298 SetVisualGearValues(circles[hhs[i]], hhx + 1, hhy - 3, 0, 0, 0, 0, 0, 40 - (circleFrame % 25), Timer, Tint) |
|
299 end |
298 end |
300 end |
299 end |
301 |
300 |
302 circleFrame = circleFrame + 0.06 |
301 circleFrame = circleFrame + 0.06 |
303 |
302 |