Hi,

Here is my project: http://www.youtube.com/watch?v=86V15cr6r8E

I need to launch each fruit in a right time like fruit ninja. However, when I add them in the main.qml file, I can't connect them with main.qml. Because for example, when I want to use id: rootapple which is in Apple.qml, rootapple can't be used in main.qml. It means, I can't reach any of animation in Apple.qml with if else conditions of main.qml file.

It doens't work also with a JS file. I try a lots of way to do this, but I couldn't.

All ideas are welcome.