Ask a Question related to Macromedia Director Lingo, Design and Development.
-
mB_ webforumsuser@macromedia.com #1
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
-
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... -
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... -
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. ... -
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... -
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... -
Word of Mouth Productions #2
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...wanna break a picture on many parts with a random algoritm...> Hi
>
> i need some script or xtra that allow me to break a image on director. I>
> thanks
>
> m
>
>
Word of Mouth Productions Guest
-
MGaston #3
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...wanna break a picture on many parts with a random algoritm...> Hi
>
> i need some script or xtra that allow me to break a image on director. I>
> thanks
>
> m
>
>
MGaston Guest
-
mB_ webforumsuser@macromedia.com #4
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
-
Word of Mouth Productions #5
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...now i have a problem:> well, i was reading about imaging lingo and i find some cool functions butone "go to the frame") the picture disappears. I think that's because i>
> 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
don't have sprites on the score.. If i add a cast member to the sprite(1)
the movie works fine....random function, so i don't wanna add 1000 cast members to the stage to>
> What can i do?
>
> I need to cut the bitmap on one thousand parts to move each one with a
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
-
mB_ webforumsuser@macromedia.com #6
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
-
Word of Mouth Productions #7
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...sprite's limit is 150... can i add more?> 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>
>
>
Word of Mouth Productions Guest



Reply With Quote

