kritivasas / minibuilder

Automatically exported from code.google.com/p/minibuilder
0 stars 0 forks source link

required transition class in project.. what is alternative? #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hello!

i m making a snooker game and for that i need transition class for tweening and 
that is not available in minibuilder framework please tell me alternative way 
for tweening. and also send some external classes for physics function used in 
this

Original issue reported on code.google.com by medmat...@gmail.com on 13 Jul 2010 at 9:50

GoogleCodeExporter commented 9 years ago
Minibuilder does not feature a framework of it's own. It provides help for 2 
alternate frameworks, ASWing and Flex, both have some animation utilities. 
Check their respective documentations.

For an ActionScript project that doen't use any of the 2 above, you can use, 
for example, the popular Caurina Tweener:

http://code.google.com/p/tweener/

or write a better one :D

Original comment by victor.dramba on 13 Jul 2010 at 9:56