hi. I've been trying to do this but what happens after I write the actionscript? Because when I do it it all goes wrong. The images start flashing really fast on the screen, I have no control over it!
hey man your tutorila was great thanks!! I did everything but my code doesnt work : ( any chance of some help from you?this is my code...the only difference from yours (I think) is that the addeventlistener doesnt highlight :(
thanks for your help man.
cam.stop();
var frameTo:Number=0;
addEventLisentner(Event.ENTER_FRAME,goto);
function goTo(e:Event) :Void{ frameTo=int(mousex/stage.stagewidth*cam.totalFrames)+1; cam.gotoAndStop(frameTo);
CAN YOU PLEASE RE-UPLOAD OR RE-DO.,.. THIS TUTORIAL MAN, HD PLEASE!
WEE NEED IT :D
StzRevolution 1 month ago
CAN I MAKE A GAME WITH THIS? and send fla file
Snapx4000 10 months ago
the new ixtreme lt+ 1.1! Download --> youtube.com/watch?v=mScD1j1FolE
tobihaha 1 year ago
@tupsugirl
i think your code ,in line 2, is wrong
wrong >>>> var frameTo.Number=0;
right >>>>> var frameTo:Number=0;
kwokcamat 1 year ago
@crom86
try it on Action Script 3
arijitlover 1 year ago
hi. I've been trying to do this but what happens after I write the actionscript? Because when I do it it all goes wrong. The images start flashing really fast on the screen, I have no control over it!
Please help!
thanks
tupsugirl 1 year ago 2
What if i have 4 pics for the sides and one for the top and one for the bottom, I mean, like a cube. How do I create a panoramic with that?
danielescorce 1 year ago
Hey crom86 not sure but if you just did a copy/paste from your actionscript window no wonder, looks like you misspelled the addEventListener part:
you typed: addEventLisentner(Event.ENTER_ FRAME,goto);
That's why it won't highlight!
Hope that fixes the problem.
Cheers
RNoChan 1 year ago
hey man your tutorila was great thanks!! I did everything but my code doesnt work : ( any chance of some help from you?this is my code...the only difference from yours (I think) is that the addeventlistener doesnt highlight :(
thanks for your help man.
cam.stop();
var frameTo:Number=0;
addEventLisentner(Event.ENTER_FRAME,goto);
function goTo(e:Event) :Void{ frameTo=int(mousex/stage.stagewidth*cam.totalFrames)+1; cam.gotoAndStop(frameTo);
}
crom86 1 year ago
Does this work with 3 pictures?
TIMMYWORLD 2 years ago