Jump to content


Exquisious

Member Since 20 Jan 2009
Offline Last Active Yesterday, 08:09 PM

Posts I've Made

In Topic: Revolt - Official Graphics Thread (Credit Given!)

Yesterday, 05:16 PM

We are all still working very hard on this! Over the last two weeks, we have gotten in touch with some fantastic anime artists from Deviant Art. They were happy to lend us a hand with some concept art.

 

Behold Adriaan Marcius, REVOLT's main character!

 

 

 

lieutenent_adriaan_concept_art_by_vial_o

 


In Topic: View Following Cursor & Another Object?

12 May 2013 - 08:34 PM

 

 

Can you pm me the file? I'll see what the problem is. Its smooth when I test it on my file.

 

.gmk? Or .exe?

 

Nevermind, I was originally testing in GMS apparently it handles bit shifts (or view position) a little different... use this code instead: (Testing in 8.1)

 
var offset; offset = 40;
var xx; xx = median(x - view_wview[0] / 2 + (mouse_x - x) / 2, bbox_left - offset, bbox_right + offset - view_wview[0]);
var yy; yy = median(y - view_hview[0] / 2 + (mouse_y - y) / 2, bbox_top- offset, bbox_bottom + offset - view_hview[0]);
view_xview[0] = median(xx, 0, room_width - view_wview[0]);
view_yview[0] = median(yy, 0, room_height - view_hview[0]);

 

Works perfectly, thanks.


In Topic: View Following Cursor & Another Object?

12 May 2013 - 08:02 PM

Can you pm me the file? I'll see what the problem is. Its smooth when I test it on my file.

 

.gmk? Or .exe?


In Topic: View Following Cursor & Another Object?

12 May 2013 - 07:55 PM

It works perfectly for me... are your sprites centered? Also do not have the view follow any objects.

 

All my sprites are centered, and my view does not follow any objects.


In Topic: Require Sprites For My Game Will Pay For It!

12 May 2013 - 05:07 PM

I would highly suggest you move to deviantart to find people who do commission jobs. The GMC has some good artists, but if you want professional adults to help you out, I'd try deviantart first.