ActionScript 2.0 :: Paid Work To Fix Scroller?

Jan 25, 2012

need a scroller fixed, if you think you can do this download the file and if you get it working correctly let me know so to receive $5. i think five bucks is cool.the scroller is broken when you click the background bar near the top or bottom. the dragger will scroll out of bounds.

View 8 Replies


Similar Posts:


Flex :: Scaling An Image In A Scroller Resizes The Scroller When Relative Dimension Are Set To The Scroller?

Mar 9, 2010

I would like to position relatively a scroller in my application like below.When I scale the image, I resize the scroller...

<s:Scroller width="50%" height="50%" >
<s:Group>
<mx:Image

[code].....

View 2 Replies

ActionScript 2.0 :: Won't Work For Mouse Scroller

Jan 11, 2011

I have followed a Mouse Scroller video tutorial exactly but my images dont seem to move left or right depending on the mouses movement...I am using Flash CS5 Actionscript 2.0..this is my ActionScript....

[Code]...

View 0 Replies

ActionScript 2.0 :: Arrows On Scroller Don't Work

Mar 20, 2005

Scotty helped me create an XML pop-up gallery. I'm trying to alter the scroller for the thumbnails to make it look like the scroller on my other pages. However, it doesn't work right. The problem is the arrows... these are the problems that I'm seeing (and you can see, too!):

1) down_btn arrow does not work, but the up_btn arrow works? I'm confused because the coding looks correct for both?

2) I can use the dragger, but if I use the dragger, click on an arrow, and then try to drag the dragger, it will cut off the top of the thumbnails. If you use the dragger without clicking on an arrow, it works correctly.

3) The up_btn does not work with the slider. It will slide WAY UP, but I couldn't figure out how to stop it in a certain position.

4) I would like the arrows to have up/down states when you press the button, but I couldn't figure out how to do that. Would I place the actionscript on the mc or somewhere else? You can see the up and down states when you click on the mcs. But who knows how I can trigger them?? To cut this short, the scrollbar is messed up. I'm not sure how to fix it..

View 10 Replies

ActionScript 2.0 :: Arrows On Scroller Don't Work?

Mar 20, 2005

I'm trying to alter the scroller for the thumbnails to make it look like the scroller on my other pages. However, it doesn't work right. The problem is the arrows... these are the problems that I'm seeing (and you can see, too!):1) down_btn arrow does not work, but the up_btn arrow works? I'm confused because the coding looks correct for both?2) I can use the dragger, but if I use the dragger, click on an arrow, and then try to drag the dragger, it will cut off the top of the thumbnails. If you use the dragger without clicking on an arrow, it works correctly.3) The up_btn does not work with the slider. It will slide WAY UP, but I couldn't figure out how to stop it in a certain position.4) I would like the arrows to have up/down states when you press the button, but I couldn't figure out how to do that. Would I place the ctionscript on the mc or somewhere else? You can see the up and down states when you click on the mcs. But who knows how I can trigger them??

View 10 Replies

ActionScript 1/2 :: Dynamic Scroller Mc To Work In Main Timeline?

Mar 9, 2010

I have a dynamic image scroller that scrolls right or left following where the mouse is.  When you hover over the images, a pop-up box also appears with information. This scroller works perfectly fine within the mc scene, but once i drag the mc into the main timeline the mc doesn't smoothly scroll right or left.  It's jumpy and the infobox doesn't work at all. How can I get it to work smoothly on the main timeline?

View 39 Replies

ActionScript 2.0 :: FMX, Text Scroller Doesn't Work When Loaded Into A Movie?

Apr 1, 2003

This scroller doesn't seem to work once i load it as an SWF, is there any reason why, if so, how can i fix it?

View 5 Replies

ActionScript 2.0 :: Getting A Vertical And Horizontal Thumbnail Scroller To Work At The Same Time?

Sep 6, 2007

getting a vertical and horizontal thumbnail scroller to work at the same time, based off of the xml photo gallery tutorial here on kirupa. I'm using FMX04 and I can get one or the other to work but not at the same time. Once I can get them both to work at the same time I would like to make the vertical set load a different set up thumbnails,I know it will involve editting the xml and hence adding to the xml loading into flash but I'm unclear on that also... on another note, is there an easy way to make the image holder resize to the image, so as to accommodate both vertical and horizontal images without skewing them?

Here's my code (as) so far...

Code:
// start of horizontal code
function loadXMLh(loaded) {
if (loaded) {

[code]....

View 1 Replies

ActionScript 2.0 :: Vertical Sliding Scroller Based On A Tutorial For A Horizontal Slide Scroller

Feb 21, 2004

I am trying to build a vertical slide scroller based on a tutorial for a horizontal slide scroller and am having difficulties undertanding what values I need to change in the code for the slider mc in order to make it work. The horizontal slider is quite smart [code]

View 3 Replies

ActionScript 2.0 :: Menu Text Above Scroller It Controls The Scroller?

Jul 29, 2005

my problem is that if you go over the menu text above my scroller it controls the scroller. I wan this areas movement to have no effect on the scroller below. is there a way to script my scroller to set it to this?

View 1 Replies

ActionScript 2.0 :: Convert Vertical Scroller To Horizontal Scroller?

Aug 17, 2007

have a cool vertical scroller that I did try to convert to horizontal, but I could not make it work.

//code by Billy T
//set a variable
targY=0;
//set the x position of the dragger
dragger._x = 370;

[code]....

View 4 Replies

ActionScript 2.0 :: Change Vertical Scroller To Horizontal Scroller?

Jan 10, 2011

change vertical scroller to horizontal scroller?

View 2 Replies

ActionScript 2.0 :: Vertical Scroller To Horizontal Scroller?

Oct 24, 2009

I would like to use it as a horizontal scroller for an image gallery. Just to clarify a horizontal dragger and a horizontal stage motion for image viewing.

fscommand("allowscale", "false");
bar.useHandCursor = dragger.useHandCursor=false;
space = 20;

[code]....

View 0 Replies

ActionScript 3.0 :: Scroller That ACTUALLY Replaces Browser Scroller?

Jul 23, 2009

I can find tons of articles/tutorials on custom scrollers but none of them actually replace the browser scroller. If the browser is made smaller the custom scroller and the browser scroller are there. [URL]...

View 1 Replies

ActionScript 2.0 :: Build A Vertical Slide Scroller Based On A Tutorial For A Horizontal Slide Scroller?

Feb 21, 2004

I am trying to build a vertical slide scroller based on a tutorial for a horizontal slide scroller and am having difficulties undertanding what values I need to change in the code for the slider mc in order to make it work. The horizontal slider is quite smart and there is additonal functionality attached to it to affect it's movement which I'm not too worried about although it would be nice)

Code:
// set up content_mc info
contentRight = _root.content_mc._x;

[code].....

View 3 Replies

AS3 :: Make A Scroller With Inertia?

Apr 26, 2010

I've been trying to make a scroller, but the movieclip IS the scroller (if that makes sense?)So I have a movieclip that's, say, 1920 wide, and the stage just resizes to the browser, and when you drag the movieclip it scrolls. I have this semi-working but it's quite buggy on resize, and i also want inertia on the movieclip when it moves.

View 9 Replies

Professional :: Increasing Gap In Scroller?

Aug 10, 2010

I'm editing a scoller and have removed a photo from it however as the scroller scrolls a gap slowly appears where the original photo was. I can't seem to stop this happening?

View 1 Replies

Flex :: Add A Scroller To A Menu ?

Feb 2, 2011

In flex 4 I'm using a PopUpButton with a Menu populated with records from the database.For one of our clients, the data provider of the Menu has more than 50 elements.When they click on the Menu it expands beyond the height of the screen without showing a scroller or responding to the mouse-wheel.So in effect there is no way to access the lower items on the menu.So I need to somehow restrict the height of the menu and add a scroller.The rowCount and maxHeight commands are having no effect.

var companyContextMenu:Menu=new Menu();
companyContextMenu.maxHeight=400;
companyContextMenu.rowCount=20;

View 1 Replies

ActionScript 3.0 :: Create A Top-down Scroller?

Feb 2, 2009

I'm working on a small project and I'd like the player to be able to explore areas outside of just the 800x600 window, AKA scrolling is necessary.

I'm not working in the Flash IDE, I'm just writing actionscript in FlashDevelop.

Anyway, I'm trying to think of a clean way to scroll the map and all associated objects when the player gets near the edge of the screen.

Here's how my app is currently set up:

I've got my Main object, which is the parent app.

Under that, I have a 'DudeHandler' object, which will contain all the players. At the moment it just contains the player, and another test guy in order to see the effects of scrolling.

Then I have the 'Soldier' object, which is an individual player.

In a perfect world, when the player got near the edge of the screen, I'd just move the DudeHandler object, but I guess my main problem is trying to find out the actual screen coordinates of the player, since the x and y vars point to the position relative within the Dudehandler object, if that makes any sense.

View 0 Replies

Actionscript 2.0 :: Scroller() Method In The Mp3?

Feb 20, 2009

Wondering if anyone knows how to tweak the scroller() method in the mp3 tutorial to work more like a news ticker in that the artist and track continuously move from right to left and repeat itself (like the Zune radio on myspace) instead of moving back and forth

[Code]....

View 3 Replies

ActionScript 2.0 :: Dragging Scroller Bar Up And Down Accordingly

Dec 2, 2002

I'm messing around with a text box scroller. I want to be able to click on the scroller bar and drag it up and down accordingly.

Here is the code I am using:
on (press) {
startDrag ("_root.scroller", false, 578, 35, 578, 163);
} on (release) {
stopDrag ();
}

View 5 Replies

ActionScript 2.0 :: Move The Swf In The Scroller

Jun 12, 2006

I have a swf size : 1280 X 960. which has some kind of animation.. meaning some kind of block diagram animation that shows the flow.. for example a watercycle or a route map. But ... when I change the settings of the system .. to 800 X 600 then the scroll bars appear. Is there a way to ... move the swf in the scroller using some script or so? coz... all the animations have been made in the size for 1280 X 960 and cant be redone... and these cannot be scaled also (thats the requirement)

View 1 Replies

ActionScript 2.0 :: Scroller, Xml, Duplicatemovie?

Sep 6, 2006

I'd like to have a scrollbar which scrolls movieclips that are created depending on whether there is the information available in an xml file.The image attached shows how the layout should be and the xml will be something like this:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<root>
<myentry>[code]...

The kind of thing I want to create can be seen here... http:[url]...Click on 'engaging customers' and then you'll see a box to the right.I want to create something like that, but loading in the text from xml.

The scrollbar found here is good but I can't see how to implement the whole adding movieclips dynamically and then resizing the scrollbar etc.. http:[url]...Does this all include: loading in the xml, finding the node, creating a new movieclip, adding the xml information, resizing the scrollbar and then checking to see if there are anymore xml nodes?

View 1 Replies

ActionScript 2.0 :: Infinate Xml Scroller?

Sep 18, 2006

Im using this as my base for what I want to make:I've stripped out everything but the scrolling thumbnails at the bottom. Is there a way to: 1. Make the scrolling infinate?. Have two buttons that changes the direction of the scrolling. One that when its clicked makes the menu scroll from left to right and the other button to make it scroll right to left.

View 1 Replies

ActionScript 2.0 :: Scroller With Loading?

Oct 14, 2006

[URL]By clicking a button its slide to the picture and then loads the info and by clicking a other button it takes away the info first and then slide to the picture.

View 1 Replies

ActionScript 2.0 :: Imageviewer With Scroller And Xml

May 17, 2007

I tried to make a scrolling imageslider and when you click them the pane expands and opens the big picture.however the viewer I based it on had the urls for the jpegs hardcoded in the fla, so I thought let's replace that with xml.. (I left the original code in there, disabled with /*-marks and while the xml loads, the whole viewer thing doesn't do nothing.[code]

View 2 Replies

ActionScript 2.0 :: Scroller \ Bar To Move Up And Down?

Jul 28, 2007

I got a tiny problem with my scroller. I would like the bar to move up and down but when i test it, the bar shifts to the left and goes way up the way it should and it stops near of the bottom of the scroller bar.Here is my code

Code:
on(press){
startDrag("_root.scrollbox.bar" , true, 267.5, -163.0, 267.5, 90);

[code].....

View 2 Replies

IDE :: Horizontal Gallery Scroller?

Jun 26, 2009

I've got a horizontal gallery scroller that works great.The scroll bar snaps the animation to the closest image. You can view an example here:

[Code]...

View 2 Replies

IDE :: Scroller For Photo Gallery?

Jul 18, 2009

tutorial of photo gallery, the problem is that the scroller for the thumbnails doesnt work, i mean it doesnt appear, theres nothing on the screen, i dont know what the problem is, the pictures above appear correctly but the problem is the scroller, i have tried a lot of thing but i cant get it to work, maybe the problem is that i used flash cs3, and the tutorial was made for flash mx 2004

View 1 Replies

IDE :: Image Gallery With Scroller?

Oct 16, 2009

am after an image gallery with scroller that displays thumbnails only.

I'd also like to have lightbox used in this as well instead of displaying the larger image in a window.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved