PlayMaker Feedback > Action Requests

Press any key

(1/3) > >>

Dev_Sebas:
There is this script
// Detects if any key has been pressed down.

function Update() {
    if(Input.anyKeyDown)
        Debug.Log("A key or mouse click has been detected");
}
Who can make it ready to use in PlayMaker?
Thanks for any help
Bye

Alex Chouls:
There is an Any Key action that ships with playmaker:
https://hutonggames.fogbugz.com/default.asp?W29

Dev_Sebas:
Thank you Alex
Just for I know what I need for put my scripts in PlayMaker?
Bye

Dev_Sebas:
Can somebody help me?

qholmes:
Are you asking how to put a new action into Playmaker or how to use the Any Key action that is already there?

Q

Navigation

[0] Message Index

[#] Next page

Go to full version