View Full Version : Help
Nemonin
September 4th, 2003, 06:41 PM
If you would like to check the last reply you gave me please search under:Game Actionscript.
There is a problem with the hit testing. I don't if it has to do with the score thing or not. If you could give me a working script for hit testing without the score that would be great thanks.
Jack_Knife
September 6th, 2003, 02:26 AM
if(this.hitTest(_root.basket)) {
this._visible = false;
_root.score++;
}
Just put that script on the falling objects. And make sure the basket is on the main timeline and has an instance name of basket. Just remove the line with score in it if you dont want it.
Voetsjoeba
September 6th, 2003, 02:32 AM
It would help a lot if you posted your FLA, because the code depends on the structure of your FLA. If you just copy & paste examples we give you here it might not work because we don't know the structure of your FLA.
Jack_Knife
September 8th, 2003, 03:56 AM
And why'd you start a new thread?
Nemonin
September 11th, 2003, 04:56 PM
Thankyou so much that worked perfectly. But once all the objects are gone there's nothing to do. So I need to know how to make objects appear at random spots and random times. If you could do that that would be great thanks.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.