Character Movement -- Hugs/Staggering?

captainproton

Dangerously Nifty
Veteran
Joined
Dec 20, 2013
Messages
1,276
Reaction score
570
First Language
english
Primarily Uses
I don't know if this particular question has already been asked.

I noticed that when you set a character to move, they move according to a grid, that is, one space at a time. 

So, here's my question:

Is it possible to have chars move a half-space?  Like, If I wanted two characters to move slightly forwards towards each other, as if embracing?  Or, having a single character move slightly back and forth as if staggering?
 

Archeia

Level 99 Demi-fiend
Developer
Joined
Mar 1, 2012
Messages
15,141
Reaction score
15,473
First Language
Filipino
Primarily Uses
RMMZ
Script call this (more reference here):

Events refer to map events and player is well player.

Code:
# Move Events and players by fractional squares# ----------------------------------------------$game_map.events[ID].moveto(x, y)$game_player.moveto(x, y) # Example of fractional squares$game_map.events[1].moveto(0, 5.5)$game_player.moveto(7.5, 3)end
 
Last edited by a moderator:

captainproton

Dangerously Nifty
Veteran
Joined
Dec 20, 2013
Messages
1,276
Reaction score
570
First Language
english
Primarily Uses
Script call this (more reference here):

Events refer to map events and player is well player.

Code:
# Move Events and players by fractional squares# ----------------------------------------------$game_map.events[ID].moveto(x, y)$game_player.moveto(x, y) # Example of fractional squares$game_map.events[1].moveto(0, 5.5)$game_player.moveto(7.5, 3)end
I tried this one, and it just made the character appear in the new position, rather than walking to the new position.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

People3_5 and People3_8 added!

so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most. :kaojoy:
Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.

Forum statistics

Threads
105,868
Messages
1,017,085
Members
137,583
Latest member
write2dgray
Top