Panoramic 360
Hello,
I'm trying to create one of those "panoramic 360" effects you see everywhere. So far, I have a fair result, but there is something odd in the movement. I'll attach the .fla which consists in two instances of a clip called "pano" and two masks called "mascara1" and "mascara2". I added two little red strips to see where each slide begins and ends. And that's where it's a little strange. The distance between the end of one slide and the beginning of the other is not always the same. Could someone tell me how to improve my code to solve this issue?
Thanks,
Eduardo
ActionScript.org Forums > ActionScript Forums Group > ActionScript 2.0
Posted on: 05-22-2007, 01:18 AM
View Complete Forum Thread with Replies
Sponsored Links:
Panoramic 180
i was wondering, does anyone know how to make a panoramic 180 work on flash? I got a fla that allows for interactive view of your 360degrees image left and right, depending on your mouse location. Now i wanted the same but with 180degrees images, so it would scroll only until the end of the image and stop, no loop.
Can anyone shed light on this?
thanks in advance
andré henriques
View Replies !
View Related
Panoramic, Possible?
i was looking at this post
http://www.kirupaforum.com/forums/sh...941#post342941
APDesign posted an example based on a flash temp.
Depending on the x,y cooridinate of the mouse, it fades between 2 different images..
what i was wondering, would it be possible to have maybe 4 or 5 different images of the same object, but at different angles, and fade between them with a panoramic type effect??
any ideas?
View Replies !
View Related
360 Panoramic
I am working on a site for a recording studio, and he took a panoramic picture of the studio. He wants to able to pan all the way around the room on the site. Can anyone point me in the right direction?
View Replies !
View Related
Panoramic, Possible?
i was looking at this post
http://www.kirupaforum.com/forums/sh...941#post342941
APDesign posted an example based on a flash temp.
Depending on the x,y cooridinate of the mouse, it fades between 2 different images..
what i was wondering, would it be possible to have maybe 4 or 5 different images of the same object, but at different angles, and fade between them with a panoramic type effect??
any ideas?
View Replies !
View Related
Panoramic AC
I have a script that i got to make a picture rotate and act like a VR panorama.
But as soon as i make them fade in and out it stops working. The script was writen in spanish i think so i dont understand it. I am new to AS and really could use some help. :-)
I have been working on this for hours now and at my witts end.
Also if you know of a better way to do this please let me know because i would like to know the right way and if i am doing it wrong. if you know of one that might use buttons ro make it rotate left and right that would be awesome!!!! i looked for one that i could have buttons that i could make it rotate but could not find any.
View Replies !
View Related
I Am Looking For This Panoramic 360
I am wanting to implement to my web some panoramic pictures in 360 grades, the pictures have already taken them, and in a software that comes with my camera there is one to make panoramic in 360 grades, but the problem is that it exports them with (. MOV), and weight too much.
I am looking for if somebody can provide me some tips or tutorial of as making the panoramics, here accent the example of as I would like to place in my web: todo360.com is the panoramic where it leaves a bull. It is the same thing that I am looking for that example this fact in Flash and overalls this something similar at the 3D.
Here two examples: one and two panoramic
View Replies !
View Related
Panoramic Help
im looking at creating a panoramic in flash 4. I got the normal stuff down, and ive seen some examples here. I was looking at a tutorial on flashkit.com
( Flash Junkie 360 )
I edited the code slightly to only do the movment on the x and y axis when the mouse button is down. I would like to have a decellerate function done when the mouse is up. so onMouseDown, the movie scrolls panoramically, and on mouseUp, the image will decellerate. I do know the decellerate formula, but i cant get it to work along with this tutorial.
here is the code
Code:
Comment: ----------------------------------------------
Comment: mouse drags this item
Comment: ----------------------------------------------
Start Drag ("", lockcenter)
Comment: ----------------------------------------------
Comment: must be set manually:
Comment: ----------------------------------------------
Set Variable: "movieheight" = 160
Set Variable: "moviewidth" = 400
Comment: ----------------------------------------------
Comment: variables
Comment: ----------------------------------------------
Set Variable: "w" = GetProperty ("../picture", _width )
Set Variable: "h" = GetProperty ("../picture", _height)
Comment: ----------------------------------------------
Comment: Drag Speed is INVERSE: ie: setting to a higher number will SLOW down the speed...
Set Variable: "speed" = 45
Comment: ---------------------------------------------
Comment: begin drag calculations
Comment: ---------------------------------------------
Set Variable: "xPos" = GetProperty ("",_x)
Set Variable: "yPos" = GetProperty ("",_y)
Comment: -------------------------------------------
Comment: Center the Drag Effect
Comment: -------------------------------------------
Set Variable: "xPos" = xPos-(moviewidth/2)
Set Variable: "yPos" = yPos-(movieheight/2)
Comment: -------------------------------------------
Comment: slide <--x-->
Comment: -------------------------------------------
Set Property ("../picture", X Position) = GetProperty ( "../picture", _x )-(xPos/speed)
If (GetProperty ( "../picture", _x )<-(w/2))
Set Property ("../picture", X Position) = 0.01
Else If (GetProperty ( "../picture", _x )>0)
Set Property ("../picture", X Position) = -w/2
End If
Comment: -------------------------------------------
Comment: slide y
Comment: -------------------------------------------
Set Property ("../picture", Y Position) = GetProperty ( "../picture", _y )-(yPos/speed)
Comment: -------------------------------------------
Comment: limit y to movie height
Comment: -------------------------------------------
Set Variable: "pic_y" = GetProperty ("../picture", _y)
If (pic_y>0)
Set Property ("../picture", Y Position) = 0
End If
If (pic_y<(movieheight-h))
Set Property ("../picture", Y Position) = (movieheight-h)
End If
any help would be greatly appreciated.
Thanks,
Matthew
View Replies !
View Related
[looking 4] Panoramic VR ?
Hi, everyone
How can I make effect like this? It's very nice and look like 3D effect.
http://www.bitwerks.ca/flashvr/index.html
Do anyone have a source or give me some advice?
Thank you so much
Best regards,
View Replies !
View Related
Wow, How Do They Do This? 360 Panoramic
http://clemsontigers.cstv.com/sports/m- ... man01.html
Baseball Player Bio. Done in flash? Maybe After Effects?
360 panoramic view, etc.
For a 360 view, do you take multiple pictures, and string them together, or is it done by video?
Which way is better?
What if you wanted to do a product 360 view, seen on some retila sites. Where the user drags the mouse, and the product spins so you can see all sides of it. Multiple pictures? Or Video?
View Replies !
View Related
Panoramic 360 On Flash
Is there a good tutorial on how to create a panoramic 360 on Flash, and might embed illustrations as buttons as my navigation scheme to link or connect with external html links and/or .dcr or .dir movies
View Replies !
View Related
Panoramic Movie
I am hoping someone can help me with a problem. I am making a panoramic movie in flash using actionscript. This is a 360° movie landscape which I have put together. As you move your mouse from one side to the other the movie should scroll from side to side, but instead it scrolls only up and down.
I have enclosed all the code that is used in this panoramic movie. I hope someone with script/code knowledge of flash etc.. can see why the movie only goes up and down and not side to side. Otherwise the movie does work in a fashion.
If you can help me I would be very grateful.
Best wishes,
Raykitch
Code inside SLIDE OBLECT movie instance name PICTURE
m = 0;
tmi = 2;
Loop(m<(tmi*2)-1);
m = m+1;
dup = "image&m";
duplicateMovieClip ("image", dup, m+1);
setProperty (dup, _x, "");
getProperty(dup, _x)+m*getProperty(dup, _width);
Code inside DRAGCONTROL in first keyframe with no instance name
startDrag ("", true);
movieheight = 400;
moviewidth = 550;
w = getProperty("../picture", _width);
h = getProperty("../picture", _height);
speed = "45";
xPos = getProperty("", _x);
yPos = getProperty("", _y);
xPos = xPos-(moviewidth/2);
yPos = yPos-(movieheight/2);
setProperty ("../picture,", _x, getProperty("../picture", _x)-(xPos/speed));
if ((getProperty("../picture", _x)<-(w/2))) {
setProperty ("../picture", _x, 0.01);
} else if ((getProperty("../picture", _x)>0)) {
setProperty ("../picture", _x, "w/2");
setProperty ("../picture", _y, getProperty("../picture", _y)-(yPos/speed));
pic_y = "getProperty (../picture,_y";
if (pic_y>0) {
setProperty ("../picture", _y, "0");
if (pic_y<movieheight-h) {
setProperty ("../picture", _y, "movieheight-h");
}
}
}
Code inside DRAGCONTROL in second keyframe with no instance name
gotoAndPlay (_currentframe-1);
Code on SCRIPTS layer
zoom_direction = none;
View Replies !
View Related
Panoramic 360 Tutorial
So I'm following the tutorial on creating a 360 panoramic flash file, and there seem to be some missing steps:
After duplicating the code (hey, this is the newbies section, right??) the next step says to return to the main timeline, place an instance of slider object called 'picture' on the layer 'bitmap' -- is 'bitmap' a new layer created in the main timeline or is this a step that was skipped?
The tutorial seems to assume a lot and skip some steps.
If only there were a "360 Panoramic Tutorial for Morons", I'd be in heaven!
View Replies !
View Related
Panoramic Picture
Please help!!!!
I'm desperately trying in vain to integrate a panoramic picture I snapped a while back, into my website's home page. I would love it to move both left and right when the curser moves over that side but I'm not sure where to begin. I've managed to string all the pics together so that end of things is ready to go, it's the action scripting which mostly confuses me. Can anyone help me preferably with a working tutorial...? I've tried the Brent Thomson tutorial but the .fla is unattainable.
Cheers
Bill
View Replies !
View Related
Panoramic Views
Hi Guys,
After a very long time i am getting back to flash. I was struck in a big project.
Plz check this site http://www.whitehouse.gov/history/whtour/360index.html
Click on any one of the thumbnails. we get the 360 degree panoramic view of the room.
My question is How can we achieve this ? can we do it in flash?
Also, can we simulate a 3d walk through of a room in flash? (need not be a 360 degree one)
Kindly help me. I am in urgent need of it.
Thankx in advance
Abhigna
View Replies !
View Related
Panoramic Problems?
hey all,
I have a panoramic picture that i would like to stop whenever my mouse is not over the picture.
what kind of script do i need to place in my movie to tell the movie to stop doing panoramic when the mouse is not on the picture
Mike
View Replies !
View Related
Panoramic Problems?
I am using Flash MX help me.
I would like to give you the file to look at but it is too big for attachment.
I could give you the link as to what i am talking about
http://www.totaltutorials.com/Go.asp?ID=250
If you respond to this and would like to help, i could somehow get you a copy of my file. Or I could just, in multiple messages, just send you all of my MovieClips
basically I am tring to make a panoramic picture and all it does is go over and over to the right with no control from my mouse.
I should be able to control it left or right from the center of the flash movie.
If you have any questions please help me
Below are all of the Actions Scripts used in My version of the link above.
2nd Frame (MAIN Timeline: ACTIONS layer)
// ----------------------------------------------
// tmi=TOTAL COPIES (2 needed)
tmi = "2";
3rd - 15th Frame(MAIN Timeline: ACTIONS layer)
// SET UP THE SLIDING
startDrag("dragControl", true);
stop();
ON THE STAGE
--------------------
Instance of Panoramic (renamed 'nav' on the stage)
Instance of dragControl (renamed 'dragControl' on the stage)
both of these instances are on separate layers on the 3rd frame
'dragControl' is on the ACTIONS layer
MOVIE CLIP 'dragControl'
--------------------
1st FRAME
// -------------------------------------------
// MAKE THE DRAG WORK
// -------------------------------------------
// SET DRAG SPEED (inverse)
speed = 45;
drag = "/dragControl";
/:w = getProperty("/nav", _width);
/:xPos = getProperty(drag, _x);
/:yPos = getProperty(drag, _y);
// next line centers the menu drag to the screen
/:xPos = /:xPos-(700/2);
setProperty("/nav", _x, getProperty("/nav", _x)-(/:xPos/speed));
if (Number(getProperty("/nav", _x))<Number(-(/:w/2))) {
setProperty("/nav", _x, 0.01);
} else if (Number(getProperty("/nav", _x))>0) {
setProperty("/nav", _x, -/:w/2);
}
2nd FRAME
gotoAndPlay(_currentframe-1);
MOVIE CLIP 'slide control'
INSIDE MC: Instance of a MC called 'picture' (renamed 'butn' on the stage
---------------------------------
FRAME 1
// --------------------------------------------
// tmi=total duplicates (2)
// dup=new movie duplicates
// butn=original movie
// --------------------------------------------
m = 0;
while (Number(m)<Number((/:tmi*2)-1)) {
m = Number(m)+1;
dup = "butn" add m;
// Depth of this layer and depth of city layer CANT be the same. So in this layer I add 10 to the depth to make sure of that.
duplicateMovieClip("butn", dup, Number(m)+10);
setProperty(dup, _x, Number(getProperty(dup, _x))+Number(m*getProperty(dup, _width)));
}
View Replies !
View Related
Panoramic Help Flashjunkie
I was just wanting a quick flash panoramic for a project im working on, and I saw flash junkie's tutorial on it.
creating the panoramic is fairly simple to me, but I added some code to his to only scroll and move when the mouse is down. I wanted to make it so with the onmouseup it would decellerate. Right now it just stops abruptly onMouseUp.
can anyone help me add the decelleration functionality to this tutorial? This tutorial was done in flash 4 code. i would like to keep it in flash 4 or 5 code.
http://www.flashkit.com/tutorials/Ac...u-76/index.php
thanks,
dduck1934
View Replies !
View Related
Panoramic Photo
hey there guys - i got this movie clip of a panoramic image what i want to do with it is put a tranparent button on the left and right hand side of it and then script those buttons to move the image left and right - the other thing i need to do is set it so it continues "looping" so that there are no breaks or jumps as it scrolls thru.
hheeeeelllllllpppppp
it would be greatly appreciated
cheers
View Replies !
View Related
Panoramic Image
hey,
Does any1 know how can:
1. modify the A/S and make it so that the MC(panoramic image) only moves when i mouse over it, instead of moving when i mouse over the stage/whole swf file (that's how it is right now).
2. After i mouse out of the MC, how can i make it move at a constant preset-speed, right now...if you mouse over it and then if you mouse out of it, it moves at the speed that you moused out of it at. But i wanna try to make it so when you mouse over it and play around with it and then when you mouse out of it, it moves at a constant preset speed of like 5 or something, not the speed that you moused out of.
thx,
Baljinder
View Replies !
View Related
360 Panoramic Tweak
Hi, I'm making a panoramic viewer, but I don't want it to be 360, I want the viewer to stop scrolling and the end of the image.
I'm using the FLA from http://www.flashkit.com/movies/Effec...3660/index.php
But I want to know what to add to do this..
Thanks
View Replies !
View Related
Panoramic Menu
I'm trying to create a panoramic menu that scrolls back and forth as the user moves his mouse left and right. see:
http://sky.prohosting.com/ishiiboy/i...ochureHelp.jpg
I tried to complete a tutorial that was designed for panoramic images, but had some problems. For some reason I can't get the panorama to play backwards (see attached). I would like to modify this tutorial for a menu. Where did I screw up?
View Replies !
View Related
Panoramic Slider
Hi I am creating a personal website and I need help in creating a panoramic viewer something similar to the set up on http://www.sundialrestaurant.com where the image is continuously looping. Any help will be greatly appreciated!
View Replies !
View Related
Sort Of A Panoramic But Not
I am doing a clan site for Unreal Tournament 2004 (<-great game) and I want to make it sort of panoramic, but not. Here is the example that I am kind of using http://fifastreet.com/
(Just skip the intro and stuff
If someone could just explain how I could do that, it would be awesome.
thanks
View Replies !
View Related
Help With Panoramic Buttons Please
Okay, I'm new and learning by butchering tutorials, forgive me. This is just my sloppy little test trying to figure out how to do what I want, and I'm stuck.
With this scrolling background, I'd like buttons. I'd like the buttons to move with the background. Is there any way to do this? The idea is for the user to turn 360, and see different buttons.
Also, is there any way to make the scrolling stop when mouse over a button?
Thanks for any help. (Trying to learn Flash for my classroom, which I SHOULD have done over the summer, not after school started.)
View Replies !
View Related
Panoramic Viewer
Hello all,
I have been trying to make a 360 degree panoramic photo for university. I know I can get software to do it but that feels like cheating. I have tried to adapt some code I found on the net but the thing just will not work.
I don't know if there is anyone who could be bothered to have a look at the fla file but it's worth a shot.
Failing that a decent tutorial on how to get one working would be good.
I would like it to have some sort of navigation, the current attempt uses mouse drag.
Here is the file to anyone who can help
http://www.saynotocowboys.com/panoramic2file.fla
I'm doing it on cs3 but with actionscript2
Thanks
Simon
View Replies !
View Related
Stop à Panoramic After 20 Sec
Hello,
I generate a 360 view with this code :
The animation always turn around, and I'd like to stop it after 30 sec.
Someone can help me ?
I try to use setInterval and clearInterval, but surely badly...
Thanks
Attach Code
_root.createEmptyMovieClip("image01",1);
_root.image01.attachMovie("photo","mc_photo",1);
_root.createEmptyMovieClip("image02",2);
_root.image02.attachMovie("photo","mc_photo",1);
_root.image02._x=image01._x+image01._width;
// variables
var largeur_scene=998;
var largeur_image=image01._width;
var interaction = 0;
_root.onEnterFrame=function(){
if(interaction == 0){
deplacement =_xmouse;
deplacement=deplacement-(largeur_scene/3);
deplacement = deplacement/150;
image01._x=image01._x-deplacement;
image02._x=image02._x-deplacement;
//partie droite
if (image01._x>=largeur_scene){
image01._x=image02._x-largeur_image;
}
if (image02._x>=largeur_scene){
image02._x=image01._x-largeur_image;
}
// partie gauche
if (image01._x+largeur_image<=0){
image01._x=image02._x+largeur_image;
}
if (image02._x+largeur_image<=0){
image02._x=image01._x+largeur_image;
}
}
}
stop();
View Replies !
View Related
Panoramic Views
Can anyone help me with creating panoramic views
The major chunk depends on the clicks u get of the place right!!
Then u have to use masking and is it done?
How can we add a feature of something like virtual tour with Quick time or some other player.
View Replies !
View Related
HELP Please Problem With Panoramic AC
I have a script that i got to make a picture rotate and act like a VR panorama.
But as soon as i make them fade in and out it stops working. The script was writen in spanish i think so i dont understand it. I am new to AS and really could use some help. :-)
I have been working on this for hours now and at my witts end.
Also if you know of a better way to do this please let me know because i would like to know the right way and if i am doing it wrong. if you know of one that might use buttons ro make it rotate left and right that would be awesome!!!! i looked for one that i could have buttons that i could make it rotate but could not find any.
Thanks in advance for the help!!!
Aaron
I have also attatched the fla.
I had to take the image out of the file because it made it too large. the image should go in the clip named panoramica and panoramica2. it takes the image and addes them together to make it rotate seemlessly.
View Replies !
View Related
Panoramic Images
I´m going to set a cenario with three pictures.
The first one, the background, and two others, smaller.
I´d like to make each one of the images to move slightly as the mouse moves, but each of the images must move in differect speeds and distance, making a pseudo 3d/panoramic illusion.
Any suggestions?
tks
View Replies !
View Related
Panoramic Images
anyone ever done anyting with panoramic images in flash???
i was loking at something in a book, and i was wonderinf if anyone had any personal experience with that???
View Replies !
View Related
Panoramic Movement Help Please
Hi there!
Ive created a panoramic site and Id like to smooth the movement more, especially when the user just hovers the mouse rather than moves it left or right. Any advice welcome (its flash 8 AS2.)
www.palegallery.com
Cheers, Scotia
View Replies !
View Related
Panoramic Loop
Ive got an panoramic image of my hometown (Portland Oregon) The image is 737x155. My movie size is 800x400. I would like to make the panoramic image loop within the movieclip. The loop is the easy part, no stop action at the end of the motion tween or a gotoandPlay 1. My question is, how do you align the image so that it appears to be panning continiously. Like someone with a movie camera in the center of town spinning his camera 360 deg.
Any Ideas?
Thanks
View Replies !
View Related
Panoramic Views
Can anyone help me with creating panoramic views
The major chunk depends on the clicks u get of the place right!!
Then u have to use masking and is it done?
How can we add a feature of something like virtual tour with Quick time or some other player.
View Replies !
View Related
Panoramic Images
I´m going to set a cenario with three pictures.
The first one, the background, and two others, smaller.
I´d like to make each one of the images to move slightly as the mouse moves, but each of the images must move in differect speeds and distance, making a pseudo 3d/panoramic illusion.
Any suggestions?
tks
View Replies !
View Related
Panoramic Images
anyone ever done anyting with panoramic images in flash???
i was loking at something in a book, and i was wonderinf if anyone had any personal experience with that???
View Replies !
View Related
Panoramic Scroller ?
Hi there,
Has anyone got a link to a panoramic scroller i could use with my own pic, that would let me scroll both left to right, but also up and down a little?
I had one years ago - but cant find it - i would try and code it, but i dont have a spare 3 months!
thanks,
Neil
View Replies !
View Related
Help With Buttons On 360 Panoramic
Last edited by sks447 : 2005-09-16 at 17:03.
www.pixelsuicide.com/shows3.html
www.pixelsuicide.com/shows3.fla
I have the flash file programmed to automaticaly move the pictures every 3 seconds.....
I have the buttons programmed to move the pictures manually and shut off the auto-rotate....
The files works........Anybody have any hints on coding it more efficient?
Thanks a million!
View Replies !
View Related
Panoramic Movie Script
Flash User,
I am making a panoramic movie in flash using actionscript. I tryed the tutorial from Titan but didn't get on with it and the duplicate movie clip placement was a bit confusing. So I tryed another tutorial and got on much better, it has no hot spot triggers and seams to run smoothly and also with no buttons, just move your mouse over the image and it scrolls. But the only problem I am finding is, when you move your mouse from one side to the other, the movie should scroll from side to side, but instead it scrolls only up and down.
I have enclosed all the code that is used in this panoramic movie. I hope with your someones knowledge of script/code, someone can see why the movie only goes up and down and not side to side. Otherwise the movie does work.
If you can help me I would be very grateful.
Best wishes,
Raykitch
ray@forestgraphics.co.uk
Code inside SLIDE OBLECT movie instance name PICTURE
m = 0;
tmi = 2;
Loop(m<(tmi*2)-1);
m = m+1;
dup = "image&m";
duplicateMovieClip ("image", dup, m+1);
setProperty (dup, _x, "");
getProperty(dup, _x)+m*getProperty(dup, _width);
Code inside DRAGCONTROL in first keyframe with no instance name
startDrag ("", true);
movieheight = 400;
moviewidth = 550;
w = getProperty("../picture", _width);
h = getProperty("../picture", _height);
speed = "45";
xPos = getProperty("", _x);
yPos = getProperty("", _y);
xPos = xPos-(moviewidth/2);
yPos = yPos-(movieheight/2);
setProperty ("../picture,", _x, getProperty("../picture", _x)-(xPos/speed));
if ((getProperty("../picture", _x)<-(w/2))) {
setProperty ("../picture", _x, 0.01);
} else if ((getProperty("../picture", _x)>0)) {
setProperty ("../picture", _x, "w/2");
setProperty ("../picture", _y, getProperty("../picture", _y)-(yPos/speed));
pic_y = "getProperty (../picture,_y";
if (pic_y>0) {
setProperty ("../picture", _y, "0");
if (pic_y<movieheight-h) {
setProperty ("../picture", _y, "movieheight-h");
}
}
}
Code inside DRAGCONTROL in second keyframe with no instance name
gotoAndPlay (_currentframe-1);
Code on SCRIPTS layer
zoom_direction = none;
[Edited by raykitch on 12-19-2001 at 11:13 AM]
View Replies !
View Related
360 Degree Panoramic Views?
Hi,
I'm trying to create one of those pictures that you can rotate 360 degrees. I've had a look at some movies, but I'd like to know the lot from scratch so that I know what it's doing.
Can anybody give me any tips/code or tutorials that are useful.
Thanks
View Replies !
View Related
Intelligent Zoom In & Out For 360° Panoramic
hi every one,
Here is a challenge for the best of you :
i'm trying to do a virtual reality tour with 360° panoramic pics aswell as in Quick Time VR (QTVR).
Everything is working (thanks to many movies found in flashkit) except an intelligent way to zoom in & out: a zoom in that centered foolowing the mouse position or the middle of the panoramic position and that zoom out back in the good vertical position).
For more informations please reply me by mail to david@aucine.com
Many thanks in advance,
View Replies !
View Related
Non 360 Degree Panoramic Imaging....
It seems like every tutorial that I've found to make a picture scrollable has been for panoramic 360 degree pictures.
I'm trying to help my friends out by putting pictures of theirs (like this http://www.kozyndan.com/assets/Tokyo_corner1.jpg ) inot scrollable flash movies.
Is there anybody that can tell me what tutorial i'm supposed to use or how to do this?
any help is greatly appreciated.
(EDIT_ : I would also like it if it was made to be able to scroll on both y, and x axis. That way the picture can be bigger and people can see more detail
View Replies !
View Related
Two Panoramic Slider In On Scene ?
I want to use tow panoramic silder in one scene, but it dosent work. I build two, but only one it working. I checked the instance names and evry thing else i thought it could make problems, but i could not solve it.
Any suggestions ?
Thanks
Juergen
View Replies !
View Related
Panoramic Scrolling With Buttons
Hi,
I am trying to emulate an effect similar to the scrolling menu on the www.spiderman.sonypictures.com website. I have tried playing with one of the panorama demonstrations on this site (Panorami-Arturo_M-7944.zip(all in spanish as it happens)), replacing the image provided with one of my own containing buttons. I just can't seem to make the buttons selectable.
Anyway. Does anyone have any idea where I could get hold of a more appropriate tutorial or give me any guidance on this issue?
I have seen this effect used so often I am convinced I am being stupid.
Thanks in advance.
View Replies !
View Related
Having Problem With A Panoramic Sweep
Hello all, I seem to be having quite a bit of trouble with a panoramic sweep idea (2 months) and I am all about to give up
but can't because I need this done,All I want to do is to have a motiontween to move the picture from right to left, when I do this all I get is a brown blur, The photo is about 70k I would normally like to do this with a 500k photo and there will be about 25 of these one after another, this is for a presentation not the web,
My machine is a P4 @ 180 mgh with 256 Ram
Please help
Thank you very much
Gus
View Replies !
View Related
Scrolling A Panoramic Picture
ive made up this panoramic picture by pasting some picture together.
now i want to make a flash movie say 100 x 100 with the picture in it and when you move the cursor the right hand side the picture moves along to the right and when you move the cursor the left the picture moves along to the left.
hope you followed that.
Where do i start?
View Replies !
View Related
|