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!
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
Waiting 1 frame before the Swiths OFF make the keys not work :wacko:
You can use Tons' Custom Controls and use trigger? to only do 1 process per press.
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]
Input.trigger?(Input::Key['N'])
and
Input.trigger?(Input::Key['Arrow Up'])
Conditional Branch > 4th Page > Script
That instead of the
Conditional Branch > 4th Page > Key ?
You can test stuff out before posting you know...
Doesnt work >_<[ Of course im doing something wrong]
A is = to "Shift"?
[ Im a bit slow for this xD]
Oops forgot to change the N to A
A = A! XD
If you want it to be Shift, change the N to Shift
Thanks! It work perfectly!