Be a Supporter!

Help with really basic AI

  • 259 Views
  • 4 Replies
New Topic Respond to this Topic
stickmanslicerguy
stickmanslicerguy
  • Member since: Sep. 22, 2007
  • Offline.
Forum Stats
Member
Level 10
Blank Slate
Help with really basic AI 2009-09-25 16:06:40 Reply

Hey newgrounds

I'm making a small flash game but I forgot what AS2 script I used for the bad guy in the AI.

it was something like

IF player hit badguy gotoandplay (1)

so im saying if my player hits this object it goes back a frame.

Please help.


THE NO HAND TO HAND COMBAT COLLAB

IF I DONT REPLY ON IT IM NOT GONE IM ON NEWGROUNDS EVERYDAY JUST FORGET TO CHECK UP ON IT >:D

BBS Signature
stickmanslicerguy
stickmanslicerguy
  • Member since: Sep. 22, 2007
  • Offline.
Forum Stats
Member
Level 10
Blank Slate
Response to Help with really basic AI 2009-09-25 16:20:03 Reply

bump

the flash forums aren't very active


THE NO HAND TO HAND COMBAT COLLAB

IF I DONT REPLY ON IT IM NOT GONE IM ON NEWGROUNDS EVERYDAY JUST FORGET TO CHECK UP ON IT >:D

BBS Signature
Treerung
Treerung
  • Member since: Apr. 18, 2008
  • Offline.
Forum Stats
Member
Level 11
Blank Slate
Response to Help with really basic AI 2009-09-25 16:41:23 Reply

onClipEvent(enterFrame)
{
if(_root.player.hitTest(_root.object))
{
_parent.gotoAndStop(1);
}
}

:'(

BBS Signature
stickmanslicerguy
stickmanslicerguy
  • Member since: Sep. 22, 2007
  • Offline.
Forum Stats
Member
Level 10
Blank Slate
Response to Help with really basic AI 2009-09-25 16:48:08 Reply

At 9/25/09 04:41 PM, Treerung wrote: onClipEvent(enterFrame)
{
if(_root.player.hitTest(_root.object))
{
_parent.gotoAndStop(1);
}
}

Thanks man just what i was looking for


THE NO HAND TO HAND COMBAT COLLAB

IF I DONT REPLY ON IT IM NOT GONE IM ON NEWGROUNDS EVERYDAY JUST FORGET TO CHECK UP ON IT >:D

BBS Signature
MrCrinkle
MrCrinkle
  • Member since: Jan. 26, 2004
  • Offline.
Forum Stats
Member
Level 10
Blank Slate
Response to Help with really basic AI 2009-09-25 19:08:00 Reply

Try Google next time, you'll find it's quite active.


If you are reading this then you must be really bored.

BBS Signature