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

  1. #1

    Default Breaking Images

    Hi

    i need some script or xtra that allow me to break a image on director. I wanna break a picture on many parts with a random algoritm...

    thanks

    m



    mB_ webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Studio 8 breaking images on upload?
      I don't know if this is a problem with RDS on coldfusion 5 or Macromedia Studio. I just upgraded to studio 8. Now when I upload edits to a .cfm...
    2. why is this breaking?
      Hi, it's late and my head hurts!.. can anyone take a look at this site: www.motoxpartsdirect.com and let me know why certain pages intermittently...
    3. Non-breaking spaces???
      Hi - I'm creating a justified text area in a graphic, but I want to be able to control the line breaks so that the company name doesn't split. ...
    4. WHY Breaking Text with CS to 10.0
      Using mac OS 10.2.4 When receiving a CS document back saved to AI 10.0 from a client via email the text is no longer in a string but broken-up. It...
    5. Breaking swf
      Hey guys I know there are alot of threads about this but i couldnt find one so help me out here. I made this site around a year or so ago and I...
  3. #2

    Default Re: Breaking Images

    imaging lingo.


    --
    Craig Wollman
    Word of Mouth Productions
    phone 212 724 8302
    fax 212 724 8151
    [url]www.wordofmouthpros.com[/url]


    "mB_" <webforumsuser@macromedia.com> wrote in message
    news:bn9vd4$egk$1@forums.macromedia.com...
    > Hi
    >
    > i need some script or xtra that allow me to break a image on director. I
    wanna break a picture on many parts with a random algoritm...
    >
    > thanks
    >
    > m
    >
    >

    Word of Mouth Productions Guest

  4. #3

    Default Re: Breaking Images

    Check out [url]www.lingoworkshop.com[/url]. They have some examples.

    -M


    mB_ <webforumsuser@macromedia.com> wrote in message
    news:bn9vd4$egk$1@forums.macromedia.com...
    > Hi
    >
    > i need some script or xtra that allow me to break a image on director. I
    wanna break a picture on many parts with a random algoritm...
    >
    > thanks
    >
    > m
    >
    >

    MGaston Guest

  5. #4

    Default Re: Breaking Images > images.crop

    well, i was reading about imaging lingo and i find some cool functions but now i have a problem:

    In the first frame I'm using:

    on exitFrame
    newBitmap = new(#Bitmap )
    newBitmap.image = member("picture").image.crop(rect(0,0,50,50))
    newBitmap.name = "slice01"
    sprite(1).member = member("slice01")
    End

    That works... But when the movie goes to the next frame (this frame has one "go to the frame") the picture disappears. I think that's because i don't have sprites on the score.. If i add a cast member to the sprite(1) the movie works fine....

    What can i do?

    I need to cut the bitmap on one thousand parts to move each one with a random function, so i don't wanna add 1000 cast members to the stage to switch it with the picture parts....

    Is the image.crop the right method to cut the picture? Some tip?

    Excuse my bad english.

    thanks


    mB_ webforumsuser@macromedia.com Guest

  6. #5

    Default Re: Breaking Images > images.crop

    I would suggest doing just what you did. Put a dummy member in channel 1,
    maybe a 10x10 pixel black square. Otherwise you can puppet the channel to
    make the image persist.



    --
    Craig Wollman
    Word of Mouth Productions
    phone 212 724 8302
    fax 212 724 8151
    [url]www.wordofmouthpros.com[/url]


    "mB_" <webforumsuser@macromedia.com> wrote in message
    news:bnc73k$28c$1@forums.macromedia.com...
    > well, i was reading about imaging lingo and i find some cool functions but
    now i have a problem:
    >
    > In the first frame I'm using:
    >
    > on exitFrame
    > newBitmap = new(#Bitmap )
    > newBitmap.image = member("picture").image.crop(rect(0,0,50,50))
    > newBitmap.name = "slice01"
    > sprite(1).member = member("slice01")
    > End
    >
    > That works... But when the movie goes to the next frame (this frame has
    one "go to the frame") the picture disappears. I think that's because i
    don't have sprites on the score.. If i add a cast member to the sprite(1)
    the movie works fine....
    >
    > What can i do?
    >
    > I need to cut the bitmap on one thousand parts to move each one with a
    random function, so i don't wanna add 1000 cast members to the stage to
    switch it with the picture parts....
    >
    > Is the image.crop the right method to cut the picture? Some tip?
    >
    > Excuse my bad english.
    >
    > thanks
    >
    >

    Word of Mouth Productions Guest

  7. #6

    Default Re: Breaking Images > images.crop

    hey Craig thanks

    imaging lingo and puppetSprit works for me!...

    do you know how many sprites can i have on Director?
    i don't have members on the score, all is created using lingo and the sprite's limit is 150... can i add more?




    mB_ webforumsuser@macromedia.com Guest

  8. #7

    Default Re: Breaking Images > images.crop

    That's set in the preferences. I think sprite preferences. It might be
    virtually unlimited but you can find out with some trial and error.


    --
    Craig Wollman
    Word of Mouth Productions
    phone 212 724 8302
    fax 212 724 8151
    [url]www.wordofmouthpros.com[/url]


    "mB_" <webforumsuser@macromedia.com> wrote in message
    news:bndu1q$svu$1@forums.macromedia.com...
    > hey Craig thanks
    >
    > imaging lingo and puppetSprit works for me!...
    >
    > do you know how many sprites can i have on Director?
    > i don't have members on the score, all is created using lingo and the
    sprite's limit is 150... can i add more?
    >
    >
    >

    Word of Mouth Productions 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