Ive got the same exact problem with undefined property. CAn anybody help??!!
1120: Access of undefined property _root.
Warning: 1058: Migration issue: The property _root is no longer supported. This property has been removed. The closest equivalent is the Stage, which serves as the root of the ActionScript 3.0 display list..
I have successfully created the scroll thumbnails. However, can someone advise as to how I can make make individual image to be a button so that when I roll over the image, another image will appears in above the thumbnails. Thanks
@raverchris68 I don't know if it's too late, since this post has been 3weeks, i hope this will help. But what you want, instead making a gradient after converting to a button like this vid did, you just place the image that you want to be changed in the Over frame. So whenever you hover on the button it will change image.
I tried this on CS3 and everything goes smoothly until the action script for adding in the left/right movement and stop playing. I've re-done it several times and re-watched the tutorial just as many times, but it will not work. Anyone have any clues as to why this is?
Also, there are NO errors in my code. Aside from it just not doing anything. Hah.
Thank you so much - you're a wonderful teacher! I'm trying to make a simpler thumnail slideshow display. I don't want the duo direction play. I don't know yet how to pause and play my "keyframed" thums with mouse-rollovers. I only want a slide of thums, that can be paused via a mouseover, and play continues when mouseoff. I've been able to successfully link each thum to a corresponding page. I've also successfully executed your rollover "highlight" effect, very nice thank you!!
if youre getting the _root. error try taking off the underscore. There is a change in ActionScript3 where _root is now just root. Let me know if this works.
Thanks a lot for that..was looking all over the net for a way to get this working in AS3...it was under this video the whole time lol. Safe again though. Life Saver!
Pls Help me! i got a problem with the part at minute 14:59 where i have to create a motion tween!!!! If i test the movie nothing is scrolling, it looks the same way as the test in minute 12:30!!!
i did every single thing as u did and don´t know what´s wrong!
evafeeva : ok, now i used classic tween instead, but still another prolem occured: instead of both bars, only 1 bar is moving while the other stands still!!! HELP!
hey i sent you the 3d technology video...i hope you enjoy it and like it....if you liked my video please SUBSCRIBE!!! and i promise to subscribe back to your channel :)
has anyone managed to combine this tutorial with TutVids Photo Gallery and Thumbnails Tutorial? (ie: controllable scrolling thumbnails that act as buttons to a main image, that itself is on a loop). I got both working independently but can' t seem to conquer the two together.....ideas links etc appreciated!!
I am using Flash CS5 and at I cannot duplicate the motion tween at 15:00. Whe you say "select the whole group of frames in here", what are you selecting? When I select the same frames (32-37) and click on create motion tween I do not see the long arrow appearing on the layer. Instead I see a icon (dragging square) appear on the left of the layer name... Please, help!
Took me a while but I was able to do it. I was actually using AS 3.0 so i had to change the publishing to AS 2.0.
I did see a really cool effect where the thumb nails would float once the mouse was over it. If you can show us all how to do that I would appreciate it. Thanks again for this tutorial.
@carlosrotten Yes you can. Just create a new Flash file (ActionScript 2.0), or change the profile (File -> profile settings) in the Flash tab to ActionScript 2.0.
hey man i was just wondering if you can show us how to make it.. so when we click on one of the pictures it will shows on the background.. i would be really grateful if you could do this for me.. thank you...
Hey Mate - fantastic video... I want to create sometime like this for my site.. But I want it to be my navigation bar... do u think its possible... and I dont suppose u have a tutorial to link the pages together.. i.e. when the user clicks on the link it opens a new page :D... nevertheless its great mate, have used alot of your videos...
Hey Mate - fantastic video... I want to create sometime like this for my site.. But I want it to be my navigation bar... do u think its possible... and I dont suppose u have a tutorial to link the pages together.. i.e. when the user clicks on the link it opens a new page :D... nevertheless its great mate, have used alot of your videos...
First I tried with AS 3.0 and it didn´t work. I started all over again with AS 2.0 and then it worked!. (When you start a new document, Adobe Flash CS3 Professional has the options "Archivo de Flash (Actionscript 3.0)" and "Archivo de Flash (Actionscript 2.0)" but I dont know how it was done on Flash 8).
This is a great video- Some things are diffrent in SWiSH, but the code and ideas were a big, BIG help. THANK YOU for taking the time to do this, I will definatly be checking out your web site
i really like this tutorial, but i have done this part and its useful, i was trying to make load photos using loadmovie rather than go and play script, but it never work.
thanks for your reply, and sorry for disturbing you, what i meant is i want to load the photos from external folder to make the swf file smaller size if you know what i mean. any idea
Does this applies to AS 3.0 ? what i didn't get are the numbers used to the true and false commands: 300, 301.. Please some explain to me to what exactly they refer to.
Ahh! Been following fine until you said need to 'duplicate these frames' (bar 1&2 are selected in frame one) What shortcut did you use/ what did you duplicate?
You've created something on frame 90 & I'm lost as to what type of frame (keyframe or..?) it was. Did you copy them to frame 90?
The AS2 code still works, but needs to be manual inserted and look add ymouse must be _ymouse : if(_root._ymouse>301) { myVar=false; } if(_root._ymouse<300) { myVar=true; }
¡ If you are getting an error using actionscript 3.0, in Flash CS5 you can change the publishing preferences from 3.0 to actionscript 2.0 and this code should work!!!
¡ If you are getting an error using actionscript 3.0, in Flash CS5 you can change the publishing preferences from 3.0 to actionscript 2.0 and this code should work!!!
I don't really like that the image bar is rolling all the time. I'd like it to be rolling only when u place the mouse over it either at the right or left side. If there any way to change that?
I don't really like that the imagebar is rolling all the time. I'd like it to be rolling only when u place the mouse over it either at the right or left side. If there any way to change that?
I have problem with Action Script code that you enter at 19:50. I'm using Adobe Flash CS4 and the code doesn't work. The error message said "Access of undefined property _root" and the other message said "The property _root is no longer supported. This property has been removed. I need HELP! Is there another code for Flash CS4?
Hi there, your tutorial is awesome and so easy to do! I have added it to my portfolio web page I am creating for a new business I am to starting up as a graphic designer. I was wondering, though, if you were able to provide the script for a stop function on each thumbnail, say if the viewer wanted to click on it to view a larger image of my work. I cannot find anything to suit and I'm not that great with Flash's action scitping, yet.
@ModishDesigner Hi Modish, No, I gave up with flash and ended up doing an image gallery with a dreamweaver plug in - much easier. Sorry can't help this time - good luck! Cheers, Connie
Hi thanks for the brilliant tutorial! I used it to create a scrolling panarama accross my screen. however i have added buttons into the panarama image, that are suposed to link to another scene but it doesnt seem to work???? PLEASE HELP!!!
Hi thanks for the brilliant tutorial! I used it to create a scrolling panarama accross my screen. however i have added buttons into the panarama image, that are suposed to link to another scene but it doesnt seem to work???? PLEASE HELP!!!
got everything to work, EXCEPT that I can't assign the thumbs to open the corresponding image. I really need to do this, otherwise I may have wasted my time doing this tutorial if I can't get the script right. Help?????? Whenever I try to assign btn1 to playpic1 the compiler tells me its undefined. I tried working from imgBarInside and it scrolls the image along with the scrollbar, total mess. I would love it if someone helped me out with this.
I've followed the video from start to end and everything seems to be working like it should. But now I want those scrollable thumbnail buttons to lead to somewhere when clicked. The Button will lead to a picture or a page BUT still retain the scrollable thumbnail buttons while already on the next picture or page. Can anyone please teach me how to do what I just said? I don't know the AS2 codes or the process. Please help. God Bless.
I"m finding it difficult to assign actions to the buttons. Could this be because the buttons are embedded inside 2 movie clips? I gave each individual button an instance name but when I enter any actionscript it says it doesn't recognize any of the buttons. I tried entering actionscript on both the main timeline, and inside the movieclip itself. no dice.Any ideas?
Awesome tutorial once again tutvid. For those of you having problems with the code, it didn't work for me either at first, but as it turns out this code is for actionscript 2, and not 3. ( mine was AS3 ) All is not lost. I just opened a new file, made it AS2, and imported the library from the original. I palced everything where it was exactly as I had before, and it worked like a charm. Also, if like me, your image bar is vertical, simply change "xmouse" to "ymouse". Works great :)
Im having a problem with my slideshow. I got upto the motion tween section but when i test the movie the thumbnails dont move. only the role overs are working.
@Moezy93 Try using "Classic Tween" Function instead of motion tween, because Adobe has updated the meanings of those two, so now classic tween does the same thing that motion tween did once..
Hey! The tutorial is great!! Very useful, specially for my proyect at university. I'm Paula, from Argentina. I've a problem with the action script.. I can't make the image move to the other side!! I did exactly what you said in the video. I'm using Flash CS3... Does it matters?
Hey! The tutorial is great!! Very useful, speciallyfor my proyect at university. I'm Paula, from Argentina. I've a problem with the action script.. I can't make the image move to the other side!! I did exactly what you said in the video step by step. I'm using Flash CS3... Does it matters?
I'm having a tiny problem I have it right up untill the action script I entered it exactly correct I have checked it several times but I keep on getting this error:
" **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Statement must appear within on/onClipEvent handler _root.onEnterFrame = function(){ "
I have a problem: the reverse and speeding up thing is not working at all when I roll over the sides and when I place the mouse on an image it doesn't stop neither! I'm working on CS4. I did all what you said and I wrote the code perfectly. I don't know what's wrong. Please help me I would really appreciate it
I got all the way to the action script part where you start writing _root.onEnterFrame...
I put in all of the code just as you had it and checked to see if there where any errors. I didn't have any. So I tested the video and it just keeps scrolling on forever and a box pops up and says. Compiler Errors...1120: Access of undefined property _root.
I'm using CS5 and AS2.0 I changed from using AS3.0 to 2.0 instead since the comments below recommended so. But I followed the coding and its still not working.
for y axis, I replaced it with x-axis and changed the coordinates. Should I be changed the "true" and "false" parts as well?
How can i make this same scrolling effect, but without the motion tween. I mean i have to do this with only the mouse control, so when the mouse is off it stops.
I was doing fine up until you converted the thumbnails to tween. I'm making a vertical scrolling thumbnail instead of a horizontal thumbnail. And after I converted my thumbnails to tween, I checked to see if it worked and it didn't.
you had me until the up and over stait mumbo jumbo...i guess you assume we know what that means....ps I can barely make out what the screen is on here it is soooo fuzzy
I have a question. Well first off I'd like to say great video thanks for uploading and sharing! My question is would there be any way to incorporate the lightbox2 web gallery with this? For example have they flash scroll bar on your website, and whenever you actually click on the scrolling image the background screen fades out and the image you click shows up like it would with lightbox2 by it's self.
Ive got the same exact problem with undefined property. CAn anybody help??!!
1120: Access of undefined property _root.
Warning: 1058: Migration issue: The property _root is no longer supported. This property has been removed. The closest equivalent is the Stage, which serves as the root of the ActionScript 3.0 display list..
aisheri08 2 weeks ago
Ive completed the tutorail to the letter up to 21:42 but im Having this problem when i try running the flash.
scene 1, Layer 'as', Frame 1, Line 1 1120: access of undefined property _root.
scene 1, Layer 'as', Frame 1, Line 2 1120: access of undefined property _root.
The items keep scrolling left and donot respond to the mouse.
Can anyone help?
UKRspartan 2 weeks ago
@UKRspartan this is my scripting for it
_root.onEnterFrame = function(){ if(_root.xmouse<50){ imgBar.prevFrame(); }
}
UKRspartan 2 weeks ago
Hi! I need the scrolling images to stop moving when the mouse is out. Thanks!
sofiavargas25 1 month ago
I have successfully created the scroll thumbnails. However, can someone advise as to how I can make make individual image to be a button so that when I roll over the image, another image will appears in above the thumbnails. Thanks
raverchris68 2 months ago
@raverchris68 I don't know if it's too late, since this post has been 3weeks, i hope this will help. But what you want, instead making a gradient after converting to a button like this vid did, you just place the image that you want to be changed in the Over frame. So whenever you hover on the button it will change image.
littoSassa 1 month ago
I tried this on CS3 and everything goes smoothly until the action script for adding in the left/right movement and stop playing. I've re-done it several times and re-watched the tutorial just as many times, but it will not work. Anyone have any clues as to why this is?
Also, there are NO errors in my code. Aside from it just not doing anything. Hah.
TheMoonbug 2 months ago
Thank you so much - you're a wonderful teacher! I'm trying to make a simpler thumnail slideshow display. I don't want the duo direction play. I don't know yet how to pause and play my "keyframed" thums with mouse-rollovers. I only want a slide of thums, that can be paused via a mouseover, and play continues when mouseoff. I've been able to successfully link each thum to a corresponding page. I've also successfully executed your rollover "highlight" effect, very nice thank you!!
televisionteevee 2 months ago
Comment removed
televisionteevee 2 months ago
Does this work with Adobe Flash CS5.5? I'm trying to do this project and I've been doing it point by point but it just won't work!
Gabostube9120 3 months ago
code doesnt work in cs5
nepalgulmi1 3 months ago 2
This has been flagged as spam show
You need webhosting for a website
Hostgator has the best hosting ive used
25% OFF ALL HostGator . com hosting packages!!!
Use coupon: COOLCOUPON
:D
mingledmedia 3 months ago
I'm trying to do the same with the video objects - FLVplayback... can't get this working. help!
pretaeperon 3 months ago
i really like all of your tutorial. it helps a lot in making a flash design for our website project in school.
rodeldrift 3 months ago
I like your voice LOL
SteveSkulk 3 months ago
Hi, Thank you very much, it was very usefull and very well explained.
I´m starting with flash and I was wondering if it is possible to do exactly the same but with videos (swf) instead of photos. Can you help me?
thank you again
solymartin 4 months ago
if youre getting the _root. error try taking off the underscore. There is a change in ActionScript3 where _root is now just root. Let me know if this works.
ricekyd2o6 4 months ago
Also instead of _xmouse its mouseX and same goes for mouseY....oh yeah you're going to need to use an event listener. Should look something like this
var moveBar; <--THIS DEFINES YOUR VARIABLE
root.addEventListener(Event.ENTER_FRAME, moveIMGbarFunction);
function moveIMGbarFunction(e:Event):void {
THIS IS WHERE YOU ADD ALL THE "IF STATEMENTS"
}
Hope this helps
ps. use && instead of and
PM if you need help with this
btw this tutorial is awesome
ricekyd2o6 4 months ago 5
@ricekyd2o6
Thanks a lot for that..was looking all over the net for a way to get this working in AS3...it was under this video the whole time lol. Safe again though. Life Saver!
GrizZLyGuy 2 months ago
good tutorial briefly explained.............very helpful
shobitpicies 4 months ago
Hello, can you send me the example flash to my email to see it? many thanks!
- ahuichaqueo@digitaria.cl
cayayo 4 months ago
Same I got error as well in same place
nepalgulmi1 4 months ago
Im getting this error
1120:Access of unidefined property_root. _root.onEnterFrame = function() 1120:Access of unidefined property_root. if(_root._xmouse<50){
im using flash CS3 Proffesional
Arshad467 4 months ago
@Arshad467 ive got these exact problems. did you find out how to fix it?
UKRspartan 3 weeks ago
Comment removed
Arshad467 4 months ago
_root.onEnterFrame = Function(){ if(_root._ymouse<301){ myvar=false; } if(_root._ymouse<300){ myvar=true; } if(_root._xmouse<50 and myvar==true){ imgBar.prevFrame(); imgBar.prevFrame(); imgBar.prevFrame(); } else{ imgBar.play(); } if(_root._xmouse<50){ imgBar.prevFrame(); imgBar.prevFrame(); } if(_root._xmouse<550 and myvar==true){ imgBar.prevFrame(); imgBar.prevFrame(); }else{ imgBar.play();
rashedmiah1 4 months ago
**Error** Scene=Scene 1, layer=as, frame=1:Line 1: Syntax error. _root.onEnterFrame = Function(){
**Error** Scene=Scene 1, layer=as, frame=1:Line 29: Unexpected '}' encountered }
Total ActionScript Errors: 2 Reported Errors: 2
rashedmiah1 4 months ago
Helppppp please, these error comes up
rashedmiah1 4 months ago
WOOHOO! Found it! Thx man for the tutorial! :D
alrizkimarino 5 months ago
Pls Help me! i got a problem with the part at minute 14:59 where i have to create a motion tween!!!! If i test the movie nothing is scrolling, it looks the same way as the test in minute 12:30!!!
i did every single thing as u did and don´t know what´s wrong!
thanx!
evafeeva 5 months ago
evafeeva : ok, now i used classic tween instead, but still another prolem occured: instead of both bars, only 1 bar is moving while the other stands still!!! HELP!
evafeeva 5 months ago
@evafeeva - Exactly same problem - Im using a newer Mac version. Any ideas yet?
m47t1987 5 months ago
Bro it seems very time consuming, you can try some Flash Slideshow maker programs, which can also make 3D image style!, everything simpler on there!
TamilRajaVideos 5 months ago
This has been flagged as spam show
But you didn't mention that the thumbnails are not working. If you want to run commands on buttons then what?
MrMayoko21 5 months ago
Comment removed
MrMayoko21 5 months ago
i get it work on AS 3.0 but some error ocurs when i try to copy the code here
foggykt 5 months ago
need istaller ?? just Copy/Paste lick below and then erase the space between the (A and the dot) .....!!
adf .ly/2GKUx
oventoster09 5 months ago
This has been flagged as spam show
none of the coding worked for me!!! is this tutorial even campatable with ActionScript 3.0??! -.-
star7108 6 months ago
Comment removed
star7108 6 months ago
hello - may I also get the AS3 translation? thank you
firenzenart 6 months ago
Even tho it's written for Action Script 2.0 it was really helpful!
CaboTown 6 months ago
hey i sent you the 3d technology video...i hope you enjoy it and like it....if you liked my video please SUBSCRIBE!!! and i promise to subscribe back to your channel :)
444004541 6 months ago
Hi I was wondering if this tutorial could be re-released with AS3?
hetroman 6 months ago
Could someone tell me how to translate the codes to Actionscript 3.0???
dee72deedee 6 months ago
has anyone managed to combine this tutorial with TutVids Photo Gallery and Thumbnails Tutorial? (ie: controllable scrolling thumbnails that act as buttons to a main image, that itself is on a loop). I got both working independently but can' t seem to conquer the two together.....ideas links etc appreciated!!
mancheluke 6 months ago
@mancheluke man... I get the scrollign thumbnails to work but when I attach the pics, the photos themselves move WITH the image bar...
Chaupro 5 months ago
actionscript (dot org) (slash) forums(slash)showthread(dot php) 3?t=181321
evaunitzero1 6 months ago in playlist Flash
Comment removed
evaunitzero1 6 months ago in playlist Flash
here is a link to an explained AS3 translation. THANKS TUTVID!!! your videos are amazing and are saving my life.
evaunitzero1 6 months ago in playlist Flash
Comment removed
monicagraziano 6 months ago
I am using Flash CS5 and at I cannot duplicate the motion tween at 15:00. Whe you say "select the whole group of frames in here", what are you selecting? When I select the same frames (32-37) and click on create motion tween I do not see the long arrow appearing on the layer. Instead I see a icon (dragging square) appear on the left of the layer name... Please, help!
walterrldias 6 months ago
@walterrldias
hi mate i had the same problem, if u press 'create classic tween' instead it seems to work =]
LongTaleSchtumm 6 months ago
@walterrldias I dont know if you fixed your problem but try to use classic tween instead of motion tween. good luck
aisheri08 2 weeks ago
does any know how to get root of xmouse with as3?
economakis 7 months ago
Took me a while but I was able to do it. I was actually using AS 3.0 so i had to change the publishing to AS 2.0.
I did see a really cool effect where the thumb nails would float once the mouse was over it. If you can show us all how to do that I would appreciate it. Thanks again for this tutorial.
vern0312 7 months ago
I Just tried this it really worked but i was wondering if you could make another vid in explaining how expand image once you click on it.
ty =)
lalobon 7 months ago
i want this for as3
juansarmiento13 7 months ago
can i do this with adobe flash cs4??????
carlosrotten 8 months ago
@carlosrotten Yes you can. Just create a new Flash file (ActionScript 2.0), or change the profile (File -> profile settings) in the Flash tab to ActionScript 2.0.
therealpepeu 7 months ago
This has been flagged as spam show
A Great Site for getting followers on twitter. check it here : G o t F o l l o w e r s O n T w i t t e r . c o m
christophersmith2304 8 months ago
Hi! Great tutorial....but is there a way to control speed possibly slower?...thanks!
chermarie083 8 months ago
THANKS~!! this 30 minutes video is really helpful, it is worth watching. it really helps me for my portfolio website.
MoonPrincesses 8 months ago
hey man i was just wondering if you can show us how to make it.. so when we click on one of the pictures it will shows on the background.. i would be really grateful if you could do this for me.. thank you...
veraxz 9 months ago 14
Comment removed
55endgame 9 months ago
please send me code action script pleasee
marvinsc07 9 months ago
nice
darkacevx 9 months ago
hey nice vid. I like it! but how can i regulation the speed of the scrolling thumbnails?
ChaosTobi2 9 months ago
how about a vertical one? is that possible?
mantastrike 9 months ago
This has been flagged as spam show
Browse single women seeking a men in Australia mworld5.info
KaitlynBenx 9 months ago
Hey Mate - fantastic video... I want to create sometime like this for my site.. But I want it to be my navigation bar... do u think its possible... and I dont suppose u have a tutorial to link the pages together.. i.e. when the user clicks on the link it opens a new page :D... nevertheless its great mate, have used alot of your videos...
MrDuck1111 9 months ago
Hey Mate - fantastic video... I want to create sometime like this for my site.. But I want it to be my navigation bar... do u think its possible... and I dont suppose u have a tutorial to link the pages together.. i.e. when the user clicks on the link it opens a new page :D... nevertheless its great mate, have used alot of your videos...
MrDuck1111 9 months ago
First I tried with AS 3.0 and it didn´t work. I started all over again with AS 2.0 and then it worked!. (When you start a new document, Adobe Flash CS3 Professional has the options "Archivo de Flash (Actionscript 3.0)" and "Archivo de Flash (Actionscript 2.0)" but I dont know how it was done on Flash 8).
chilenosueco 9 months ago
This is a great video- Some things are diffrent in SWiSH, but the code and ideas were a big, BIG help. THANK YOU for taking the time to do this, I will definatly be checking out your web site
GroffShane 9 months ago
Thank you very much! Works Great!!
kazman500 9 months ago
Thanks!! It's really good! I have a little question... how can I change the scroll's speed? I want it to be slower...
noritaruiz 9 months ago
awesome, thanks!
angelpongceo 9 months ago
you rock. Thank you. Please be sure to mention which AS you are using!
cdjcorporation 9 months ago
i really like this tutorial, but i have done this part and its useful, i was trying to make load photos using loadmovie rather than go and play script, but it never work.
any idea thanx
gatemesopotamia 9 months ago
@gatemesopotamia
There's a second tutorial learning how to do it!
Bealvaba 9 months ago
@Bealvaba
thanks for your reply, and sorry for disturbing you, what i meant is i want to load the photos from external folder to make the swf file smaller size if you know what i mean. any idea
regards
gatemesopotamia 9 months ago
This has been flagged as spam show
@gatemesopotamia
There's a second tutorial learning how to do it!
Bealvaba 9 months ago
Does this applies to AS 3.0 ? what i didn't get are the numbers used to the true and false commands: 300, 301.. Please some explain to me to what exactly they refer to.
MrBungomoe 10 months ago
can u please send me the 2nd coding i cnt c it clearly on this tutorial x
JadeParkin16 10 months ago
thaank youuu thank you thank you thank you :D my hero.
TantrumMill 10 months ago
@TantrumMill
got all the scrolling to work but button wont work anyone get it to work completely?
ModishDesigner 5 months ago
Ahh! Been following fine until you said need to 'duplicate these frames' (bar 1&2 are selected in frame one) What shortcut did you use/ what did you duplicate?
You've created something on frame 90 & I'm lost as to what type of frame (keyframe or..?) it was. Did you copy them to frame 90?
CarrieJBfan 10 months ago
nice work
ARBeess 10 months ago
wow it helps me a lot! thnx!
toryou28 10 months ago
sorry but i can't apply the script code to the frame :( which key or button do i have to press TANK YOUU! excelent video!!
missmurderknot 10 months ago
Comment removed
nahumk222 10 months ago
thank you soooo much!!!!!
framesinplay 10 months ago
The AS2 code still works, but needs to be manual inserted and look add ymouse must be _ymouse : if(_root._ymouse>301) { myVar=false; } if(_root._ymouse<300) { myVar=true; }
vdvp1203 11 months ago
For this undefined property _root. error . Go to Publish change Public setting Player: Flash player 8 and Scrip: Action script: 2.0.
Hope this helps.
Amishajain56 11 months ago
@Amishajain56
you're a life saver dude. awesome.
VVhiteSalsa 9 months ago
@Amishajain56 Thank you, Thank you, Thank you! I couldn't figure this error out. I've been able to adapt everything else to CS5. You're a life saver!
myidbdis 8 months ago
Thumbnail
smbzfan10 11 months ago
Comment removed
karlazb88 11 months ago
Vdery handy, didactic and clear. Thank you!
karlazb88 11 months ago
This has been flagged as spam show
¡ If you are getting an error using actionscript 3.0, in Flash CS5 you can change the publishing preferences from 3.0 to actionscript 2.0 and this code should work!!!
good luck!
devynbobevyn 11 months ago
¡ If you are getting an error using actionscript 3.0, in Flash CS5 you can change the publishing preferences from 3.0 to actionscript 2.0 and this code should work!!!
good luck!
devynbobevyn 11 months ago
@devynbobevyn
I do as you said, but things goes even worst. Firs i have 2 errors, now is 15. Eny idea to fix this or to create new projct in 2.0
P.S. Sorry for my bad english
mikipaunaki 11 months ago
@mikipaunaki
so sorry it is worse! there is a new video that explains the code for 3.0.
i hope that helps you!
you can also search for AS 3.0 language.
hope you work it out!
devynbobevyn 11 months ago
@devynbobevyn
thanks for the replay
mikipaunaki 11 months ago
Thanks a lot man! You just helped me to almost complete my sister's website!
georgesjeandenis 11 months ago
Very Good!!!!
miristreet 11 months ago
Please help me!! When i press cltr+entr this type of error occur 1120: Access of undefined property _root.
Whats the problem Dude:.
enigma1761 11 months ago 4
@enigma1761 Most probably not working with Action script 2.
Do u have Adobe Flash that has action script 2?
Other versions have another syntax like root OR even something else...
georgesjeandenis 11 months ago
I don't really like that the image bar is rolling all the time. I'd like it to be rolling only when u place the mouse over it either at the right or left side. If there any way to change that?
kollegieblock1 11 months ago
I don't really like that the imagebar is rolling all the time. I'd like it to be rolling only when u place the mouse over it either at the right or left side. If there any way to change that?
kollegieblock1 11 months ago
Comment removed
JMOORE7499 11 months ago
tanks. thats help alot
f0xnull 1 year ago
I have problem with Action Script code that you enter at 19:50. I'm using Adobe Flash CS4 and the code doesn't work. The error message said "Access of undefined property _root" and the other message said "The property _root is no longer supported. This property has been removed. I need HELP! Is there another code for Flash CS4?
taekd913 1 year ago
Yeah, I've got the same problem as u have. I've checked my source twice and I think there is no problem with mine.
Could anyone help us?
Geryke99 1 year ago
Hi there, your tutorial is awesome and so easy to do! I have added it to my portfolio web page I am creating for a new business I am to starting up as a graphic designer. I was wondering, though, if you were able to provide the script for a stop function on each thumbnail, say if the viewer wanted to click on it to view a larger image of my work. I cannot find anything to suit and I'm not that great with Flash's action scitping, yet.
Many thanks and I hope to hear from you
Connie
Connie87100 1 year ago
@Connie87100 hey connie did you get the buttons to work at all? seems my on click event wont work inside the movie clips. you have this problem?
ModishDesigner 5 months ago
@ModishDesigner Hi Modish, No, I gave up with flash and ended up doing an image gallery with a dreamweaver plug in - much easier. Sorry can't help this time - good luck! Cheers, Connie
Connie87100 5 months ago
is this hendry rollings?
billyboy80 1 year ago
Hi thanks for the brilliant tutorial! I used it to create a scrolling panarama accross my screen. however i have added buttons into the panarama image, that are suposed to link to another scene but it doesnt seem to work???? PLEASE HELP!!!
glenny101 1 year ago
Hi thanks for the brilliant tutorial! I used it to create a scrolling panarama accross my screen. however i have added buttons into the panarama image, that are suposed to link to another scene but it doesnt seem to work???? PLEASE HELP!!!
I am using the code:
on(release){
gotoAndPlay("Scene2",1)
}
glenny101 1 year ago
got everything to work, EXCEPT that I can't assign the thumbs to open the corresponding image. I really need to do this, otherwise I may have wasted my time doing this tutorial if I can't get the script right. Help?????? Whenever I try to assign btn1 to playpic1 the compiler tells me its undefined. I tried working from imgBarInside and it scrolls the image along with the scrollbar, total mess. I would love it if someone helped me out with this.
bklyn4life89 1 year ago
I've followed the video from start to end and everything seems to be working like it should. But now I want those scrollable thumbnail buttons to lead to somewhere when clicked. The Button will lead to a picture or a page BUT still retain the scrollable thumbnail buttons while already on the next picture or page. Can anyone please teach me how to do what I just said? I don't know the AS2 codes or the process. Please help. God Bless.
lance9898 1 year ago
I have a problem with a code......
I have a Flash 10 CS5 and use 3.0
something is going wrong... :-/
can you help me?
thanks!!!
swtirisd 1 year ago
@swtirisd
now i see that Video with code....
up...
thanks!!!
swtirisd 1 year ago
when i open the actions window it tells me i need to select an action, what does that mean
someone comment me with the answer please
rama1234ish 1 year ago
is there any way to make have the images stand still until you run your mouse to either edge?
jtbrockmeyer 1 year ago
thank you so much, this video was so simple compared to other tuts out there. everything works perfectly!
katebrookhart1 1 year ago
THANX DUDE, YOU SAVE MY LIFE!!!
SergioMaldonadoR 1 year ago
i made exactly like you show and its work perfect as you say and show . The mean time i have put litter bit of modification on it .
I put 1 Sound include on it switch off&on . and i twice the bar but not in the same position ofcourse. its amazing .
thx bro you are great .
WSMCASA 1 year ago
I"m finding it difficult to assign actions to the buttons. Could this be because the buttons are embedded inside 2 movie clips? I gave each individual button an instance name but when I enter any actionscript it says it doesn't recognize any of the buttons. I tried entering actionscript on both the main timeline, and inside the movieclip itself. no dice.Any ideas?
MaverickDOTMedia 1 year ago
This was really usefull! Wish me luck on my exams, thank you tutvid <3
MrPyrolizer 1 year ago
if you are doing all this in action script 3, do the following...
as2 looks like:
onEnterFrame = function(){ trace("Do Something");
}
In ActionScript 3.0, you must use an event listener format to perform a frame event. For example…
addEventListener(Event.ENTER_FRAME,myFunction);
function myFunction(event:Event) { trace("Do Something");
}
Bobojoga 1 year ago
hiii, can you send me the code plz cause it seen not to be working when i do it.
djspiky7 1 year ago
Nice tutorial, Thanks.
Erik021089 1 year ago
Awesome tutorial once again tutvid. For those of you having problems with the code, it didn't work for me either at first, but as it turns out this code is for actionscript 2, and not 3. ( mine was AS3 ) All is not lost. I just opened a new file, made it AS2, and imported the library from the original. I palced everything where it was exactly as I had before, and it worked like a charm. Also, if like me, your image bar is vertical, simply change "xmouse" to "ymouse". Works great :)
JamesDoakes 1 year ago
Nice tut man thanks!
TheIMightySte 1 year ago
Im having a problem with my slideshow. I got upto the motion tween section but when i test the movie the thumbnails dont move. only the role overs are working.
Could someone HELP me PLEASE ? !!!!!!!!!!!
Moezy93 1 year ago
@Moezy93 You probably have a higher CS then him. I have cs5 and the tween doesn't work... such a waste of time.
eroberts88 1 year ago
@Moezy93 Try using "Classic Tween" Function instead of motion tween, because Adobe has updated the meanings of those two, so now classic tween does the same thing that motion tween did once..
macropp 1 year ago
How work this type of AUTO SCROLL?
watch?v=qKGXFDWTRjQ
I make this without click in the bar.
kowcphg 1 year ago
OMG i love you! thanks for the tutorial
xmadyx69 1 year ago
You are AWESOME!!! thx alot
CataAristi88 1 year ago
This tutorial doesn't work with ActionScript3. That is why you are getting the error with _root.
sendoutcardsvideo 1 year ago
@sendoutcardsvideo what would the script be for actionscipt 3.0?
aedude622 1 year ago
@aedude622 has anyone given you the script for actionscript3.0 yet? I'm having the same problem.
MaverickDOTMedia 1 year ago
i dont understand what is _root?
_ root is not working on my side plz help me
usmangondal062 1 year ago
This has been flagged as spam show
Existent Asian beautiful girls dating busizz4me.info
nawindsor 1 year ago
The tut are so great but only would like to request if you can zoom in a lit more on the sequences fore more visual clearence. Do you have them in HD?
Thanks for the Vids. You rock.
willnsub 1 year ago
Hey! The tutorial is great!! Very useful, specially for my proyect at university. I'm Paula, from Argentina. I've a problem with the action script.. I can't make the image move to the other side!! I did exactly what you said in the video. I'm using Flash CS3... Does it matters?
The notification is: "root indefined"
CAN YOU HELP ME?
paulitaj90 1 year ago
Hey! The tutorial is great!! Very useful, speciallyfor my proyect at university. I'm Paula, from Argentina. I've a problem with the action script.. I can't make the image move to the other side!! I did exactly what you said in the video step by step. I'm using Flash CS3... Does it matters?
The notification is: "root indefined"
CAN YOU HELP ME??? THAAANKS!
paulitaj90 1 year ago
Comment removed
BigSuoni 1 year ago
I'm having a tiny problem I have it right up untill the action script I entered it exactly correct I have checked it several times but I keep on getting this error:
" **Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 1: Statement must appear within on/onClipEvent handler _root.onEnterFrame = function(){ "
Can anyone help me? Please!
AlanaM879 1 year ago
Comment removed
AlanaM879 1 year ago
**Error** Scene=Scene 1, layer=as, frame=1:Line 19: Syntax error. }
Total ActionScript Errors: 2 Reported Errors: 2
that's what I keep getting but I wrote the actionscript in perfectly?
ZocturnalToast 1 year ago 3
Comment removed
neilalexlong 1 year ago
Comment removed
neilalexlong 1 year ago
Comment removed
neilalexlong 1 year ago
Do you have a tutorial for doing this same thing, but using XML file to load the images dynamically? Thanks. BTW -- great tutorial.
kdebruine 1 year ago
thx u ^__^
skyeyoyo 1 year ago
I have a problem: the reverse and speeding up thing is not working at all when I roll over the sides and when I place the mouse on an image it doesn't stop neither! I'm working on CS4. I did all what you said and I wrote the code perfectly. I don't know what's wrong. Please help me I would really appreciate it
lowfrequenciesU2 1 year ago
Comment removed
trixiemarie77 1 year ago
Also
1120: Access of undefined property _root. I'm a newbie on Flash so I'm not quite sure what to do?
trixiemarie77 1 year ago
I got all the way to the action script part where you start writing _root.onEnterFrame...
I put in all of the code just as you had it and checked to see if there where any errors. I didn't have any. So I tested the video and it just keeps scrolling on forever and a box pops up and says. Compiler Errors...1120: Access of undefined property _root.
trixiemarie77 1 year ago
Comment removed
trixiemarie77 1 year ago
Comment removed
trixiemarie77 1 year ago
Comment removed
trixiemarie77 1 year ago
Comment removed
trixiemarie77 1 year ago
wow that couldnt of been any easier alittle time consuming . im using cs4 and it worked perfectly thanks!!!!!!
DJA3420 1 year ago
how can i do this with a loader?
abchat1 1 year ago
I'm creating a vertical scroll by the way, and everything has worked fine so far until the coding.
nunuparada 1 year ago
I'm using CS5 and AS2.0 I changed from using AS3.0 to 2.0 instead since the comments below recommended so. But I followed the coding and its still not working.
for y axis, I replaced it with x-axis and changed the coordinates. Should I be changed the "true" and "false" parts as well?
nunuparada 1 year ago
any1 wanting to link the buttons try looking at this:
youtube won't let me add a link it seems but just google this
'flash advisor buttons not working inside movie clip'
it shold be the top result and it is flash advisor website.i found it very helpful anyway.hope it helps
neilrice84 1 year ago
Very Good!!
I have a question for you if u can.
How can i make this same scrolling effect, but without the motion tween. I mean i have to do this with only the mouse control, so when the mouse is off it stops.
Can you help me? :)
soljd 1 year ago
I was doing fine up until you converted the thumbnails to tween. I'm making a vertical scrolling thumbnail instead of a horizontal thumbnail. And after I converted my thumbnails to tween, I checked to see if it worked and it didn't.
nunuparada 1 year ago
This one is great, I work on Mac/CS4 and it worked perfectly fine.
Wonderful work there, you're the man!
Totollallo 1 year ago
undefined property _root!!!!!!!!!!!!!!!!!!
archangelval 1 year ago
i got all the way to adding the action script to find out this doesnt work in CS4... if you could help me out that would be much appreciated!!!
runsamrun17 1 year ago
you had me until the up and over stait mumbo jumbo...i guess you assume we know what that means....ps I can barely make out what the screen is on here it is soooo fuzzy
I give this tutorial a 3/10
FAIL!!!
FLIPWORLDUPSIDEDOWN3 1 year ago
Hey, can I do the same thing with AS 2.0?
ztlhsn 1 year ago
I have a question. Well first off I'd like to say great video thanks for uploading and sharing! My question is would there be any way to incorporate the lightbox2 web gallery with this? For example have they flash scroll bar on your website, and whenever you actually click on the scrolling image the background screen fades out and the image you click shows up like it would with lightbox2 by it's self.
hotmail06 1 year ago