Hi, I'm trying to do a simple heat conduction system using a 'Source' & some 'Conductor' sprites. These have a 'hot' instance variable & 2 animation frames for the cool & hot states:
<img src="http://i.imgur.com/U2Cps.jpg" border="0" />
As you can see, the part I'm stuck on is getting conductors to set the hot variable of other touching conductors.
Any ideas? Here's a capx in case anyone wants to fiddle:
dl.dropbox.com/u/52354372/conductor_test.capx
Thanks :)