thegooglecodearchive / los-cocos

Automatically exported from code.google.com/p/los-cocos
0 stars 0 forks source link

have transitions working #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
implement transitions in cocos 0.3 using actions.

we have actions working in scenes, but the transition functionality is not
implemented.

discus how to implement them.

Original issue reported on code.google.com by ricardoq...@gmail.com on 26 Apr 2008 at 2:34

GoogleCodeExporter commented 9 years ago

Original comment by ricardoq...@gmail.com on 26 Apr 2008 at 2:36

GoogleCodeExporter commented 9 years ago
for this we need the ability to compose effect actions, like have one effect 
that
moves the vertex and one effect that changes the opacity. can this be done?

Original comment by lucio.to...@gmail.com on 26 Apr 2008 at 9:07

GoogleCodeExporter commented 9 years ago
yes, with the ReuseGrid() action.
But you can't mix effects that both modifies the vertex... well, you can, but 
the
behavior is unknown.

Original comment by ricardoq...@gmail.com on 26 Apr 2008 at 9:21

GoogleCodeExporter commented 9 years ago
fixed. rev #510

Original comment by ricardoq...@gmail.com on 29 Apr 2008 at 2:36