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.
[XP] Footprints (2 Different versions)

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 88
Romeo.
(This is the version where the footprints don't disappear. To view the one that does this, go to the next post)

Credit:
Roman Candle for the footprints charset

Required
Just a bunch of events on a map

and this charset -->

How to do it:

Create a event on the map.
Options: Check "through"
Trigger: Hero Touch
Make the event graphic blank.

Event Commands
@>Conditional Branch: Script: Input.press?(Input::DOWN)
@>>Move Event: This Event
make the footprint graphic have a down graphic
change opacity to 100 or whatever you want.
@>End
@>Conditional Branch: Script: Input.press?(Input::LEFT)
@>>Move Event: This Event
make the footprint graphic have a left graphic
change opacity to 100 or whatever you want.
@>End
@>Conditional Branch: Script: Input.press?(Input::RIGHT)
@>>Move Event: This Event
make the footprint graphic have a right graphic
change opacity to 100 or whatever you want.
@>End
@>Conditional Branch: Script: Input.press?(Input::UP)
@>>Move Event: This Event
make the footprint graphic have an up graphic
change opacity to 100 or whatever you want.
@>End

Now copy the event and paste it to the desired areas

Screenies

No footprints

Footprints now
« Last Edit: February 23, 2014, 04:06:53 PM by modern algebra »

**
Rep:
Level 88
Romeo.
(Disappearing footprints version)

Credit:
Roman Candle for the footprints charset

Required
Just a bunch of events on a map

and this charset -->

How to do it:

Create a event on the map.
Options: Check "through"
Trigger: Hero Touch
Make the event graphic blank.

Event Commands
@>Conditional Branch: Script: Input.press?(Input::DOWN)
@>>Move Event: This Event
make the footprint graphic have a down graphic
change opacity to 100
wait 3 frames
opacity = 95
wait 3 frames
opacity 90
wait 3 frames
opacity 85
...you know the pattern. wait 3 frames then decrease the opacity by 5.
@>End

@>Conditional Branch: Script: Input.press?(Input::LEFT)
@>>Move Event: This Event
make the footprint graphic have a left graphic
change opacity to 100
wait 3 frames
opacity = 95
wait 3 frames
opacity 90
wait 3 frames
opacity 85
...you know the pattern. wait 3 frames then decrease the opacity by 5.
@>End

@>Conditional Branch: Script: Input.press?(Input::RIGHT)
@>>Move Event: This Event
make the footprint graphic have a right graphic
change opacity to 100
wait 3 frames
opacity = 95
wait 3 frames
opacity 90
wait 3 frames
opacity 85
...you know the pattern. wait 3 frames then decrease the opacity by 5.
@>End

@>Conditional Branch: Script: Input.press?(Input::UP)
@>>Move Event: This Event
make the footprint graphic have an up graphic
change opacity to 100
wait 3 frames
opacity = 95
wait 3 frames
opacity 90
wait 3 frames
opacity 85
...you know the pattern. wait 3 frames then decrease the opacity by 5.
@>End

Now copy the event and paste it to the desired areas

Screenies of the Improved Footprints System

Yep, they disappear.

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
This is very cool!
Watch out for: HaloOfTheSun

*
A Random Custom Title
Rep:
Level 96
wah
Yessir! I tried this out and it works pretty much perfectly. I recommend changing when you said the option was "through" to writing either "Phasing" for those who use PK or "Passing" for those who use the paid version. The only problem with this is if some weirdo like me takes the time to go over the steps he went over. If the footsteps are still fading and you go over them, they don't change.

*
Rep: +0/-0Level 87
This event works and all but it keep leaving a white box around each footstep. Any way to make it like yours?  I apologize for the picture leading to imageshack but I've no clue how to get it to where you guys just put it directly on the post.

« Last Edit: February 28, 2007, 03:52:53 AM by Tsunokiette »

*
Full Metal Mod - He will pillage your women!
Rep:
Level 93
The RGSS Dude
Weird, the image wouldn't work... ah well.

Your problem is a simple one. Re-import the character set, and left click the white space around the feet.
"The wonderful thing about Tiggers
Is Tiggers are wonderful things
Their tops are made out of rubber
Their bottoms are made out of springs

They’re bouncy, trouncy, flouncy, pouncy
Fun, fun, fun, fun, fun!
But the most wonderful thing about Tiggers
Is I’m the only one, I’m the only one."

*****
Ancient Mummy
Rep:
Level 90
Hey very cool man nice work :) !