Skip to main content
Participant
June 27, 2006
Answered

Items

  • June 27, 2006
  • 1 reply
  • 225 views
Ok. So I thaught I had the problem solved... Useing this code I got the one item to give the ammount of points I want and dissapear.

onClipEvent (enterFrame) {
if (this.hitTest(this._parent.dude)) {
_root.life += this.extralife;
this.extralife = 0;
this._visible = false
}
}


Then I tried to put the code annother item. It would not give the points. I tried making a new symbol, new layer, new instance name all that. Still will not give the extra points. Any help?
This topic has been closed for replies.
Correct answer uses_pm4
please help someone?

1 reply

uses_pm4Author
Participant
June 27, 2006
Please help?
uses_pm4Author
Participant
June 27, 2006
uses_pm4AuthorCorrect answer
Participant
June 27, 2006
please help someone?