Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
Sign in to follow this  
Faellin

Tileset help

Recommended Posts

I was wondering if there is a way to make a bridge that your able to go under, but when approached from a different angle you can go across it. I have been having several problems doing this and it might be best if I get help from an expert.

Share this post


Link to post
Share on other sites

I've always wondered this too, but I'm assuming that its a script, then a call script on an event. I guess it sounds fairly simple if you knew RGSS. just wait for more people to see this, we have some pretty experienced scripters here.

Share this post


Link to post
Share on other sites

It's not a script, it can be done with events. This

does it. It seems pretty cool.

 

It's actually really easy. Whenever you create a new event you also have the option to use peices from the tileset that is currently being used for that map. So from it, I made a bridge.

 

When I step on a specific spot (hero touch) a NEW even activates and changes the settings of the bridge events so it now looks like Im walking under it (phasing+ always on top).

Edited by Ecowolfsteen

Share this post


Link to post
Share on other sites

Well, make some conditions in it:

 

cond branch;

if player facing up, switch above"1" on

if player facing down, switch above"2" on

if player facing right, switch under "1"on

if player facing left, switch under "2" on

 

above (make the bridge charset be on the top layer, under the character)

under (reverse of above)

 

that'll work thought

Share this post


Link to post
Share on other sites

i just found an easier way for you to do it,since you seem like someone frustated with such a simple thing ;) hope you do enjoy it, and can make it yourlsef in the future...lolol

 

*The bridge has a fail there, but, you can build your own beautifully bridge =P

 

Demonstration link:

 

http://www.4shared.com/file/CLlttqg_/bridge_trick.html

 

thx, DG

Edited by DarkGamer

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...