Rotation problem

Game Editor comments and discussion.

Rotation problem

Postby assasin956 » Tue Jul 31, 2012 12:19 pm

Hi, I'm making shooting game but i have problem with rotating hands of my character.They should point mouse but they don't.
Attachments
test.zip
ok, now with everything.
(183.04 KiB) Downloaded 100 times
Last edited by assasin956 on Wed Aug 01, 2012 11:24 am, edited 2 times in total.
assasin956
 
Posts: 3
Joined: Tue Jul 31, 2012 8:50 am
Score: 0 Give a positive score

Re: Rotation problem

Postby AliceXIII » Tue Jul 31, 2012 9:52 pm

without the data folder we can't get the hands to rotate because said hands don't exist, because we don' have your images :)
"Taking a breath of fresh air."
User avatar
AliceXIII
 
Posts: 325
Joined: Fri Sep 17, 2010 2:36 am
Location: victoria, texas
Score: 37 Give a positive score

Re: Rotation problem

Postby assasin956 » Fri Aug 03, 2012 6:35 pm

anyone??
:?:
assasin956
 
Posts: 3
Joined: Tue Jul 31, 2012 8:50 am
Score: 0 Give a positive score

Re: Rotation problem

Postby SuperSonic » Fri Aug 03, 2012 7:07 pm

Replace the draw actor code with this:
Code: Select all
angle=direction(x, y, xmouse+view.x, ymouse+view.y);
animpos=angle/360*nframes;
:wink:
A tree never hits an automobile except in self-defence.

Want to use your joystick or controller with Game Editor? Check out my controller engine =D
User avatar
SuperSonic
 
Posts: 1443
Joined: Fri Sep 24, 2010 9:24 pm
Location: Anywhere
Score: 72 Give a positive score

Re: Rotation problem

Postby friedfish » Fri Aug 03, 2012 7:08 pm

change the x and y into xscreen and yxcreen...

here:
Code: Select all
angle=direction(xscreen, yscreen, xmouse, ymouse); //test angle
animpos=angle/360*nframes;
User avatar
friedfish
 
Posts: 75
Joined: Wed Mar 14, 2012 2:31 pm
Location: UK
Score: 7 Give a positive score

Re: Rotation problem

Postby assasin956 » Sat Aug 04, 2012 9:37 am

thanks, now is working :D
assasin956
 
Posts: 3
Joined: Tue Jul 31, 2012 8:50 am
Score: 0 Give a positive score


Return to GE - General

Who is online

Users browsing this forum: No registered users and 1 guest