No worries you explained it well in your first post.
The tick event is usually executed every frame, but if you change the setting I mentioned in my previous post it will be executed every 1/24 seconds, which is the rate you want for your flipbook.
Then you just have to increment your counter on the tick, this way FrameCounter will be incremented by one every 1/24 seconds