Search found 11 matches

by Vintige
Tue Apr 01, 2008 7:07 pm
Forum: Beginners Help
Topic: Problem with code
Replies: 10
Views: 349

bump
by Vintige
Mon Mar 31, 2008 2:41 pm
Forum: Beginners Help
Topic: Problem with code
Replies: 10
Views: 349

OMG im useless lol :oops:
Thanks for that mate :)
by Vintige
Mon Mar 31, 2008 1:44 pm
Forum: Beginners Help
Topic: Problem with code
Replies: 10
Views: 349

CuteAlien wrote:It's MastEventReceiver not MastEventReciever.
I know its just i spelt it wrong when i saved the class
by Vintige
Mon Mar 31, 2008 12:57 pm
Forum: Beginners Help
Topic: Problem with code
Replies: 10
Views: 349

hybrid wrote:Never include cpp files is a good hint.
Ive just followed the instructions from here
Ive fixed the redefinition problem but still getting the others
by Vintige
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...
by Vintige
Wed Nov 21, 2007 6:17 pm
Forum: Beginners Help
Topic: Health Bar
Replies: 7
Views: 317

Thankyou. Ive put the function after smgr->drawAll() and i can now see the health bar but it doesnt do nothing when i press A and S :x
by Vintige
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));
by Vintige
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 &&...
by Vintige
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 ...
by Vintige
Tue Nov 13, 2007 1:37 pm
Forum: Beginners Help
Topic: Sound
Replies: 7
Views: 338

Thankyou for your help. ive loaded an irrklang sound into irredit and put the irrklang header into irrilicht. the sound isnt loading yet though, is there anything else i have to do.
Thankyou
by Vintige
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