Posted by Mordred 63.36.40.143 using Mozilla/4.0 (compatible; MSIE 5.0; MSNIA; Windows 98; DigExt) on May 14, 2000 at 17:29:51:
OK, I am trying to make an animation but I seem to be having some trouble. I am trying to get monster to appear in a room and then have one of the guards standing there run at it and then disapear. The trouble is that one of the following happens when I try diffrent things:
1) The monster has the graphic of the guard...
2) The monster walks to the place i wanted the GUARD to walk too.Here is the code I am using
#CreateItem("Cecil.itm",guard1!)
#PutItem(Guard1!,6,6,1)
#CreateItem("Cecil.itm",Guard2!)
#PutItem(Guard2!,14,6,1)
#Push("N")
#Push("N")
#MWin("Jeroand: Look out, there")
#Mwin("are monsters attacking!")
#Pause
#MWinCLs
#CreateItem("dino",Dino!)
#PutItem(dino!,10,10,1)
#PushItem(Dino!,"N")
#MWin("Guard: Look out!!")
#DestroyItem(Dino!)
#Pause
#PushItem(Guard1!,"s")
#PushItem(Guard1!,"s")
#PushItem(Guard1!,"s")
#PushItem(Guard1!,"s")
#PushItem(Guard1!,"s")
#PushItem(Guard1!,"w")
#PushItem(Guard1!,"W")
#Pause
PLEASE help me out here, I don't know what I am doing wrong!!