Search found 25 matches

by neppyweb
Sat Mar 17, 2007 5:56 am
Forum: Beginners Help
Topic: I have troblem with MagicLibrary
Replies: 1
Views: 165

Ok, now I can solve the this troblem but another problem occur

the video don't draw to the screen.

-*- Can you help me
by neppyweb
Sat Mar 17, 2007 4:48 am
Forum: Beginners Help
Topic: I have troblem with MagicLibrary
Replies: 1
Views: 165

I have troblem with MagicLibrary

I don't know why but it's ocuur that my smgr can't handle value. ITexture* movTxtr = driver->addTexture(dimension2d<s32>(800,600),"",ECF_A8R8G8B8); smgr->addCameraSceneNode(0,vector3df(0,0,-30),vector3df(0,0,0));<-------------error occur here f32 U = (f32)movie->MovieWidth() / (f32)Texture...
by neppyweb
Fri Mar 16, 2007 4:46 am
Forum: Beginners Help
Topic: Plz help me : How to import video to the game
Replies: 3
Views: 306

Thank you very much

But when I read Documentation It does not tell how to use.

Can you tutorial me?
by neppyweb
Thu Mar 15, 2007 1:54 pm
Forum: Beginners Help
Topic: Plz help me : How to import video to the game
Replies: 3
Views: 306

Plz help me : How to import video to the game

Are there any methods to play video file before game start without using "MagicLibrary" because I have error when use it.

Thank you very much.
by neppyweb
Wed Feb 14, 2007 4:10 pm
Forum: Beginners Help
Topic: R6025 Error Plz help me
Replies: 9
Views: 470

so I should combine the libraries?
by neppyweb
Wed Feb 14, 2007 8:36 am
Forum: Beginners Help
Topic: R6025 Error Plz help me
Replies: 9
Views: 470

I try but It does not work it sill appear
by neppyweb
Wed Feb 14, 2007 7:25 am
Forum: Beginners Help
Topic: R6025 Error Plz help me
Replies: 9
Views: 470

R6025 Error Plz help me

When I complie program it show this arguement

"R6025 - Pure virtual function call"

How can I solve this error

Pleae help me.

Thx a million.
by neppyweb
Wed Jan 31, 2007 8:15 am
Forum: Beginners Help
Topic: Stupid question??? Please help
Replies: 3
Views: 189

Stupid question??? Please help

I have this in declaration private: scene::ISceneNode* Terrain; public: /* MyEventReceiver(scene::ISceneNode* terrain) { // store pointer to terrain so we can change its drawing mode Terrain = terrain; }*/ This is for use key to move character virtual bool OnEvent(SEvent event) { // check if user p...
by neppyweb
Mon Jan 22, 2007 6:40 am
Forum: Beginners Help
Topic: Problem about Tutorial 5
Replies: 0
Views: 105

Problem about Tutorial 5

In tutorial 5
I don't know why when I click the button, it don't have any action....

I don't know the reason...
by neppyweb
Wed Jan 17, 2007 6:46 am
Forum: Beginners Help
Topic: how to link video with program
Replies: 1
Views: 145

how to link video with program

If i want to start the title video before start the game..
how can I import or link it together?

Thank you
by neppyweb
Thu Dec 28, 2006 2:17 am
Forum: Beginners Help
Topic: I need help about button
Replies: 2
Views: 144

Thank you for your kindness
by neppyweb
Thu Dec 28, 2006 2:15 am
Forum: Beginners Help
Topic: Can you tell me the clear screen command
Replies: 6
Views: 699

Thank you

Thank you very much ^-^
by neppyweb
Thu Dec 28, 2006 2:14 am
Forum: Beginners Help
Topic: Can you tell me the clear screen command
Replies: 6
Views: 699

Thank you very much ^-^
by neppyweb
Wed Dec 27, 2006 6:03 pm
Forum: Beginners Help
Topic: I need help about button
Replies: 2
Views: 144

I need help about button

I have an Idea to modify the tutorial 12 to function and use the button from tutorial 5 to call that function but the trouble is occured. For easy to think, When program run tutorial 5 successful the buttons will appear. Next when I click at button "New Game" the program will call function...
by neppyweb
Mon Dec 25, 2006 5:08 am
Forum: Beginners Help
Topic: Can you tell me the clear screen command
Replies: 6
Views: 699

Can you tell me the clear screen command

When I want to change the screen.. how can I clear the screen:?:

Thank you sir..