Level selector 3D?

Hello! again community!,i need help one more time…I want to make a level selector with 3d elements(for example a sphere and when you pass the cursor over the sphere make a animation),in fact i saw some videos and they used a Green background but the result i dont like so much…
There is other way,any ideas?

Get you Controller → Set Enable Mouse Over Events and Set Show Mouse Cursor.

Override the OnBeginCursorOver and OnEndCursorOver. And at this point you are on your own =) Do what ever you like with the Object you Hover. There are also Click events avaivable. Animation can come from the Model or from Sequencer thats also up to you (Well Documented, Tutorials avaivable on Youtube).

Good luck mate.

Thanx so much ^_^!