You can broadcast randomly by putting this in:
<when green flag clicked>
<forever>
<wait( <pick random( 1 )to(10 )secsc>
<broadcast[ yourbroadcast<end>
Last edited by archmage (2007-08-28 10:33:00)
Offline
if you want it to brodcast random then do this:
make a varible
When green flag clicked
forever(or repeat or just ounce)
*change(varible name) by pick random # to #
*if varible name=1
**brodcast1
*if varible name=2
**brodcast2
and so on
so there you have it(if i'm thinking right)
Offline