I have this character now , that i got to move around with the keyboard ... YAY.
I would like to add an animation now, is there an easy way of doing this ?
I thought i'd load a few new image's and just switch them with the old image when u push a button, is that possible? And how is it possible ...
Search found 9 matches
- Wed Jun 22, 2005 10:29 am
- Forum: Beginners Help
- Topic: 2d character animation
- Replies: 3
- Views: 394
- Mon Jun 20, 2005 2:34 pm
- Forum: Project Announcements
- Topic: Enzys Screenshots
- Replies: 12
- Views: 2514
great
That's very nice indeed !
keep up the good work
Did u make that map editor ?
keep up the good work
Did u make that map editor ?
- Sat Jun 18, 2005 5:55 pm
- Forum: Beginners Help
- Topic: eventReciever
- Replies: 1
- Views: 339
eventReciever
Hi,
i want to check if the left button is pressed , and when its pressed down i want a text to appear. Now this is the small piece of code :
class MyEventReceiver : public IEventReceiver
{
public:
virtual bool OnEvent(SEvent event) {
if (event.MouseInput.Event == EMIE_LMOUSE_PRESSED_DOWN ...
i want to check if the left button is pressed , and when its pressed down i want a text to appear. Now this is the small piece of code :
class MyEventReceiver : public IEventReceiver
{
public:
virtual bool OnEvent(SEvent event) {
if (event.MouseInput.Event == EMIE_LMOUSE_PRESSED_DOWN ...
- Sat Jun 18, 2005 1:20 pm
- Forum: Beginners Help
- Topic: Draw 2d thing
- Replies: 0
- Views: 226
Draw 2d thing
Hi , so i did the 2d tutorial , but i was kinda confused , because when u load a 2d image and then u create a rectangle to put a piece of the image inside the rectangle, the tutorial didn't explain how u should locate it on the image. Its hard to explain.
I mean:
core::rect<s32> piraat(25,20,70,100 ...
I mean:
core::rect<s32> piraat(25,20,70,100 ...
- Fri Jun 17, 2005 6:54 pm
- Forum: Beginners Help
- Topic: Load a 2d map
- Replies: 2
- Views: 364
- Fri Jun 17, 2005 3:00 pm
- Forum: Beginners Help
- Topic: Load a 2d map
- Replies: 2
- Views: 364
Load a 2d map
Hi ,
I'm still playing around with the engine, and i was wondering...
Is it possible to load a 2d map. I mean from what i know (2d tutorial on this site :D) u have to make a map and save it as a project or at least as source code. Well i might want to write a small map editor wich can save the maps ...
I'm still playing around with the engine, and i was wondering...
Is it possible to load a 2d map. I mean from what i know (2d tutorial on this site :D) u have to make a map and save it as a project or at least as source code. Well i might want to write a small map editor wich can save the maps ...
- Fri Jun 17, 2005 2:56 pm
- Forum: Beginners Help
- Topic: Dev c++ problem
- Replies: 9
- Views: 976
- Sat Jun 11, 2005 6:11 pm
- Forum: Beginners Help
- Topic: Dev c++ problem
- Replies: 9
- Views: 976
- Sat Jun 11, 2005 6:04 pm
- Forum: Beginners Help
- Topic: Dev c++ problem
- Replies: 9
- Views: 976
Dev c++ problem
I have a problem with the dev c++ compiler.
From the moment i run a project in dev c++. The project starts and immediatly stops again. I think it has something todo with the library files , cause in the tutorial "using irrlicht with dev c++" it says that u should add 3 files to "linker" in dev c ...
From the moment i run a project in dev c++. The project starts and immediatly stops again. I think it has something todo with the library files , cause in the tutorial "using irrlicht with dev c++" it says that u should add 3 files to "linker" in dev c ...