Monday, March 22, 2010

Rotating .swf file

Hi Everyone, I have a little swf file, that is horizontal
that Id like to

flip to vertical ( 90degrees)



How do I do that? Ive searched everywhere... to no avail..



I guess rotating an .swf isnt nice and simple like rotating a
.jpg.



help would be most appreciated,



Thanks



Terrie





Rotating .swf file
twebber wrote:

%26gt; Hi Everyone, I have a little swf file, that is
horizontal that Id like to

%26gt; flip to vertical ( 90degrees)

%26gt;

%26gt; How do I do that? Ive searched everywhere... to no
avail..

%26gt;

%26gt; I guess rotating an .swf isnt nice and simple like
rotating a .jpg.

%26gt;

%26gt; help would be most appreciated,

%26gt;

%26gt; Thanks

%26gt;

%26gt; Terrie



HI! You cannot insert a movie flash objet into a html page
that way. what

you can do however is take you whole content and insert it
into a movie clip

then flip the movie clip and se-adjust your scene size to
compensate.



Paul





Rotating .swf file
Hi Paul, thankyou for your reply. Im new to using Flash, and
didnt think it

would be a difficult thing to change something from
horizontal to vertical.

Here is the actual one Im referring to.


http://www.sitepoint.com/article/script-dna-double-helix



I was attempting that tutorial, see how the flash goes across
the page, Id

like the whole thing to be vertical.



What would be the easiest way to do that. Ive turned the
movie clip

90degrees, and altered the graphic symbols, but when I test
the movie, or

export to SWF its still looking the same... ie. horizontal
across the page..



thankyou again



Terrie



''Paul'' %26lt;paul.dallaire@sympatico.ca%26gt; wrote in message

news:eui96g$eq5$1@forums.macromedia.com...

%26gt; twebber wrote:

%26gt;%26gt; Hi Everyone, I have a little swf file, that is
horizontal that Id like

%26gt;%26gt; to

%26gt;%26gt; flip to vertical ( 90degrees)

%26gt;%26gt;

%26gt;%26gt; How do I do that? Ive searched everywhere... to no
avail..

%26gt;%26gt;

%26gt;%26gt; I guess rotating an .swf isnt nice and simple like
rotating a .jpg.

%26gt;%26gt;

%26gt;%26gt; help would be most appreciated,

%26gt;%26gt;

%26gt;%26gt; Thanks

%26gt;%26gt;

%26gt;%26gt; Terrie

%26gt;

%26gt; HI! You cannot insert a movie flash objet into a html
page that way. what

%26gt; you can do however is take you whole content and insert
it into a movie

%26gt; clip then flip the movie clip and se-adjust your scene
size to compensate.

%26gt;

%26gt; Paul

%26gt;






twebber wrote:

%26gt; Hi Paul, thankyou for your reply. Im new to using Flash,
and didnt think

%26gt; it would be a difficult thing to change something from
horizontal to

%26gt; vertical. Here is the actual one Im referring to.

%26gt;
http://www.sitepoint.com/article/script-dna-double-helix

%26gt;

%26gt; I was attempting that tutorial, see how the flash goes
across the page,

%26gt; Id like the whole thing to be vertical.

%26gt;

%26gt; What would be the easiest way to do that. Ive turned the
movie clip

%26gt; 90degrees, and altered the graphic symbols, but when I
test the movie, or

%26gt; export to SWF its still looking the same... ie.
horizontal across the

%26gt; page..

%26gt; thankyou again

%26gt;

%26gt; Terrie

%26gt;

%26gt; ''Paul'' %26lt;paul.dallaire@sympatico.ca%26gt; wrote in
message

%26gt; news:eui96g$eq5$1@forums.macromedia.com...

%26gt;%26gt; twebber wrote:

%26gt;%26gt;%26gt; Hi Everyone, I have a little swf file, that is
horizontal that Id like

%26gt;%26gt;%26gt; to

%26gt;%26gt;%26gt; flip to vertical ( 90degrees)

%26gt;%26gt;%26gt;

%26gt;%26gt;%26gt; How do I do that? Ive searched everywhere... to
no avail..

%26gt;%26gt;%26gt;

%26gt;%26gt;%26gt; I guess rotating an .swf isnt nice and simple
like rotating a .jpg.

%26gt;%26gt;%26gt;

%26gt;%26gt;%26gt; help would be most appreciated,

%26gt;%26gt;%26gt;

%26gt;%26gt;%26gt; Thanks

%26gt;%26gt;%26gt;

%26gt;%26gt;%26gt; Terrie

%26gt;%26gt;

%26gt;%26gt; HI! You cannot insert a movie flash objet into a
html page that way. what

%26gt;%26gt; you can do however is take you whole content and
insert it into a movie

%26gt;%26gt; clip then flip the movie clip and se-adjust your
scene size to

%26gt;%26gt; compensate. Paul



HI! I am assuming that you are talking about the moving tring
balls that are

rotating right? If so then on the first frame there is action
script.





// the idea is to dulicate the movieclip with a little
divertion each time

and then applying the diversion again and again

for (i=2; i%26lt;30; i=i+1)

{

duplicateMovieClip (''/dna1'', ''dna'' add (i), i);

setProperty (''/dna'' add i, _rotation, getProperty(''/dna'' add
(i-1),

_rotation)+11);

setProperty (''/dna'' add i, _y, getProperty(''/dna'' add (i-1),
_y)+10);

}

setProperty (''/dna1'', _visible, ''0'');





Now change the x cordinate to y cordinate THEN make you scene
larger and

place the ball thing towards the top and center it. then when
you got what

you want just rezise the scene to fit and your done. :)



Paul






Paul wrote:

%26gt; twebber wrote:

%26gt;%26gt; Hi Paul, thankyou for your reply. Im new to using
Flash, and didnt think

%26gt;%26gt; it would be a difficult thing to change something
from horizontal to

%26gt;%26gt; vertical. Here is the actual one Im referring to.

%26gt;%26gt;
http://www.sitepoint.com/article/script-dna-double-helix

%26gt;%26gt;

%26gt;%26gt; I was attempting that tutorial, see how the flash
goes across the page,

%26gt;%26gt; Id like the whole thing to be vertical.

%26gt;%26gt;

%26gt;%26gt; What would be the easiest way to do that. Ive turned
the movie clip

%26gt;%26gt; 90degrees, and altered the graphic symbols, but when
I test the movie, or

%26gt;%26gt; export to SWF its still looking the same... ie.
horizontal across the

%26gt;%26gt; page..

%26gt;%26gt; thankyou again

%26gt;%26gt;

%26gt;%26gt; Terrie

%26gt;%26gt;

%26gt;%26gt; ''Paul'' %26lt;paul.dallaire@sympatico.ca%26gt; wrote in
message

%26gt;%26gt; news:eui96g$eq5$1@forums.macromedia.com...

%26gt;%26gt;%26gt; twebber wrote:

%26gt;%26gt;%26gt;%26gt; Hi Everyone, I have a little swf file, that
is horizontal that Id like

%26gt;%26gt;%26gt;%26gt; to

%26gt;%26gt;%26gt;%26gt; flip to vertical ( 90degrees)

%26gt;%26gt;%26gt;%26gt;

%26gt;%26gt;%26gt;%26gt; How do I do that? Ive searched everywhere...
to no avail..

%26gt;%26gt;%26gt;%26gt;

%26gt;%26gt;%26gt;%26gt; I guess rotating an .swf isnt nice and
simple like rotating a .jpg.

%26gt;%26gt;%26gt;%26gt;

%26gt;%26gt;%26gt;%26gt; help would be most appreciated,

%26gt;%26gt;%26gt;%26gt;

%26gt;%26gt;%26gt;%26gt; Thanks

%26gt;%26gt;%26gt;%26gt;

%26gt;%26gt;%26gt;%26gt; Terrie

%26gt;%26gt;%26gt;

%26gt;%26gt;%26gt; HI! You cannot insert a movie flash objet into a
html page that way.

%26gt;%26gt;%26gt; what you can do however is take you whole
content and insert it into a

%26gt;%26gt;%26gt; movie clip then flip the movie clip and
se-adjust your scene size to

%26gt;%26gt;%26gt; compensate. Paul

%26gt;

%26gt; HI! I am assuming that you are talking about the moving
tring balls that

%26gt; are rotating right? If so then on the first frame there
is action script.

%26gt;

%26gt;

%26gt; // the idea is to dulicate the movieclip with a little
divertion each time

%26gt; and then applying the diversion again and again

%26gt; for (i=2; i%26lt;30; i=i+1)

%26gt; {

%26gt; duplicateMovieClip (''/dna1'', ''dna'' add (i), i);

%26gt; setProperty (''/dna'' add i, _rotation, getProperty(''/dna''
add (i-1),

%26gt; _rotation)+11);

%26gt; setProperty (''/dna'' add i, _y, getProperty(''/dna'' add
(i-1), _y)+10);

%26gt; }

%26gt; setProperty (''/dna1'', _visible, ''0'');

%26gt;

%26gt;

%26gt; Now change the x cordinate to y cordinate THEN make you
scene larger and

%26gt; place the ball thing towards the top and center it. then
when you got what

%26gt; you want just rezise the scene to fit and your done. :)

%26gt;

%26gt; Paul



HI! Actually I already changed the ''x'' to a ''y'' for you. :)



Paul






Thankyou Paul, that worked perfectly.... :)



Thats one thing I dont think Ill ever grasp, the action
scripting in

flash.... its like learning a new language...



thanks again,



Terrie :)

''Paul'' %26lt;paul.dallaire@sympatico.ca%26gt; wrote in message

news:euicat$i78$1@forums.macromedia.com...

%26gt; twebber wrote:

%26gt;%26gt; Hi Paul, thankyou for your reply. Im new to using
Flash, and didnt think

%26gt;%26gt; it would be a difficult thing to change something
from horizontal to

%26gt;%26gt; vertical. Here is the actual one Im referring to.

%26gt;%26gt;
http://www.sitepoint.com/article/script-dna-double-helix

%26gt;%26gt;

%26gt;%26gt; I was attempting that tutorial, see how the flash
goes across the page,

%26gt;%26gt; Id like the whole thing to be vertical.

%26gt;%26gt;

%26gt;%26gt; What would be the easiest way to do that. Ive turned
the movie clip

%26gt;%26gt; 90degrees, and altered the graphic symbols, but when
I test the movie, or

%26gt;%26gt; export to SWF its still looking the same... ie.
horizontal across the

%26gt;%26gt; page..

%26gt;%26gt; thankyou again

%26gt;%26gt;

%26gt;%26gt; Terrie

%26gt;%26gt;

%26gt;%26gt; ''Paul'' %26lt;paul.dallaire@sympatico.ca%26gt; wrote in
message

%26gt;%26gt; news:eui96g$eq5$1@forums.macromedia.com...

%26gt;%26gt;%26gt; twebber wrote:

%26gt;%26gt;%26gt;%26gt; Hi Everyone, I have a little swf file, that
is horizontal that Id like

%26gt;%26gt;%26gt;%26gt; to

%26gt;%26gt;%26gt;%26gt; flip to vertical ( 90degrees)

%26gt;%26gt;%26gt;%26gt;

%26gt;%26gt;%26gt;%26gt; How do I do that? Ive searched everywhere...
to no avail..

%26gt;%26gt;%26gt;%26gt;

%26gt;%26gt;%26gt;%26gt; I guess rotating an .swf isnt nice and
simple like rotating a .jpg.

%26gt;%26gt;%26gt;%26gt;

%26gt;%26gt;%26gt;%26gt; help would be most appreciated,

%26gt;%26gt;%26gt;%26gt;

%26gt;%26gt;%26gt;%26gt; Thanks

%26gt;%26gt;%26gt;%26gt;

%26gt;%26gt;%26gt;%26gt; Terrie

%26gt;%26gt;%26gt;

%26gt;%26gt;%26gt; HI! You cannot insert a movie flash objet into a
html page that way.

%26gt;%26gt;%26gt; what

%26gt;%26gt;%26gt; you can do however is take you whole content and
insert it into a movie

%26gt;%26gt;%26gt; clip then flip the movie clip and se-adjust your
scene size to

%26gt;%26gt;%26gt; compensate. Paul

%26gt;

%26gt; HI! I am assuming that you are talking about the moving
tring balls that

%26gt; are rotating right? If so then on the first frame there
is action script.

%26gt;

%26gt;

%26gt; // the idea is to dulicate the movieclip with a little
divertion each time

%26gt; and then applying the diversion again and again

%26gt; for (i=2; i%26lt;30; i=i+1)

%26gt; {

%26gt; duplicateMovieClip (''/dna1'', ''dna'' add (i), i);

%26gt; setProperty (''/dna'' add i, _rotation, getProperty(''/dna''
add (i-1),

%26gt; _rotation)+11);

%26gt; setProperty (''/dna'' add i, _y, getProperty(''/dna'' add
(i-1), _y)+10);

%26gt; }

%26gt; setProperty (''/dna1'', _visible, ''0'');

%26gt;

%26gt;

%26gt; Now change the x cordinate to y cordinate THEN make you
scene larger and

%26gt; place the ball thing towards the top and center it. then
when you got what

%26gt; you want just rezise the scene to fit and your done. :)

%26gt;

%26gt; Paul

%26gt;





  • everyday minerals
  • No comments:

    Post a Comment