how to stop TAB

Subscribe to how to stop TAB 5 posts, 5 voices

 
avatar for SalsaJoe13 SalsaJoe13 391 posts

So I here people cheat in games by using TAB. What does TAB do, and how do I stop it?

 
avatar for BigCheese BigCheese 363 posts

Tab allows you to scroll through buttons on the web page and in the swf. It highlights them as well.

 
avatar for SirKoolAid SirKoolAid 499 posts
Use this (at least for as1 & liveswif):
_root.button_instance_name.tabEnabled = false;
where button_instance_name is the instance name of your button (surprise!).
 
avatar for skyboy skyboy 163 posts

or

_global.tabEnabled=false;

 
avatar for BlackGuardian BlackGuardian 1 post

That’ll help me now with my programming and stuff.