Chaos Project

RPG Maker => Event Systems => Event System Troubleshooting => Topic started by: Darok on July 01, 2009, 06:52:47 pm

Title: HELP! I have a "Bug" with one of my Event Systems...
Post by: Darok on July 01, 2009, 06:52:47 pm
Hi!
Again... I have problems with an Event System :'(
In this Event System, pressing A and Rigth Arrow you move a rope. The idea is to press A, Arrow,A, Arrow,A, Arrow, Untill win. But if you stay pressing A and Arrow you win.
Surely you dot understand me so i will upload the Evnt System:
http://rapidshare.com/files/250851561/Mundo_Maker.rar (http://rapidshare.com/files/250851561/Mundo_Maker.rar)
If you want another Files Host just tell me.
Bye!
Title: Re: HELP! I have a "Bug" with one of my Event Systems...
Post by: dylanf3 on July 01, 2009, 06:57:47 pm
Just place a Wait of 1 frame between X button being pressen and switch on
and same with the Right button, but please lower the power of the other contestants
Title: Re: HELP! I have a "Bug" with one of my Event Systems...
Post by: Darok on July 01, 2009, 07:55:24 pm
Waiting 1 frame before the Swiths OFF make the keys not work :wacko:
Title: Re: HELP! I have a "Bug" with one of my Event Systems...
Post by: Aqua on July 01, 2009, 08:02:27 pm
You can use Tons' Custom Controls and use trigger? to only do 1 process per press.
Title: Re: HELP! I have a "Bug" with one of my Event Systems...
Post by: Darok on July 01, 2009, 10:02:43 pm
Oh, i never use that of Tons, i will try, then i will edit


EDIT:
Mmmm, How can i do that? [ I have Tons now]
Title: Re: HELP! I have a "Bug" with one of my Event Systems...
Post by: Aqua on July 01, 2009, 10:19:36 pm
Input.trigger?(Input::Key['N'])

and
Input.trigger?(Input::Key['Arrow Up'])


Conditional Branch > 4th Page > Script
Title: Re: HELP! I have a "Bug" with one of my Event Systems...
Post by: Darok on July 01, 2009, 10:27:49 pm
That instead of the
Conditional Branch > 4th Page > Key  ?
Title: Re: HELP! I have a "Bug" with one of my Event Systems...
Post by: Aqua on July 01, 2009, 10:29:59 pm
You can test stuff out before posting you know...
Title: Re: HELP! I have a "Bug" with one of my Event Systems...
Post by: Darok on July 01, 2009, 10:42:40 pm
Doesnt work >_<[ Of course im doing something wrong]
A is = to "Shift"?
[ Im a bit slow for this xD]
Title: Re: HELP! I have a "Bug" with one of my Event Systems...
Post by: Aqua on July 01, 2009, 10:44:35 pm
Oops forgot to change the N to A
A = A! XD

If you want it to be Shift, change the N to Shift
Title: Re: HELP! I have a "Bug" with one of my Event Systems...
Post by: Darok on July 04, 2009, 02:39:06 pm
Thanks! It work perfectly!