The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.39 / 5.00 38,635 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 15,161 Viewshey Hey, I was talkin Yesterday about wanting a team and got stuck on the AS. On the site im using this code
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
if (_y>=550) {
_y = 550;
}
}
But the sight is way to far to the left of the Sight
As you could see if a zombie was to be at the far left the sight wouldnt reach that far.
Because there is no X axis i couldnt fix this any help ^^;
im stumped with another problem. Because of the mouse and the Sight now being directly one on the other i cannot do the Monsters because of teh offset of the DAM SIGHT :/