Groups | Blog | Home
all groups > flash actionscript > may 2004 >

flash actionscript : Loading JPEGs and onRollOver


samoth
5/12/2004 11:02:58 PM
Hi I am trying to load X images into and make buttons of them useing onRollOver
= function() {}
The image paths comes from a XML file, and I do a for loop ( t )
Almost everthing works now, except the on onRollOver, nothing is happening,
Can any one help me out with what I do wrong?

here is the onRollOver code:

_root["thumbContainer"+t].onRollOver = function() {
trace(1);
};

thanks in advance
Thomas
kglad
5/13/2004 3:13:10 PM
AddThis Social Bookmark Button