Never Mind I got it. I over complecate things or just do stupid things to what is already given.
The code that works is
Code:
-(void)tabBar:(UITabBar *)tabBar didSelectItem:(UITabBarItem *)clickedtab
{
if(clickedtab==tabbar1) "Or what ever tabbarname you have for that tabbar"
{
[self playfunny];
}