I'm going insane at this point because I don't know what to do...
I'm using the interface builder. I'm trying to add a new check box to it as I'm using some source I got from someone on the internet to make a screen saver...
The problem I'm having is that I cannot get my "wobbleOnButton" to attach to the new checkbox NSButton I added...
Whats really causing me confusion is that I can easily attach it to the one existing checkbox that was already on the panel, but if I do that then I end up loosing the functionality it produces... I just can't seem to to get the item under the outlet "File's Owner Info" to connect to the new checkbox I added. I've tried to disect the setup for the checkbox that was already there, but even though I've duplicated everything I can find, it basically seems like I just can't get the little green line that comes up between the outlet list and the item on the Panel...
I assume it shouldn't be this hard but I'm going insane trying to figure it out!!!
