freem-trg / eaze-tween

Automatically exported from code.google.com/p/eaze-tween
0 stars 0 forks source link

onUpdate and onComplete don't work if in a certain order #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

I was using this syntax:

eaze(target)
  .onUpdate(update)
  .to(1, {x:20});

But my update function was not being called. As soon as I switched the 
onUpdate to after the to(), the update function was called.

What is the expected output?

onUpdate() should be called regardless of the ordering with respect to 
to().

What version of the product are you using? On what operating system?

0.67 on Windows 7 64-bit.

Original issue reported on code.google.com by bmj...@gmail.com on 23 Feb 2010 at 5:54

GoogleCodeExporter commented 9 years ago
Fixed in r70

Original comment by philippe...@gmail.com on 23 Feb 2010 at 11:04