How we can create a scrolling gallary in a portfolio,what
is the script?
Answer Posted / vvj
you have an option in flash - components
first creat a text and make it dynamic and multiline.
right click on the text and convert it into scrollable.And
give a variable namefor the text.
choose second layer and draw two objects and convert it
into buttons
on action script
(a)first button
on(press){
_root.variable name. sroll +=10;
}
(b)second button
on(press){
_root.variable name .scroll -=10;
}
SCROLLING BAR
If you open components you will have the scroll bar option
import three pictures from the file.
convert it into 100 X,Y axis.convert all lte pics into
movie clip.add key frame to frame area.
create two objects and convert it into button.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What will replace flash in 2020?
what methods are used to pass variables out of flash to a server side solution? : Adobe flash
Differentiate between as2 and as3.
Hello! I would like to learn the technique (I don't know if there is a name for it) used by Stu Campbell (a.k.a. Sutu) in his flash comic book Nawlz for animating the image of whale in episode one. The the three tutorials that the artist made explain the basic scenario of the working process but they do not at all go into coding and such.
who can view flash? : Adobe flash
What is meant by vector graphic animation? What is the use of pre-loader?
which two panels can be used to change the label text of a button component? : Adobe flash
How to add event listeners in mxml components. Name the as3 components?
a button instance is named circle_btn. Actionscript is placed on the main timeline so that the button is clicked a movie clip instance named rec_mc s width is changed to 100? : Adobe flash
how many levels does flash mx support? : Adobe flash
How to add an effect to the movie clip?
what are the correct statements consenting text field? : Adobe flash
what is not a disadvantage of using the fscommand? : Adobe flash
what is vector graphic animation? : Adobe flash
what is the primary difference between the xml.sendandload method and the xml.load method? : Adobe flash