View Single Post
  #1  
Old 03-19-2012, 11:30 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
GuiShowImgCtrl Aniparams

Is it possible to create a GUI animation control, and then write parameters to it via the "aniparams" variable?

I've tried:

PHP Code:
new GuiShowImgCtrl(GUIName) {
  
ani "ganiname";
};

GUIName.aniparams = {11};

GUIName.actor.aniparams = {11}; 
which failed, and the capability doesn't appear to be listed within the GUI documentation on the Wiki.

If it's not possible, it would be nice if it was.
Reply With Quote