Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Linkforce on May 09, 2009, 05:12:01 AM

Title: Picture moving problem
Post by: Linkforce on May 09, 2009, 05:12:01 AM
Alright, so I'm trying to make an event where this blob monster pops up and it appears as a Picture rather then a Sprite.  To make it a little more like a blob creature, I have a separate parallel process event that makes it expand and shrink.  The only problem is that once I activate the effect, whenever a text pops up, it stops moving.  then while the text is away, it continues, etc etc.  Is there a way to make this picture continue to animate throughout anything?  I'd appreciate any help!
Title: Re: Picture moving problem
Post by: DedlellyDeth on May 09, 2009, 05:33:56 AM
Have a custom text box. Use pictures and key input processing.
Title: Re: Picture moving problem
Post by: Linkforce on May 09, 2009, 06:04:50 AM
That's an idea....but I;m not about to make a custom text bow for one event..
Title: Re: Picture moving problem
Post by: DedlellyDeth on May 09, 2009, 06:35:16 AM
That's an idea....but I;m not about to make a custom text bow for one event..

Just make it in RM and snap it.
Title: Re: Picture moving problem
Post by: fruckert on May 09, 2009, 06:37:40 AM
That's an idea....but I;m not about to make a custom text bow for one event..
You could end up using it for the entire game...I think it'd be pretty neat to see NPC's running around during dialog sequences.
Title: Re: Picture moving problem
Post by: DedlellyDeth on May 09, 2009, 06:41:01 AM
You could end up using it for the entire game...I think it'd be pretty neat to see NPC's running around during dialog sequences.

Or your character could. Brings back memories of Chrono Trigger... *sniffle*
Title: Re: Picture moving problem
Post by: Linkforce on May 10, 2009, 09:44:12 PM
Any other suggestions?
Title: Re: Picture moving problem
Post by: Prpl_Mage on May 10, 2009, 10:17:02 PM
Isn't there a choice that says "Allow other events to play while message is shown" under message box optiions?
Title: Re: Picture moving problem
Post by: Linkforce on May 11, 2009, 02:19:28 AM
Yeah I did that and it doesnt work :/
Title: Re: Picture moving problem
Post by: DedlellyDeth on May 11, 2009, 02:23:56 AM
Just make it [a textbox] in RM and snap it.

This, or maybe charset events.
Title: Re: Picture moving problem
Post by: Linkforce on May 12, 2009, 08:58:06 PM
Nobody has any other ideas?