Hi Ashley,
Umm, that's a weird one - can't reproduce it.
However, it made me think of the more politically
correct way to do the script (without creating a new
directory, %state/, in the current directory):
url: http://www.lexicon.net/antonr/rebol/gfx/tile-mapper/tile-mapper.r
read-thru/update url ; make sure we have latest version
; move to script's directory in your cache
change-dir first split-path path-thru url
do %tile-mapper.r
Give that a go. That should create the %state/ directory in the cache,
not your current directory.
By the way, I developed and tested only on View beta 1.2.48.3.1
Sorry for all the mess, and thanks for trying.
Anton.
> Anton,
>
> Looks good except:
>
> >> do http://www.lexicon.net/antonr/rebol/gfx/tile-mapper/tile-mapper.r
> ** Script Error: map-size has no value
> ** Where: save-state
> ** Near: map-size grid-chk/data map-scale origin-pe/data pos-pe/data
> >> map-size: 20x20
> =3D=3D 20x20
> >> do http://www.lexicon.net/antonr/rebol/gfx/tile-mapper/tile-mapper.r
> ** Script Error: first expected series argument of type: series pair even=
> t =20
> money
> date object port time tuple any-function library struct event
> ** Where: redraw-map
> ** Near: tile: first section/:pos
> scaled-image: get-scaled-image-thru
>
>
> Regards,
>
> Ashley
--
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.