smack_boom
April 24th, 2004, 10:40 PM
At the start of my game you have to fight monsters, how do i make him attack the baddies?
and second how to i walk into a cave and go to a next scene or frame? my current script is
if (_root.door.hitTest(_root.player)) {
gotoAndPlay("cave", 1);
any suggestions?
and second how to i walk into a cave and go to a next scene or frame? my current script is
if (_root.door.hitTest(_root.player)) {
gotoAndPlay("cave", 1);
any suggestions?