Search found 11 matches
- Tue Apr 01, 2008 7:07 pm
- Forum: Beginners Help
- Topic: Problem with code
- Replies: 10
- Views: 349
- Mon Mar 31, 2008 2:41 pm
- Forum: Beginners Help
- Topic: Problem with code
- Replies: 10
- Views: 349
- Mon Mar 31, 2008 1:44 pm
- Forum: Beginners Help
- Topic: Problem with code
- Replies: 10
- Views: 349
- Mon Mar 31, 2008 12:57 pm
- Forum: Beginners Help
- Topic: Problem with code
- Replies: 10
- Views: 349
Ive just followed the instructions from herehybrid wrote:Never include cpp files is a good hint.
Ive fixed the redefinition problem but still getting the others
- Sun Mar 30, 2008 10:27 pm
- Forum: Beginners Help
- Topic: Problem with code
- Replies: 10
- Views: 349
Problem with code
Im having ptobem with my code, and im getting these error. think its something to do with the class 1>------ Build started: Project: LoadIrrFile_vc8, Configuration: Debug Win32 ------ 1>Compiling... 1>main.cpp 1>c:\users\ollystac\desktop\irrlicht\include\masteventreceiver.cpp(36) : error C2011: 'Mas...
- Wed Nov 21, 2007 6:17 pm
- Forum: Beginners Help
- Topic: Health Bar
- Replies: 7
- Views: 317
- Tue Nov 20, 2007 10:40 pm
- Forum: Beginners Help
- Topic: Health Bar
- Replies: 7
- Views: 317
sorry here it is
Code: Select all
driver->draw2DRectangle(SColor(255,255,0,0), rect<s32>(10,10,health+10,20));
- Tue Nov 20, 2007 10:21 pm
- Forum: Beginners Help
- Topic: Health Bar
- Replies: 7
- Views: 317
Health Bar
Hi this is the code for my health bar but it isnt showing up, there arnt any errrors though. Can you please help? ICameraSceneNode* camera = 0; ISceneNode* node = 0; int health = 100; class MyEventReceiver : public IEventReceiver { public: virtual bool OnEvent(SEvent event) { if(node != 0 &&...
- Tue Nov 13, 2007 5:38 pm
- Forum: Beginners Help
- Topic: Sound
- Replies: 7
- Views: 338
Thankyou Last problem (i promise lol), i have an heart on my irredit map with a heartbeat sound but when i type the position on irrilicht that i got of the irredit map, it says the file exited and doesnt play the sound. I can only play the sound like a background sound but i want the effect is when ...
- Tue Nov 13, 2007 1:37 pm
- Forum: Beginners Help
- Topic: Sound
- Replies: 7
- Views: 338
- Tue Nov 13, 2007 11:04 am
- Forum: Beginners Help
- Topic: Sound
- Replies: 7
- Views: 338
Sound
Hello im a newbie and ive created a level on irredit for my college game and wondering how to incorperate sound into the level. for example when the craft an object with a sound.
Thankyou for your help
Thankyou for your help