Previous | Next | (P-PDF) Developers
Topic: Help with PDF based Animation?
Conf: (P-PDF) Developers, Msg: 32743
From: Jub
Date: 1/13/2002 01:43 AM
For your first question, try...
case FwdButtonName :
cnt = cnt % 4;
if(cnt == 3)
cnt--;
cnt++;
TheTarget.buttonSetIcon(gIcons[cnt]);
break;
Response to 2nd question to follow.
Jub