How we can create a scrolling gallary in a portfolio,what
is the script?

Answers were Sorted based on User's Feedback



How we can create a scrolling gallary in a portfolio,what is the script?..

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

How we can create a scrolling gallary in a portfolio,what is the script?..

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

Post New Answer

More Flash Action Scripting Interview Questions

Difference between shared lib and shared objects

4 Answers  


what is the recommended character to use to separate target level paths levels? : Adobe flash

0 Answers  


which is not a benefit when adding a title in the document properties? : Adobe flash

0 Answers  


what is the key advantage of using loadvars instead of loadvariables? : Adobe flash

0 Answers  


What are the data types supported by actionscript?

0 Answers  






what is the primary difference between the xml.sendandload method and the xml.load method? : Adobe flash

0 Answers  


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

0 Answers  


what are the steps is not required in order to test or deploy flash remoting? : Adobe flash

0 Answers  


how many levels does flash mx support? : Adobe flash

0 Answers  


which is an advantage of selecting a flash player version in publish settings before beginning a project? : Adobe flash

0 Answers  


How to write a program use a text field and display it using the actionscript?

0 Answers  


Do you know what are the different primitive data types used in actionscript?

0 Answers  


Categories