
Originally Posted by
BORATownage
you sure you are a coder?
yes im a coder but in other computer languages lol
I'm starting in flash... sorry...
---------- Post added at 03:38 PM ---------- Previous post was at 03:32 PM ----------

Originally Posted by
zerobrium
What exactly is the problem?
i started again a new form and added a checkbox then assingned by named it like i should.
then added this to my class.
/////////////////////////////////////
public var acceptAll:CheckBox;
function acceptDrops ():void {
if(acceptAll.selected) {
pickUpItems();
}
}
////////////////////////////////////////////
then tryed to add the pickUpItems function at the end of my class but got errors for the clone undefined..
so then i tryed to add the pickup function in my class named GAME... but no success neither...
I'm woundering if im missing something or putting the function not in right place in my project...
thanks in advance for help,
have a nice day.