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
tell the difference between indexed array and associative array? : Adobe flash
How to write a program to create custom list in actionscript?
which method is best for removing an object(e.g.,Myobj) from memory? : Adobe flash
which actionscript method should be used to bring a component from the library to the stage? : Adobe flash
How to start a graphic animation at a specific frame?
what is the key advantage of flash being a true clientside application? : Adobe flash
How to make synchronous data calls in actionscript?
what are the correct statements consenting text field? : Adobe flash
How to write a program use a text field and display it using the actionscript?
What are the different utils libraries in actionscript?
which two file formats can be imported into a swf file at runtime? : Adobe flash
What will replace flash?
what is the key purpose of using layers in a timeline? : Adobe flash
which two statements about device fonts are true? : Adobe flash
what are the properties can be used to control the order in which the user can tab through the elements in a flash movie? : Adobe flash