HELP! I have a "Bug" with one of my Event Systems...

Started by Darok, July 01, 2009, 06:52:47 pm

Previous topic - Next topic

Darok

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
If you want another Files Host just tell me.
Bye!

dylanf3

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

Darok

Waiting 1 frame before the Swiths OFF make the keys not work :wacko:

Aqua

You can use Tons' Custom Controls and use trigger? to only do 1 process per press.

Darok

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]

Aqua

Input.trigger?(Input::Key['N'])

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


Conditional Branch > 4th Page > Script

Darok

That instead of the
Conditional Branch > 4th Page > Key  ?

Aqua

You can test stuff out before posting you know...

Darok

Doesnt work >_<[ Of course im doing something wrong]
A is = to "Shift"?
[ Im a bit slow for this xD]

Aqua

Oops forgot to change the N to A
A = A! XD

If you want it to be Shift, change the N to Shift

Darok