Jump to content


Remove All Keyboard Controls From Swish Exe


4 replies to this topic

#1 CharlesWidmore

    Member

  • Members
  • PipPip
  • 20 posts

Posted 13 July 2012 - 10:00 AM

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.

#2 januszr

    Advanced Member

  • Members
  • PipPipPip
  • 792 posts
  • Gender:Male
  • Location:Warsaw, Poland

Posted 17 July 2012 - 03:37 AM

I using SwishStudio for doing this. Can convert swf for You if You wish...

#3 CharlesWidmore

    Member

  • Members
  • PipPip
  • 20 posts

Posted 18 July 2012 - 04:07 PM

Is there no other option for this?

#4 cycle1500

    Advanced Member

  • Members
  • PipPipPip
  • 906 posts
  • Gender:Male
  • Location:Bradley, IL
  • Interests:Motorcycles, hunting, camping.

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 CharlesWidmore

    Member

  • Members
  • PipPip
  • 20 posts

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?





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users