Jump to content


Tomaska

Member Since 19 May 2007
Offline Last Active Apr 28 2011 04:46 PM

Topics I've Started

Move To The Nearest Object?

01 December 2009 - 05:00 PM

How would I make my object called '1' follow the nearest instance of another object called '2'?

Any help would be greatly appreciated.
Thanks
-Tom

Request: Zombie Sprites For Fps

19 November 2009 - 03:43 PM

Hey!

I am requesting sprites for a First Person Shooter game, they need to be of zombies, size: 64x64
Arcade Style,
3d looking

Thanks
-Tom

Club Stick

10 October 2009 - 02:01 PM

Im making a club penguin fan game, NO, its not online YET, and NO, it doesn't have collisions! But I do have basic dpad movement, and you click on the arrow to the firing range (The shop doesn't work as of yet, wait till' v0.0.3)! The firing range is pretty awesome! We also need YOU to make fan art, questions for Mr.Stick and jokes! Leave replys below with them! Thx!

I'm gonna say this once, because at the moment it is a VERY EARLY PROTOTYPE!!! So DO NOT flame!

Anyhow, heres the link:

<link to Flash game removed>

Whats New:

Coffee Shop

Yes! The Coffee Shop is now OPEN FOR BUISNESS!
Read the Coffee Shop section in the Newspaper for more information!
I also have another picture of the secret area to show you!

It will be accesible to all who can find it during the halloween party, and there on after!

Until Next Time,
Bye!

3d Model Code Not Working? *unsolved*

05 August 2009 - 01:59 PM

I  have made a model, and am using these codes:

Create:
global.model_BOD = d3d_model_create();

d3d_model_load(global.model_BOD,'BOD.gmmod');



Draw:
draw_set_color(c_white);

d3d_model_draw(global.model_BOD,argument0,argument
1,argument2,-1);


I have done this (By now you would have realised that my model name is: BOD) 2 times (changin the BOD to the name of my models, obviusly) in the same game and it has worked, but suddenly, after using the BOD model, I got this error:

EDIT:

By arguments I refer to the x1,y1,x2,y1,z values!



___________________________________________
ERROR in
action number 1
of Draw Event
for object Box:

Error in code at line 5:
   d3d_model_draw(global.model_BOD,argument0,argument
1,argument2,-1);

at position 24: Unknown variable model_BOD


I have tried changing the name of BOD to box or cube, but it doesn't work? (BOD is a model of a cube, I made a model instead of doing: d3d_draw_block or whatever it is, as I HATE configuring the arguments!)

3d Model Point In The Direction Of...

01 August 2009 - 06:35 PM

How can I make my 3D model point towards the direction that it is moving in?  :lol:

Thanks in advance

Edit:
Reported? Why is this reported?