Chaos Project

RPG Maker => Event Systems => Event System Requests => Topic started by: Diamond Star on March 09, 2012, 05:52:04 pm

Title: Show animation that loops after it finishes by event
Post by: Diamond Star on March 09, 2012, 05:52:04 pm
Hello!
I want to make an event and show on it an animation that loops whenever it finishes
for example :a character is sleeping then I want to show an animation appears that the character is sleeping and keep showing and looping.
How this can do ?
Title: Re: Show animation that loops after it finishes by event
Post by: G_G on March 09, 2012, 06:23:53 pm
Have a parallel process.
Show Animation: Animation ID
Wait Frames: (enter in number of frames the animation is)
Title: Re: Show animation that loops after it finishes by event
Post by: ForeverZer0 on March 09, 2012, 06:32:24 pm
If you have a character graphic for it, simply check the "Stop Animation" checkbox on the event page.
Title: Re: Show animation that loops after it finishes by event
Post by: Diamond Star on March 09, 2012, 07:35:00 pm
Thanjs but ! !
I don't mean that.
I want to show animation from Database ,like with Show Animation command but I want it to loop after finishing, as long as the event exists, like Sleep Animation on some character
which loops,then I can stop it by swithes the page event
I wish My question is clear.
Title: Re: Show animation that loops after it finishes by event
Post by: ForeverZer0 on March 09, 2012, 07:43:08 pm
Quote from: game_guy on March 09, 2012, 06:23:53 pm
Have a parallel process.
Show Animation: Animation ID
Wait Frames: (enter in number of frames the animation is)

Title: Re: Show animation that loops after it finishes by event
Post by: MarkHest on March 09, 2012, 09:03:31 pm
It seems this guys needs a better explanation. Let me evolve what Game_guy said to an explanation for beginners, alright here's what Game_Guy tried to tell ya:




Pick your animation you want to use on the sleeping charakter.
Spoiler: ShowHide
(http://dl.dropbox.com/u/29306744/Namnl%C3%B6s.png)





Then create two events on your map. One event with the sleeping charakter and one empty event. (The empty event will be our parallel process)
Spoiler: ShowHide
(http://dl.dropbox.com/u/29306744/Namnl%C3%B6s2.png)





Next we will set up the parallel event to give an animation to the sleeping charakter. It will look like this:
Spoiler: ShowHide
(http://dl.dropbox.com/u/29306744/Namnl%C3%B6s3.png)


Note that the girl sleeping is called EV060 which is why i have picked her in the animation event command.




I hope this answers your question more precise. Have a nice day :)

Title: Re: Show animation that loops after it finishes by event
Post by: Diamond Star on March 13, 2012, 04:33:33 pm
Thanks for everyone Repaied me.
I'll try it ,it should work.Goodbey...