ljonny18
12-07-2007, 10:03 AM
Hi I am imbedding an image within a component the following way:
[Embed(source='../images/myImage.png')]
public var myImageClass:Class;
public var myImageImg:Bitmap;
myImageImg = new myImageClass ();
myImageImg.x = 10;
myImageImg.y = 10;
addChild(myImageImg);
Which seems to work fine!!! Now I simply add a tool tip to this image and I am not sure how to go about it from this angle.
Could someone please help and point me in the right direction???
Thanks,
Jon.
[Embed(source='../images/myImage.png')]
public var myImageClass:Class;
public var myImageImg:Bitmap;
myImageImg = new myImageClass ();
myImageImg.x = 10;
myImageImg.y = 10;
addChild(myImageImg);
Which seems to work fine!!! Now I simply add a tool tip to this image and I am not sure how to go about it from this angle.
Could someone please help and point me in the right direction???
Thanks,
Jon.