Search found 13 matches

by wizecoder
Fri Feb 01, 2008 11:42 pm
Forum: Beginners Help
Topic: Longer jumping
Replies: 13
Views: 618

sorry if this doesn't work at all i have not looked into this at all and i am still a novice programmer but you could possibly try this basic setup. first set up a collision system with the floor and the camera, then make an if statement so if the camera is on the ground and you press space it runs ...
by wizecoder
Fri Jan 25, 2008 5:56 pm
Forum: Beginners Help
Topic: Snake game
Replies: 8
Views: 1777

You may be able to find your answer here :D
by wizecoder
Fri Jan 25, 2008 4:34 am
Forum: Beginners Help
Topic: can't get textures to load
Replies: 9
Views: 316

Could you show us the basic layout of your project because you might be pointing to the wrong location.
by wizecoder
Tue Jan 22, 2008 3:27 am
Forum: Beginners Help
Topic: smaller image movements
Replies: 4
Views: 375

Thanks it worked and now i have a Pong game made only with irrlicht. REALLY appreciate the help :D :D :D .
by wizecoder
Sat Jan 19, 2008 4:46 am
Forum: Beginners Help
Topic: Controling a character
Replies: 21
Views: 1184

Mysterio do you mean put a character together in a irredit scene and then be able to control it with mouse and keyboard movement?
by wizecoder
Fri Jan 18, 2008 6:53 am
Forum: Beginners Help
Topic: smaller image movements
Replies: 4
Views: 375

smaller image movements

Hi I am wanting to make a 2d game but draw2dimage only allows the s32 value for position2d, is there any way to do smaller movements. :?
by wizecoder
Wed Jan 16, 2008 6:26 pm
Forum: Off-topic
Topic: Who is everybody?
Replies: 358
Views: 495002

Name: Aengus
Age: 13
Location: Hawaii
I have been programming for about a year with c++ and before that i was fiddling with some gamemakers and level editors such as the elder scrolls construction set.
by wizecoder
Tue Jan 15, 2008 7:34 am
Forum: Beginners Help
Topic: confusing no error problem
Replies: 11
Views: 504

Wow thanks acki it works and sorry for the noob mistakes i am trying to learn. :cry:
by wizecoder
Tue Jan 15, 2008 12:33 am
Forum: Beginners Help
Topic: confusing no error problem
Replies: 11
Views: 504

confusing no error problem

I am trying to make a pong game but when i run this code there is a problem, there are no build or debug errors but when it starts to run there is just a window that sets the background to whatever is behind it, there is supposed to be a simple paddle on the screen. PLEASE HELP. here is my code: //t...
by wizecoder
Fri Jan 11, 2008 5:36 pm
Forum: Beginners Help
Topic: Help with exceptions
Replies: 6
Views: 310

do you understand why it didnt work before
Well I am not totally sure what happened but when I moved

Code: Select all

PADDLE1* p1
out of main and put it into the code it said it was not initialized properly or something like that.
by wizecoder
Fri Jan 11, 2008 3:50 am
Forum: Beginners Help
Topic: Help with exceptions
Replies: 6
Views: 310

got it working, just got rid of the struct and did something else.
by wizecoder
Fri Jan 11, 2008 12:31 am
Forum: Beginners Help
Topic: Help with exceptions
Replies: 6
Views: 310

Help with exceptions

Hi I am working on a 2d pong game with irrlicht and visual studio 2008, i do not have any debugging errors but when it is done debugging and starts running in the output box it shows this: Unhandled exception at 0x00411613 in Irrlicht Pong.exe: 0xC0000005: Access violation writing location 0x0000000...
by wizecoder
Thu Jan 03, 2008 9:42 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Irrlicht basics tutorial [Note: HUGE POST]
Replies: 69
Views: 86102

Hi I am new to irrlicht and was using your tutorial. I finished lesson 3 but when i run the program it only shows a black screen until i press A,S,W or D and after that it only shows a totally blue screen. please help me see the cube, here is my code so far copied and pasted to be sure. #include <Ir...