Fellow ChucKists.<br><br>This has a issue (class &#39;Trigger&#39; has no member &#39;broadcast&#39;);<br><br>=====================-<br>Trigger trig;<br>trig.broadcast();<br><br><br>class Trigger extends Event<br>&nbsp;&nbsp;&nbsp; {<br>
&nbsp;&nbsp;&nbsp; int target;<br>&nbsp;&nbsp;&nbsp; }<br>======================<br><br>Yet this is fine;<br><br>=================-<br>class Trigger extends Event<br>

&nbsp;&nbsp;&nbsp; {<br>

&nbsp;&nbsp;&nbsp; int target;<br>

&nbsp;&nbsp;&nbsp; }<br><br>
Trigger trig;<br>
trig.broadcast();<br>
=================<br><br>This is quite odd. In general defining classes at the bottom of the file is ok these days, the problem seems to be in extending Event. I believe this to be wrong and will add it to the WiKi&#39;s list of bugs.<br>
<br>Yours,<br>Kas.<br>