Page 1 of 1

A Little Animation: Flying The Notes

Posted: Wed Mar 13, 2013 4:34 am
by endernafi
Hello Dear LiveCoders,

I'm building an animated story for pre-school children, it's almost finished.
There's a party at the end of story
and during the music I wanted to fly some notes around.
Well, I've managed to some point:
notesFly.zip
(23.69 KiB) Downloaded 323 times
First,
you can use my code freely;
if it helps any of you, I'll be just glad.

Second,
the performance is not very good indeed;
every now and then the flying notes seem to lag and flicker; on desktop and device.
Any insights to tune up the performance, to make it flow smoothly?

Best,

~ Ender Nafi

_______________________

P.S.: I sense that this is becoming my thing 8)
I mean, posting some code and demanding any improvements...
It's not a bad thing, right?
Is it trying to cut the corner or anything?
Hope not :oops:

Re: A Little Animation: Flying The Notes

Posted: Wed Mar 13, 2013 12:49 pm
by jmburnod
Hi Ender,
I'm building an animated story for pre-school children, it's almost finished.
I like the end and i'm impatient to see the whole story
I just have a look at the "flyTheNotes" pending message.

Is possible to add point to the point of grc "path_r…" ?. Sometimes there is a distance 2 or 3 pixels between two points

Best

Jean-Marc

Re: A Little Animation: Flying The Notes

Posted: Fri Mar 15, 2013 5:31 pm
by endernafi
Hi Jean-Marc,

Sorry for the late reply :oops:
I'll think a solution about the problem you mentioned.

And about the story;
unfortunately it's only in Turkish, for now.
I'm desperately looking for native English voice-over artists.
Although there are many talented artists,
I couldn't find one whose voice-over satisfied us.


Best,

~ Ender Nafi

Re: A Little Animation: Flying The Notes

Posted: Sat Apr 06, 2013 9:15 am
by jmburnod
Hi Ender,
I found a useful stack of Bernd to get the intermediate points of a polygon
http://forums.runrev.com/phpBB2/viewtop ... pse#p23366
Kind regards
Jean-Marc

Re: A Little Animation: Flying The Notes

Posted: Mon Apr 08, 2013 4:09 pm
by endernafi
Hi Jean-Marc,

Thanks for posting that link, it's an excellent code.
But is there any relevance with the above stack?
I mean, could it help to improve the performance?
If it can, I couldn't figure out how.
{IQ Deficiency Syndrome :oops: }


Anyway, thanks again 8)

Best,

~ Ender Nafi

Re: A Little Animation: Flying The Notes

Posted: Mon Apr 08, 2013 4:31 pm
by jmburnod
Hi Ender,
But is there any relevance with the above stack?
Yes Sir. To get the intermediate points between two points and get a smoothly move :D
All the best
Jean-Marc

Re: A Little Animation: Flying The Notes

Posted: Mon Apr 08, 2013 4:46 pm
by endernafi
Aha, that's it 8)

Thank you Jean-Marc,
I'll start to work for implementing it, right away.


Best,

~ Ender Nafi