How we can create a scrolling gallary in a portfolio,what
is the script?
Answer Posted / sunny
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 ? | 3 Yes | 8 No |
Post New Answer View All Answers
is everyone required flash player plugin? : Adobe flash
what is the function of trace? : Adobe flash
can flash .swf movies be very time consuming to edit? : Adobe flash
what is the primary difference between the xml.sendandload method and the xml.load method? : Adobe flash
who can create flash movies? : Adobe flash
which two textfield events can be captured to trigger scripts to run? : Adobe flash
what is the most important factor in determining the compatibility of your application? : Adobe flash
Write a program to show the external actionscript?
which of the following is not a guideline for conducting effective usability testing? : Adobe flash
you have a textfield selected on stage and would like to separate each letter into its own textfield. Which option under the modify menu allows you to do this? : Adobe flash
which of the following is not a result of exporting a movie for a debug build? : Adobe flash
what appears in the output window after executing this actionscript on the first frame of a movie? : Adobe flash
Tell me what are the functions used with flash media?
which of the methods provedes the most controlled printing of flash content? : Adobe flash
you want to skin flash cs3 components. What should you do? : Adobe flash