Skip to main content

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

RPG Maker Action Combat - RPG Maker MZ Plugin

Create high quality ABS, action games right inside RPG Maker · By Sang Hendrix

[SOLVED] Issue with making a spell

A topic by skeith_cp01 created 24 days ago Views: 57 Replies: 2
Viewing posts 1 to 2

I’m having the issue where I’m following the making the fireball spell and whenever I test it. In the corner of 0,0 the animation always shows slightly. Is there any way to get rid of this effect. I’ve tried everything. It doesn’t do this in the demo and I’m having a hard time figuring this out.

Developer (1 edit)

Hi, before showing animation using plugin command from Hendrix Animation Solution, please add a wait 1 frame command. This is an issue that will be fixed in the future. The reason was the event when spawned, it took a brief amount of time to fully be initialized, but the show animation happened too fast, so it showed at 0,0 corner.

For now, you can add a wait 1 frame or use default RPG Maker show animation command.

(+1)

Thank you so much. I just tested out your response and it fixed my problem completely. Thanks for the great detail of what was going on as well. I really appreciate it :)