Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Reply to this topicStart new topic
> [Sub] Moving bridge sections (+"elevators"), stop moving! *GRRRRR!!!*
Alt_Jack
post Aug 10 2010, 11:45 AM
Post #1


Level 19
Group Icon

Group: Revolutionary
Posts: 377
Type: Event Designer
RM Skill: Skilled
Rev Points: 40




You remember in Mario (and Sonic, and a couple trillion other games) those "elevators"? You know, the sections of bridges that moved up, then down, then stopped, then down again... those?

Let's make one!

Create a new event, give it a bridge-esque graphic
make it a parallel process
now under autonomous movement, change it to "custom" with "repeat action"and set the move route to:
Through ON
move up
move up
move uo
wait 15 frames
move down
move down
move down
through OFF
wait 60 frames (so you have time to cross)
through ON
(and then the return route)


you can adjust the speed and frequency (might be a bit dicey). You can also play around with "player touch" and have them fall when you step on them.
I'll try and figure out one that actually moves you later.

EDIT: It think it's possible, but you might have to change the graphic. You could have them on it tapping their foot impatiently as it slowly moves. As for your actual player, have them turn transparent (to hide them, so there aren't 2 of them) then jump or walk across (careful of camera movement with jumps)then have it timed so there's a quick switcheroo with the elevator graphic and your player reappearing, as if they just stepped off.
Or figure out something yourself. tongue.gif

ANOTHER EDIT: I messed something up. sweat.gif You might need to make a second event that'll kill the player if they step onto the blank space. See, the elevator moves up, but you don't, so you're just standing on air until it comes back. So you'll need to have that Kill event move there so that it doesn't happen (and your game makes sense).

This post has been edited by Alt_Jack: Aug 12 2010, 09:33 AM


__________________________

the Alternate Jacks event demo
As well as all of my images in one place, free for use.
Most of my images will be there, since this site takes too long to approve stuff and VX.net has no bulk uploader.
Go to the top of the page
 
+Quote Post
   
sasofrass
post Aug 11 2010, 03:56 AM
Post #2


I can event anything.
Group Icon

Group: Revolutionary
Posts: 254
Type: Event Designer
RM Skill: Masterful




EDIT:

Alright, got one for VX and XP now biggrin.gif

> VX - http://www.mediafire.com/?i30w3slfzc4jlbi <
>> XP - http://www.mediafire.com/?ig90nvm7874mris <<

If this isn't what you want, let me know and I can make the adjustments!


__________________________
Eventing Tutorials (updated Mar-5-2011)

Easy Eventing Tutorial Submissions - All done by me!
1.] Easy Money Banking System (May-16-2010)
2.] Easy Random Lightening System (Jul-31-2010)
3.] Mining System with Events (Aug-1-2010)
4.] Easy Item Looting (Aug-8-2010)
5.] Locks (Aug-8-2010)
6.] Event Movement to Location (Jan-2-2011)
7.] Evented Locations (Feb-21-2011)
8.] Slippery Floors (Mar-5-2011)
Go to the top of the page
 
+Quote Post
   
Alt_Jack
post Aug 11 2010, 08:30 AM
Post #3


Level 19
Group Icon

Group: Revolutionary
Posts: 377
Type: Event Designer
RM Skill: Skilled
Rev Points: 40




QUOTE (sasofrass @ Aug 11 2010, 04:56 AM) *
Something like this?
http://www.mediafire.com/?ig90nvm7874mris
It took me only a couple minutes to make and it seems to be a good system for an elevator.
What it does is when you stand on it, it moves for you and you move with it.

I'd tell you, but my computer doesn't seem to want to open it. I think it might be an XP file, while I only have VX.
I couldn't figure out how to get the player to move with the elevator.


__________________________

the Alternate Jacks event demo
As well as all of my images in one place, free for use.
Most of my images will be there, since this site takes too long to approve stuff and VX.net has no bulk uploader.
Go to the top of the page
 
+Quote Post
   
stripe103
post Aug 11 2010, 08:59 AM
Post #4


PHP ERROR: Couldn't get value from UInteger. Value too large
Group Icon

Group: Revolutionary
Posts: 737
Type: Mapper
RM Skill: Intermediate




Yes it is a XP file.


__________________________

By Axerax

The rest of my sig



Go to the top of the page
 
+Quote Post
   
sasofrass
post Aug 11 2010, 06:18 PM
Post #5


I can event anything.
Group Icon

Group: Revolutionary
Posts: 254
Type: Event Designer
RM Skill: Masterful




QUOTE (Alt_Jack @ Aug 11 2010, 12:30 PM) *
QUOTE (sasofrass @ Aug 11 2010, 04:56 AM) *
Something like this?
http://www.mediafire.com/?ig90nvm7874mris
It took me only a couple minutes to make and it seems to be a good system for an elevator.
What it does is when you stand on it, it moves for you and you move with it.

I'd tell you, but my computer doesn't seem to want to open it. I think it might be an XP file, while I only have VX.
I couldn't figure out how to get the player to move with the elevator.


oh i figured that out, i don't have VX but if you could get the XP demo, you could see what I did.


__________________________
Eventing Tutorials (updated Mar-5-2011)

Easy Eventing Tutorial Submissions - All done by me!
1.] Easy Money Banking System (May-16-2010)
2.] Easy Random Lightening System (Jul-31-2010)
3.] Mining System with Events (Aug-1-2010)
4.] Easy Item Looting (Aug-8-2010)
5.] Locks (Aug-8-2010)
6.] Event Movement to Location (Jan-2-2011)
7.] Evented Locations (Feb-21-2011)
8.] Slippery Floors (Mar-5-2011)
Go to the top of the page
 
+Quote Post
   
stripe103
post Aug 12 2010, 12:27 AM
Post #6


PHP ERROR: Couldn't get value from UInteger. Value too large
Group Icon

Group: Revolutionary
Posts: 737
Type: Mapper
RM Skill: Intermediate




I can see if I can translate it to VX.

EDIT: Here it is. It is a total translate and the player walks too fast but I can't fix that right now. Maybe you can. biggrin.gif
[DOWNLOAD]
Filetype: .zip
Filesize: 139 Kb
Host: Mediafire


__________________________

By Axerax

The rest of my sig



Go to the top of the page
 
+Quote Post
   
sasofrass
post Aug 12 2010, 06:32 AM
Post #7


I can event anything.
Group Icon

Group: Revolutionary
Posts: 254
Type: Event Designer
RM Skill: Masterful




QUOTE (stripe103 @ Aug 12 2010, 04:27 AM) *
I can see if I can translate it to VX.

EDIT: Here it is. It is a total translate and the player walks too fast but I can't fix that right now. Maybe you can. biggrin.gif


Fixed the bugs smile.gif

>> http://www.mediafire.com/?ig90nvm7874mris <<

Read my first post for both VX and XP or click here


__________________________
Eventing Tutorials (updated Mar-5-2011)

Easy Eventing Tutorial Submissions - All done by me!
1.] Easy Money Banking System (May-16-2010)
2.] Easy Random Lightening System (Jul-31-2010)
3.] Mining System with Events (Aug-1-2010)
4.] Easy Item Looting (Aug-8-2010)
5.] Locks (Aug-8-2010)
6.] Event Movement to Location (Jan-2-2011)
7.] Evented Locations (Feb-21-2011)
8.] Slippery Floors (Mar-5-2011)
Go to the top of the page
 
+Quote Post
   
stripe103
post Aug 12 2010, 08:54 AM
Post #8


PHP ERROR: Couldn't get value from UInteger. Value too large
Group Icon

Group: Revolutionary
Posts: 737
Type: Mapper
RM Skill: Intermediate




Damn, that is a long title. biggrin.gif


__________________________

By Axerax

The rest of my sig



Go to the top of the page
 
+Quote Post
   
Alt_Jack
post Aug 12 2010, 09:35 AM
Post #9


Level 19
Group Icon

Group: Revolutionary
Posts: 377
Type: Event Designer
RM Skill: Skilled
Rev Points: 40




The elevator thing works good. It's a bit slow, but whatever.
I never make demos and I didn't take the time to make an elevator (but I came pretty close), so I can't complain. happy.gif


__________________________

the Alternate Jacks event demo
As well as all of my images in one place, free for use.
Most of my images will be there, since this site takes too long to approve stuff and VX.net has no bulk uploader.
Go to the top of the page
 
+Quote Post
   
sasofrass
post Aug 12 2010, 09:52 AM
Post #10


I can event anything.
Group Icon

Group: Revolutionary
Posts: 254
Type: Event Designer
RM Skill: Masterful




QUOTE (Alt_Jack @ Aug 12 2010, 01:35 PM) *
The elevator thing works good. It's a bit slow, but whatever.
I never make demos and I didn't take the time to make an elevator (but I came pretty close), so I can't complain. happy.gif


to change the speed, just change the elevator event speed, and the player speed change.

Pic



__________________________
Eventing Tutorials (updated Mar-5-2011)

Easy Eventing Tutorial Submissions - All done by me!
1.] Easy Money Banking System (May-16-2010)
2.] Easy Random Lightening System (Jul-31-2010)
3.] Mining System with Events (Aug-1-2010)
4.] Easy Item Looting (Aug-8-2010)
5.] Locks (Aug-8-2010)
6.] Event Movement to Location (Jan-2-2011)
7.] Evented Locations (Feb-21-2011)
8.] Slippery Floors (Mar-5-2011)
Go to the top of the page
 
+Quote Post
   
Hollows
post Dec 20 2010, 10:19 AM
Post #11


Level 5
Group Icon

Group: Member
Posts: 63
Type: Event Designer
RM Skill: Masterful




saso thx cool it works


__________________________

I came, I saw, I support.

Go to the top of the page
 
+Quote Post
   

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 23rd May 2013 - 11:41 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker