RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Need Help

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 86
Ok, so I know the basics and doing events and such.  But what I need help with is having like an animation. Like if I walk up to a fireplace and when I light it then there is a animation of a fire burning. How would I be able to do that? Thanks for the help.

****
Rep:
Level 88
wrath of winter
(this is assuming you use 2k3, dunno how XP opertates cuz I'm too poor and lazy to buy it)
you would use a switch and set it ON when the player uses the action key on the tile in front of the object.  Now there's two ways of doing a fireplace or other animation:

1) Have one event with two pages, and a sprite sheet with an animated fireplace.  On the first page set On the second page, see the conditionals on the left side of the page, above the animation settings?  Check one of the switches and set it to the switch you're using. Now set the graphic tothe fireplce animation.
2) set it up like 1, but instead of switching the graphic, turn the event into a Parallel Event.  Now, make a battle animation for the fireplace, and in the fireplace event have it use the Show Battle Animation command and select the fireplace battle animation.  You don't have to use it in combat, and this approach can also allow you to make little exclamation points appear over peoples' heads and stuff like that in cutscenes.

Want a personal sig like this? Ask Firerain:
http://rmrk.net/index.php/topic,20203.0.html

**
Rep:
Level 86
Dang I am such an idiot. I should of said it is for RPG XP Maker. But dude thanks for a response.

******
Revolution is not a bed of roses.
Rep:
Level 91
Project of the Month winner for July 2009
Select Fire graphic, then check move event.

**
Rep:
Level 86
I don't see a move event check box. Might it be called something else?

*
Rep:
Level 102
2014 Biggest Narcissist Award2014 Biggest Forum Potato2014 Best Non-RM Creator2013 Best Game Creator (Non-RM)2013 Best IRC ChatterboxParticipant - GIAW 112012 Most Successful Troll2012 Funniest Member2012 Best Use Of Avatar and Signature space2012 Best IRC ChatterboxSecret Santa 2012 ParticipantProject of the Month winner for November 2009For being a noted contributor to the RMRK Wiki2010 Most Successful Troll2010 Biggest Forum Couch Potato2010 Best IRC Chatterbox

*
Rep:
Level 87
Here's the screenshot, still with two event pages, from the Enterbrain version (I suspect the pic Irock posted is from PK as my wording is all different too).  If you want the fire burning all the time you don't need the first page, and you don't need the self-switch.  But if you want the player to light the fire, you'll need both pages.

This version requires the player to use the action button to light the fire.  If you just want them to have to walk up to it, change the trigger to Player Touch.



Always remember you're unique.
Just like everybody else.

**
Rep:
Level 86
Ah thanks alot guys. You guys are great. Thank you so much. My problem is resolved.