katshuwa1 {l Wrote}:I wanted to pop up words instead of say 'gift boxes' so kids could learn few short words while playing the game. If I wanted to implement this, my question is where do I start?
I actually had a kind of 'trivia' mode in mind (for later): you could show a picture at a certain place in a track. Then you divide the finishing line into (say) three sections (left, middle, right), and you add one word on top of each of the section. Then you have to drive through the right section of the finishing line. This might achieve more or less what you want, but would be more programming effort.
To add a word on top of item boxes, look at irrlicht's billboard scene node (e.g. I moved support for this to kart.cpp in r11284).
Cheers,
Joerg