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

what happens when you drag an object created with the oval tool to the library panel? : Adobe flash

0 Answers  


How many methods for depth are available?

0 Answers  


explain the flash vs. Animated images and java applets? : Adobe flash

0 Answers  


what is generally considered the ideal group size for usability testing? : Adobe flash

0 Answers  


Explain what does the void function and object contain in actionscript?

0 Answers  






How to write a program that shows the usage of data types?

0 Answers  


Explain what are the data types supported by actionscript?

0 Answers  


you have a rectangle shape with rounded corners. You want to ensure that the corners do not distort when the rectangle is scaled. What should you do? : Adobe flash

0 Answers  


Name the as3 components?

0 Answers  


what is flash tweening? : Adobe flash

0 Answers  


what is needed when using static text to have font outline embedded in swf file? : Adobe flash

0 Answers  


Do you know what does reference means in actionscript?

0 Answers  


Categories