Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

[SOLVED] Animation issue with Picture Manager MZ Locked

A topic by Mado created Nov 04, 2025 Views: 203 Replies: 2
This topic was locked by Hakuen Studio Dec 04, 2025
Viewing posts 1 to 3
(2 edits)

Hi there! 

I recently bought your picture manager plugin — but there seems to be an issue with how animations display. Basically, I told the plugin to increase the opacity of my image over 3 seconds, using an easeinquad warper. Instead, the plugin goes from 0 -> 1 instantly — ignoring my animation commands. 

I checked if this was because of a conflict with other plugins I'm using, and the issue persists even when I turn the other plugins off or reorder the core plugin + the picture manager plugin. If there's anything I've missed in the documentation, please let me know! 

In the meantime, I've provided screenshots on Imgur of my plugin list and settings for this image display.

Thanks in advance!


Developer

Hi there!

Thanks for the screenshot. The problem is your Duration value. You set it to 3. But that value is not equivalent in seconds, is in frames. So, the opacity is changing very fast, almost instantly.

  • 60 frames = 1 Second
  • 3 Frames = 0,05 Seconds

If you want for the opacity to change in 3 seconds, you should use 180 as value for the Duration. 

Let me know if it worked!

Thanks so much  — that worked! I was a little confused on whether the plugin used frames vs seconds, but now I know better.

Developer locked this topic