Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Meagan's Particles' speed
#2
Slow down the way the animation is played? Well, I never thought anyone would want that. I guess a revision may call upon that.... but that's gonna be tough. In the meantime, I have a line of code to add to both 'Spriteset_Map' and 'Spriteset_Battle'. Need to add it to both, right?

Within the update method of both scripts mentioned above, you have a comment that reads [color=green#Perform the original call[/color]. That's kinda how I like to word the aliased 'original' method. Place the line of code shown below above this comment:

Code:
Graphics.update if @particles != []

This will make the system slow down 1 frame every time it updates... but only if particles are shown. The caveat is that all other actions are slowed down that same 1 frame at the same time.

The thing is, it does not rely on using Graphics.update to set a timer, thus the fluid speed of the animation. Unfortunately, that also prevents much in lieu of slowing down the animation except in how you add it in the event code. Like how you see a @wait_count script call to make a delay in an event's animation reaction.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

}


Messages In This Thread
Meagan's Particles' speed - by Raou - 03-27-2015, 05:56 PM
RE: Meagan's Particles' speed - by DerVVulfman - 03-28-2015, 04:25 AM
RE: Meagan's Particles' speed - by Raou - 03-28-2015, 01:35 PM
RE: Meagan's Particles' speed - by DerVVulfman - 03-29-2015, 06:32 PM
RE: Meagan's Particles' speed - by Raou - 04-01-2015, 03:56 AM
RE: Meagan's Particles' speed - by DerVVulfman - 04-01-2015, 04:00 AM
RE: Meagan's Particles' speed - by Raou - 04-01-2015, 03:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Possible means to speed up Bitmap TONE code? DerVVulfman 7 1,685 06-11-2023, 08:22 PM
Last Post: kyonides
   Permanently modifying move speed Keeroh 5 8,541 05-24-2017, 05:47 AM
Last Post: DerVVulfman
   Pixelmovement and speed ark 2 5,011 05-31-2010, 05:51 PM
Last Post: ark



Users browsing this thread: