Author Topic: Sprite sequencing  (Read 2935 times)

mccool

  • Regular
  • **
  • Posts: 48
  • That's like trying to eat a burrito with no fork!
    • View Profile
Sprite sequencing
« on: 2006-09-04, 03:46:51 PM »
how do i make it so when i hit a button the sprite switches into another sprite, follows a predetermined path (actually i know how to do that part) then when its done with its path, it switches to a different player-controlled sprite?
Old Skool!

durnurd

  • Lead Lemming
  • Expert
  • Fanatic
  • *****
  • Posts: 1234
  • Games completed so far: 0
    • MSN Messenger - durnurd@hotmail.com
    • View Profile
    • Find My Ed
Re: Sprite sequencing
« Reply #1 on: 2006-09-04, 07:29:29 PM »
Simply set the sprite it switches to to have a special function activate at EOP (Motion tab, At End of Path, choose "Activate EOP_<SpriteName>*" which will then cause any functions named EOP_ followed by the name of the sprite, followed by anything you want to be activated at the end of the path.
Edward Dassmesser

mccool

  • Regular
  • **
  • Posts: 48
  • That's like trying to eat a burrito with no fork!
    • View Profile
Re: Sprite sequencing
« Reply #2 on: 2006-09-06, 01:55:13 PM »
ok it works thanks
Old Skool!