Adding easing transitions to Director class?

I’m tinkering around with the Director class for the first time (works like a charm, great module Ricardo!). I’m trying to implement the addition of “easing” effects by passing an argument to the “changeScene” function, but alas, no luck. It seems more like a syntax issue… Corona doesn’t really like or understand the passing of “transition=easing.outQuad” or similar as an argument, nor does it seem to like passing segments of it and parsing it together in the function.

Any ideas on this? Has anybody tried this and perhaps succeeded with it? Short of making a whole series of if-then statements with the “easing” parameter hard coded in, I have not yet succeeded. I even tried adding the easing parameter to the overall transition parameter table separately using table.insert (this does appear to be a table within the transition function, the same that contains the time of transition and other parameters you define). Corona spits back at this saying it’s a string, and it doesn’t like that! Ha ha.

Anyway, thoughts or ideas? It would be awesome to have some easing effects added to an already great module!

Brent
[import]uid: 9747 topic_id: 4811 reply_id: 304811[/import]

Guys, please write your questions at Director’s sub-forum. I don’t have too much time to answer and I really didn’t see most of the topics created for Director. I’m sorry for that and I will appreciate if you all could go to this link:

http://developer.anscamobile.com/forums/director-class [import]uid: 8556 topic_id: 4811 reply_id: 18691[/import]