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
where to start the adobe flash? : Adobe flash
which text anti-aliasing property setting will result in the smallest swf file size? : Adobe flash
Tell me what is the main purpose of actionscript?
Describe changewatcher.watch.
what is default frame rate of the time line in frame per second? : Adobe flash
which of the following is most likely a class constructor? : Adobe flash
Do you know how does removal of actual objects and data work in actionscript?
what is the key purpose of using layers in a timeline? : Adobe flash
Differentiate between as2 and as3.
what is the function of trace? : Adobe flash
Do you know what are the different primitive data types used in actionscript?
tell the difference between indexed array and associative array? : Adobe flash
How to add event listeners in mxml components.
which actionscript method should be used to bring a component from the library to the stage? : Adobe flash
what happens if an .swf is loaded into a already occupied level? : Adobe flash