Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Monster disappears after loop
Adrianis Offline
Senior Member

Posts: 620
Threads: 6
Joined: Feb 2012
Reputation: 27
#4
RE: Monster disappears after loop

In that function, you are setting up path 1 - 12 then 1 - 12 again, which is why he goes twice before dissapearing. If you want to set those 12 up again, you need it to collide with a script area that will call that function again - if he is going to collide with the first area again, then you need to set the area to not delete after the collide (you have 'true', should be 'false')

Also, you only need the for... loop in there, as that will set up the same path nodes as all the previous individual ones you typed

03-01-2013, 08:02 PM
Find


Messages In This Thread
Monster disappears after loop - by Romulator - 03-01-2013, 03:46 PM
RE: Monster disappears after loop - by ghostelom - 03-01-2013, 03:49 PM
RE: Monster disappears after loop - by Romulator - 03-01-2013, 03:51 PM
RE: Monster disappears after loop - by Adrianis - 03-01-2013, 08:02 PM
RE: Monster disappears after loop - by Romulator - 03-02-2013, 03:30 AM



Users browsing this thread: 1 Guest(s)