Actionscript LocalConnection

Soldato
Joined
25 Sep 2003
Posts
3,750
Location
Manchester
Hi,

I'm a bit stuck on a small part of something I'm trying to put together, any actionscript people in here? :)

I've just dived back in to actionscript and I've set up a LocalConnection, in one swf I have an image which is using a class file I made for it so when the user clicks the image it gets bigger.

What I'm now trying to do is use the LocalConnection to have some text in another swf and when that is clicked it sends the click command across the LocalConnection to the image and make it big.

How can I send a click to the image so it uses it's attached class ?

Thanks. :)
 
Yeah, I actually stole all that code for myself, mwuahahahahaaaa!

The problem I was having was more that I want to send a click command to the image as though the user had clicked it so it would use its class file as all the code is in there!

I'm a dangerous n00b.
 
Back
Top Bottom