How we can create a scrolling gallary in a portfolio,what
is the script?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
who can create flash movies? : Adobe flash
How to add event listeners in mxml components. Name the as3 components?
what is the downside of macromedia ui components making extensive use of ingeritance and encapsulation? : Adobe flash
which two sets the x position of the instance my_mc to that of the mouse cursor? : Adobe flash
which keyword is used to attach methods and properties to a class? : 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
for methods within objects,what does the keyword this specifically refer to? : Adobe flash
where to start the adobe flash? : Adobe flash
How to add an effect to the movie clip?
How to embed flash in html?
which two are symbol options when converting an object into a symbol? : Adobe flash
what is the most important factor in determining the compatibility of your application? : Adobe flash