Hey.
Looking on how to remove ALL keyboard functions on my swish exe export. I only want to be able to use the mouse...No enter, tabs..etc..from keyboard.
Actually I want to be able to let the use use "ctrl + c" to copy text and "ctrl + v" to paste into text box.
Is this possible?
Thanks.
Remove All Keyboard Controls From Swish Exe
Started by CharlesWidmore, Jul 13 2012 10:00 AM
4 replies to this topic
#1
Posted 13 July 2012 - 10:00 AM
#2
Posted 17 July 2012 - 03:37 AM
I using SwishStudio for doing this. Can convert swf for You if You wish...
#3
Posted 18 July 2012 - 04:07 PM
Is there no other option for this?
#4
Posted 18 July 2012 - 10:47 PM
onFrame (1) {
stop();
fscommand("trapallkeys","true");
}
Not sure if it will work in ex. Done off top of my head can't test right now.Wayne
Wayne helps those who help them selves.
#5
Posted 19 July 2012 - 02:31 AM
Hey Wayne.
Thanks a lot that does work in exe but it doesnt get rid of the tab button function. I don't want people using the tab button in my exe.
Also, I want to make it possible for people to copy and paste using ctrl c and ctrl v in my exe. Is that possible?
Thanks a lot that does work in exe but it doesnt get rid of the tab button function. I don't want people using the tab button in my exe.
Also, I want to make it possible for people to copy and paste using ctrl c and ctrl v in my exe. Is that possible?
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












