> >Message: 7 >Date: Mon, 07 Jan 2002 08:21:18 -0700 >Subject: 1.1.1b1 & image weirdness >From: Retiarius <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] > >I'm new to Rev. so this may be user error instead of a bug. > >I import a .gif image using: > >on mouseUp > answer file "Choose File" > if it is empty then exit to top > put it into myFileName > create image "myImage" > set the filename of image "myImage" to myFileName > set the rect of image "myImage" to "72,32,432,302" >end mouseUp
David, You only need to add one line to your script: set the lockLocation of image "myImage" to true This will lock both the location and the size of the image. You can also do this in the properties palate. Jim -- Jim Hurley _______________________________________________ improve-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/improve-revolution
