2D Toolkit Forum

2D Toolkit => Support => Topic started by: neo750a on January 12, 2013, 09:11:24 pm

Title: Need an example that uses the On Frame Trigger Event.
Post by: neo750a on January 12, 2013, 09:11:24 pm
I've seen some examples but they are not very clear to me and was wondering if there was an example to how it works.  Any help with this?
Title: Re: Need an example that uses the On Frame Trigger Event.
Post by: unikronsoftware on January 13, 2013, 02:23:37 am
Check out demo #5, "Message".
That has a frame trigger (animationEvent) bound to one of the frames, which pops up a message on screen when hit.
tk2dDemoAnimController is the relevant c# file.