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 |
difference between _root and _level
Do you know what are the ways in which actionscript's code can be protected?
user accessibility on your video project is a key factor. Which two features should you choose? : Adobe flash
what are the correct statements consenting text field? : Adobe flash
can any one tell good training center for adobe flex in chennnai?
which of the assumptions cannot be made when developing an application for intranet deployment? : Adobe flash
which two panels can be used to change the label text of a button component? : Adobe flash
what is the function of trace? : Adobe flash
Tell me what are the different ways in which the variables can be assigned?
Do you know what does reference means in actionscript?
How to write a program use a text field and display it using the actionscript?
what should be inferred by a variable named birthplace_str? : Adobe flash