onClipEvent(enterFrame) {
if(_root.mcBulb.hitTest(_root.block01)) {
mcBulb._y+-4;
}
}
When I put it on the frame, it gives me an error, when I put it on a movieClip, it stays frozen.
I will only give it 5 stars because I trust it is very good despite my idiocy.