Cyphre posted a patched version that works on older View: http://www.rebol.cz/~cyphre/pdefense2.r
Anton. > Carl Read wrote: > > > you can find it here: desktop/sites/cyphre/planet defense or > > > do http://www.rebol.cz/~cyphre/pdefense.r > > > > Hmmm... > > > > ** Script Error: as-pair has no value > > ** Where: view > > ** Near: f/offset: as-pair f/x f/y > > f/changes: > > > > Someone not tested it on a non-beta View perhaps? (; > > Try something like: > > ; Needed until very latest versions of Rebol are released. > if not value? 'as-pair [ > as-pair: func [x y] [ > to-pair reduce [to-integer round x to-integer round y] > ] > ] > > Andrew Martin -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
