StarSoft Multimedia

FAQ

All products > AnyShape Xtra

AnyShape Xtra
AnyShape Xtra
  1. Setting shape by projector takes too much time, even to 2-3 seconds, why?

  2. How to create 1-bit bitmap in Director?

  3. I have determined projector window shape with 1-bit bitmap (oval), but I still see a rectangular border on the edges. Where does it come from and how to remove it?

  4. How to change window shape dynamically?


  1. Setting shape by projector takes too much time, even to 2-3 seconds, why?

    32-bit bitmap may have been used, which is very uneconomical and inefficient. The bigger bitmap color palette is the longer the whole process takes. The only goal of bitmap imported to AnyShape Xtra is to set shape, so 1-bit bitmap is enough. For example, white color can mean transparent pixels, black color - opaque.

    Back to top

  2. How to create 1-bit bitmap in Director?

    You should create a typical bitmap (Insert > Media Element > Bitmap), then open the transformation window (Modify > Transform Bitmap) and set option Color Depth to value 1 bit.

    Back to top

  3. I have determined projector window shape with 1-bit bitmap (oval), but I still see a rectangular border on the edges. Where does it come from and how to remove it?

    If a bitmap of shape for AnyShape Xtra is loaded from projector cast member, we should take note of Trim White Space option, which can be found in Cast member properties window for the bitmap given. This option is checked by default and then Director trims a bitmap removing unnecessary white space. If you create bitmap with the specific size set, given by the white border, this border will be cancelled by Director, causing the bitmap size to small and not fit to projector window size - hence visible border. To avoid it, you should disable Trim White Space option and take care that shape bitmap size are identical with projector window size. Another option is to create bitmap with black border and white shape and to define the transparent color as black (default transparent color is white).

    Back to top

  4. How to change window shape dynamically?

    You should use Lingo function to load bitmap and set shape. It can be done as follows:
    on exitFrame
      member("AnyShape1").LoadBitmapFromCastMem("MyBitmaps", 2)
      member("AnyShape1").SetShape()
    end
    where "AnyShape1" is name of given cast mebr, "MyBitmaps" is name of cast with shape bitmaps, 2 is index of the next bitmap.


    Back to top

Best sellers
Most frequently bought products:
1. MediaPlayer Xtra
2. UltimateNet Xtra
3. StarMenu Xtra
News
2008-03-27
Our xtras are Adobe Director 11 ready.

We tested our xtras under latest release of Director and found most of them works absolutely normally.

You can safely use StarSoft Multimedia xtras in Director 11.
Top 10 downloads
Most frequently downloaded files:
MediaPlayer Xtra (57260)
StarMenu Xtra (23185)
MediaPlayer Exp. Xtra (18186)
DisplayMode Xtra (14347)
ProjectorLook Xtra (13315)
AnyShape Xtra (11875)
UltimateNet Xtra (11804)
MailTo Xtra (11575)
MediaPlayer Exp. Demo .exe (8624)
SmartOLE Xtra (7520)