ActionScript 3.0 :: Rotated Image Scroll Bar?
May 5, 2010I need to rotate the imageClip,then zoom in,then i need to scroll the imageClip fully.ve the tutorial for thisboth horizontal and vertical scroll for Rotated imageClip..
View 0 RepliesI need to rotate the imageClip,then zoom in,then i need to scroll the imageClip fully.ve the tutorial for thisboth horizontal and vertical scroll for Rotated imageClip..
View 0 RepliesI have made an application where you can design your own greeting cards. I use matrices to scale and rotate images, and I always need to know what scale the image has.
It works when the image isn't rotated, by taking the value from matrix.a or .d which are the scaleX and scaleY values. But when I rotate the image, using the matrix.rotate() function, the a and d values no longer corresponds to the scale of the image.
How can I get/calculate the scale value of an object that is rotated? And I don't want to scale the image by using the scaleX and scaleY methods.
I have a couple of images, representing tents, that look like this: The red and blue parts on each side of the tents are doorways, and several tents can be connected together via these doorways. For example, I want to connect the two blue doorways so that they match up like in this picture: If the first tent is stationary, around which point do I rotate the second tent and how do I calculate where to place it?
Currently, I have the upper left corner of each doorway as an x and a y value, together with the width and direction (in degrees) of the door. I'm treating the doorways as one dimensional, so they don't have heights. Would another representation suit this better? Perhaps a start point and an end point plus direction?
this is the code for 3d rotation [code]i want to rotate the image after dropping them in the canvas.i am able to rotate them in the panel.
View 1 RepliesI'm loading external images in a flash animation, on slides, and these ones get a random rotation.My problem, the rotated images are looking bad and pixelised almost like if you were using bitmap text for dynamic text areas.
View 1 RepliesI m trying scroll pannnel to show image and dynamic text both in scroll panne but when i select dymanic text in text option it comes outer from scroll pannel but static text is coming.
show dynamic text also in scroll pannel.
I m trying scroll pannnel to show image and dynamic text both in scroll panne but when i select dymanic text in text option it comes outer from scroll pannel but static text is coming.
View 1 Replieshere is some code for a rotating crank that controls an image gallery. refer to the "image viewer stops?" thread in the flash mx forum (sorry don't know how to link to a forum yet!) for more info. attached is the fla. i want to be able to crank clockwise to scroll images forward and counterclockwise to scroll images backwards. If i keep cranking, i want the images to continue to change, if i stop cranking, i want it to stp on that image. it doesn't sem tooooo hard, i'm just numb from tryig to figure it out.
[Code]...
I have a image of burlap @ 500 width x 430 height. I need to tile this as my entire background for my full screen flash site. flip the image horizontally for every other placement horizontally, and then i need it to flip vertically for every other Vertical placement. So the image only looks seamless if i do this. I have a illustration below to help show what i mean.
[Code]....
I want to create an image scroll bar that when I click on takes me to different scenes.
View 1 Repliesi am trying to make a flash version of my company catalog. i've got the nifty page turning thing working fine. what i am trying to do now is have it so that when you click on a page, it loads a larger version of that page into a blank mc holder. i can get it to load the image no problem. what i CAN'T seem to figure out is how to make the image scroll so that the viewers can see the entire thing.
i need to constrain the size of the holder mc and then have the image inside move with the mouse movement. clicking the image will empty the holder mc and return the viewer to the main catalog.open the catalog and on the first page you will see a temp blue button. clicking that will open the LARGE page view (i know they don't match, this is just a demo ). i need to be able to scroll that large image. still nowhere.
I'm putting together an image library on a horizontal scroll. Each of the images is a movie clip and there is an expansion button to see the full images that are contained. How to make it so the scroll contents expands and contracts as the movie clips expand and contract.
View 1 Repliesi've been trying to solve this for an hour now and I have to resort to a forum post. I don't understand why this isn't working.I have two background images that scroll up,right,left and down with arrow keys. They also scroll to the left while no arrow keys are being used.What I want is the background images to reach a boundary, so the player never leaves the background image and sees the stage.My background image x,y coordinates by default are: x(223.0), y(272.4)Just to see if my condition works, I have it move the wisp(player). However, even in the debug screen when it shows the Y coordinate of backround image go below 170, it never moves the wisp.
View 1 Replies[URL].. image not appear well in scroll pane
View 5 RepliesWhat I want to accomplish is to have a up and down scroll w/ thumb images. Once you press on a image the thumb gets bigger and have the option to close the big image and back to all the thumbs..
View 1 RepliesI'm working on an image gallery using a mouseOver to scroll the thumbnails. How can I limit the area affected by the mouseOver as at the moment it scrolls wherever the cursor is on the page.
View 2 RepliesIn the code below, image01.gif is 'higher' than the textArea readingPane(ie image01.height > readingPane.height). My problem is that I cannot srcoll the image. Is it possible? If so,how?
import fl.controls.TextArea;
var readingPane:TextArea;
var htmlString:String = <img src='http://localhost/strategist/images/image0.gif' hspace =
[code]......
I am looking for information on how to create an image which lags somewhat behind the scroll on a webpage, very simliar to the candle at the bottom of this page: [URL].. If I only knew the name of this effect, I could search out a tutorial for it myself.
View 3 Repliesi am making a game with scrolling background. I am using a tiled background.inactionscript I was going to hide background objects off the screen but this cause memory to still be taken up by the hidden images so what do i do?the scrolling background isnt repeating so i could have 4-5 screens of image tiles off screen and made invisible until required.
View 1 RepliesI need to be able to zoom in on my image, but I cant get it to work properly. I've got an Image showing my content, and it get it's content from a BitmapData. The BitmapData is full-res, which is 2880x1620, and the Image is scaling to fit my window. The SmoothImage is the same as Image, but with smoothing added.
<me:SmoothImage id="imageFull" visible="false" width="100%" height="100%" />
How would I go about zooming this image when I scroll my mouse? This is the code I have, and it does change the scaling factor. But since it's set to fit my view, nothing happens...
public function videoBufferWheel(event:MouseEvent):void{
myZoom += (event.delta/10);
if(myZoom >=1){
imageFull.scaleX = myZoom;
imageFull.scaleY = myZoom;
}else{
myZoom = 1;
}}
I had created a scrolling image. I want to create an invisible button on each image so that when user click onto any scrolling images it will open up a movie clip of that image.
View 2 RepliesI am trying to build an image gallery as shown in the attached image.
The idea is basically to be able to add unlimited thumbnails (A,B,C,D,E and so on) at will by using XML and the latest uploaded thumbnail, be always in the first position (image A thumb). Also it's also able to add a title for the uploaded image ("Title here" as shown in the image)
The image A is by default always being shown on the right hand side with a title and description text.
I want to create a tile map and my fla is 600 x 400. Now I create 7x7 Sprites (Size 40x40) and I want them to be in the middle of the scene with text around (not in the map!). One way is do update the sprite containers, but this isn't "smoothly", I wanna scroll the content, when a new raw appears.
View 0 RepliesI've a CD presentation using flash and XML. The CD includes a search facility. The search and rest of the things are ok but the problem that the result comes along with the picture that is reading from XML file. Sometimes the result contains more that one person's details with photographs. So scrolling the content area is necessary. I've tried to display both, the pciture and result (text) but the scroll bar component doesn't support picture. <img> tag i've tried but no result. Is there any other option for display the image and text withing a scrolling area.
View 1 RepliesI wan to do a continously horizontal scrolling image without displaying any disruptions in the .. but i can't do this effect..
View 4 RepliesOK, I've worked on this for days, I would like to make the box drag-able, however I loose my text when I add the drag function. It has something to do with the cliphandler and a conflict.Everytime I add the following code it kills my text and or image.
Code:
dragger.onPress = function() {
startDrag(_root.about);
[code].....
I am having a little trouble adding my pics to the scroll pane. I can get my captions to load, although they are all stacked on top of one another. Tracing the thumbPic variable gives for example: /gallery/trucks/tn/action_1.jpg but my attempts to add the image doesn't seem work.
my XMl file looks like this:
Code:
<images>
<pic>
<image>/gallery/trucks/tn/action_1.jpg</image>
[Code]....
Okay, I will begin be mentioning I am pretty new to flash, however I have a decent amount with other programming languages like c++, c#, vb, pl/sql, coldfusion, and some others so I feel comfortable jumping right in.I do understand a lot of the basics in flash, but I am starting a project in as3 that I am having some issues with.(I would attach the fla, but it exceeds the file size limit with the png file attached)
Code:
//import slider classes
import fl.controls.Slider;
[code]....
I've a CD presentation using flash and XML. The CD includes a search facility. The search and rest of the things are ok but the problem that the result comes along with the picture that is reading from XML file. Sometimes the result contains more that one person's details with photographs. So scrolling the content area is necessary. I've tried to display both, the pciture and result (text) but the scroll bar component doesn't support picture. <img> tag i've tried but no result.
View 1 RepliesI want my 360 degree image to continuously scroll in any direction. Has anyone done this? How would I make it happen?
[Code]....