Search found 2 matches

by Scyllinice
Mon May 25, 2009 5:30 pm
Forum: Beginners Help
Topic: Keypresses seem to never be released
Replies: 1
Views: 224

Keypresses seem to never be released

Hello,

It appears that when I press and release a key, it stays in the down state.

How do I make sure it registers as released?

I'm using the code in http://irrlicht.sourceforge.net/docu/example004.html as a base.
by Scyllinice
Tue Oct 14, 2008 3:40 am
Forum: Beginners Help
Topic: Correct way to fade in and out images
Replies: 1
Views: 450

Correct way to fade in and out images

Hello,

What is the correct way to fade in and out a series of images?

I've tried using addImage from the GUI, creating a fader, and then copying and pasting a loop that waits the fade timer and then ends. Then I have to clear the gui, recreate the fader, and repeat the process.

That seems clunky ...