Well.. i did all the script, it's cactching the space key.. my problem, is that the player, just get up 10 Y instantly.. =/
I guess i need some acceleration script =X
There's my actual code:
vector3df pos = camera->getPosition();
pos.Y += 10;
camera->setPosition(pos);
return true;
I hope you help me =D
And sry for my bad english =X
cya