Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default Resizing problem

    I've created a project, but have now found that it's too small. Is it possible to resize the entire project (including sprites) without having to change everything individually? If it is, how do I do it?

    I'm publishing the project on CD.


    zapcat webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Problem with resizing skinned Titlewindow
      Hi .... I am using Titlewindow in my application and i have implemented resizing with this titlewindow. It works well when i do not apply any...
    2. Problem resizing images
      Dear all. I build a class wich can resiz images. Now I have the following problem. When I show the image on the webpage only 70 percent of...
    3. Resizing problem in design mode
      I made a usercontrol that inherits from System.Web.UI.WebControls.Panel. Because it has to provide a number of client-side services, the controls...
    4. Resizing Quicktime Movies problem
      Hello - I'm getting a random bug with Quicktime. When a movie is running and the user changes the size from 320 to 640...and then back to 320...the...
    5. GDI+ Resizing image problem
      Problem resizing image.(JPG) If i try to resize an img with horisontal=150 and vertical resolution=150 The quality of the target image is...
  3. #2

    Default Re: Resizing problem

    The drawRect property will help you for that. Apply it to the Stage. What it
    does is it specifies the rect dimensions you need your projector to be
    visualized on... it scales everything.

    Saddly Director cant handle scaling very well... It is not like flash. If
    you scale your bitmap images in Director they´ll look distorted or the
    pixels will become "squares"... Texts are also represented badly... they
    are not vectors as Flash so Director scales on a bitmap scale. If you have
    Flash members though they´ll do good, just make sure they have the Scale
    Auto Size property on...

    Scaling is painful... may be somebody else here has a suggestion...


    --
    ='o'= Arturo ='o'=
    [url]www.miltonfrank.tv[/url]



    "zapcat" <webforumsuser@macromedia.com> escribió en el mensaje
    news:bv5tkq$gnt$1@forums.macromedia.com...
    > I've created a project, but have now found that it's too small. Is it
    possible to resize the entire project (including sprites) without having to
    change everything individually? If it is, how do I do it?
    >
    > I'm publishing the project on CD.
    >
    >

    Arturo Toledo Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139