Increase Message Window Pause Sign Animation Speed

 Nova

Veteran
Veteran
Joined
Feb 8, 2015
Messages
163
Reaction score
136
The pause sign in the message window is waaaay to slow... I'm requesting a snippet to speed it up. I'm talking about this little guy: 


Thanks in advance :)
 
Last edited by a moderator:

Sky Usanin

deleted
Veteran
Joined
Jun 5, 2015
Messages
115
Reaction score
14
First Language
Unknown
Primarily Uses
N/A
Well, I guess you'll have to deal directly with the RTP File of the Windowscreen and move that arrow a bit, so it looks like the animation is faster. (I would do it myself, but it's not working since I can't remove the background correctly)
 

nio kasgami

VampCat
Veteran
Joined
May 21, 2013
Messages
8,949
Reaction score
3,042
First Language
French
Primarily Uses
RMMV
in simple you want the arrow speed to be more faster? 

you know your title is not really clear >_> ?

and it's impossible to change arrow in a way :/
 
Last edited by a moderator:

 Nova

Veteran
Veteran
Joined
Feb 8, 2015
Messages
163
Reaction score
136
No, I just want the animation to play faster :p
 

Sky Usanin

deleted
Veteran
Joined
Jun 5, 2015
Messages
115
Reaction score
14
First Language
Unknown
Primarily Uses
N/A
Last edited by a moderator:

 Nova

Veteran
Veteran
Joined
Feb 8, 2015
Messages
163
Reaction score
136
Well, no, because the animation will still play at the same speed. I'm looking to increase that speed.
 

nio kasgami

VampCat
Veteran
Joined
May 21, 2013
Messages
8,949
Reaction score
3,042
First Language
French
Primarily Uses
RMMV
and I said you can't it's innacessible it's made in the built_in_class section the place we don't have access :/
 

Engr. Adiktuzmiko

Chemical Engineer, Game Developer, Using BlinkBoy'
Veteran
Joined
May 15, 2012
Messages
14,682
Reaction score
3,003
First Language
Tagalog
Primarily Uses
RMVXA
You could always just remove the arrow from the skin then use a custom system to show a custom arrow. XD
 

Yato

(aka Racheal)
Veteran
Joined
Mar 17, 2012
Messages
825
Reaction score
346
Primarily Uses
You could always just remove the arrow from the skin then use a custom system to show a custom arrow. XD
For example, with a little editing, the script I made to move the pause graphic should also easily be able to change the speed of it.http://forums.rpgmakerweb.com/index.php?/topic/19856-relocated-pause-graphic/

The part to pay attention to is this bit:

Code:
  #--------------------------------------------------------------------------  # * Frame Update  #--------------------------------------------------------------------------  def update_pause_sprite    frame = Graphics.frame_count % 60 / 15    @pause_sprite.src_rect.x = 96 + 16 * (frame % 2)    @pause_sprite.src_rect.y = 64 + 16 * (frame / 2)  end
In the script, I set it to change frames every 15 frames (1/4 of a second). You could, for example, change it to be
Code:
frame = Graphics.frame_count % 40 / 10
This would update the pause graphic every 10 frames or 1/6 of a second.
 

 Nova

Veteran
Veteran
Joined
Feb 8, 2015
Messages
163
Reaction score
136
Thanks, that actually worked. I just set it to "20 / 5" and I got the desired speed.
 

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

Latest Threads

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,078
Members
137,580
Latest member
Snavi
Top