On 07/30/2012 04:25 PM, Mike Bonner wrote:
Is the image being used for the pattern a referenced image? If so it
probably isn't there yet in preopencard.
Funnily enough, I thought I'd crack open that stack and change from
preOpenCard to openCard,
when, blow-me-down, the thing worked
with
Hi Richmond,
Am 30.07.2012 um 15:21 schrieb Richmond :
> on preOpenCard
> set the backgroundpattern of this card to image id 1003
> end preOpenCard
>
> does NOT seem to work
>
> I wonder why?
maybe the official syntax will do:
on preOpenCard
set the backgroundpattern of this card to 1003
en
Well, show me the image id 1003
to test here.
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/backgroundPattern-tp4653049p4653050.html
Sent from the Revolution - User mailing list archive at Nabble.com.
___
use-livecod
Is the image being used for the pattern a referenced image? If so it
probably isn't there yet in preopencard.
On Mon, Jul 30, 2012 at 7:21 AM, Richmond wrote:
> on preOpenCard
> set the backgroundpattern of this card to image id 1003
> end preOpenCard
>
> does NOT seem to work
>
> I wonder why