the event.target.x and y does not work, ive already checked everything and its spot on. Im using CS5 is that the problem? others seem to have the same problem as me as well.
Can I turn the movie clips into buttons as well so that a full sized image will open when clicked?
Also, my imgBorder isn't connecting to my thumbnails. I wrote:
imgBorder.x = event.target.x;
imgBorder.y = event.target.y;
Just as it appears in the tutorial, however the border just kind of floats there in the middle of the project. This isn't the end of the world since I can make it invisible for the time being, however is there any other way to force it around the thumbnails?
I am getting error 1120:Access of undefined property event when I use the
var imgW:Tween = new Tween (event.target, "width", Strong.easeOut,250,275,1,true); var imgH:Tween = new Tween (event.target, "height", Strong.easeOut,120,132,1,true);
@CJacuzzi It lets action script know that the key words like "Strong" will have a meaning, and to tell it to use it's deff.
From what I guess, the reason it does it is so that all the key words that could easily mess up a script are tucked anyway, or that the the flash doesn't take so long to load with all the possible keywords. anyone feel free to correct me.
Hi I was wondering if someone can direct me to a website where i can learn to impliment a full website in Adobe suit. I am new to this but i have jave experience. Thank you in advance
Great Tutorial! One thing I couldn't figure out though, the last sentence og coding, just didn't work out for me... I'm using Fash CS5 Professional, any ideas how I could make it work? Thanks for making these videos, they are really helpful!
AWESOME!!! I was trying this but they would tweak out and do weird things...and seeing as how I'm doing a professional portfolio, tweaks are not good. I'll have to experiment with this event.target thing, and the index stuff..... THANKS! your vids are great!
Genius, using a graphic line to create the frame, and positioning it to the x and y points of each image using event.target. I would have tried to create a separate library frame image and imported called it onto the stage, or some such nonsense.
Regarding the sizing tween: instead of hardcoding an image size, how about making it img.width*1.2 / img.height*1.2. This way you're expanding / tweening the image as a percentage. The frame graphic could maybe be drawn programatically as well? Thanks!
Urgent/SERIOUS question... What happens when you click them? I want a tutorial where I can make a gallery just like yours in tutvid ( dot )com? When I click an Image it enlarges,... then click away... it gets back to its original size?
I made this more or less the same as how it was demonstrated only mine won't actually do any of what he has done; the border does not appear, the image doesn't tween. I included all the commands he implemented, including his corrections and advice, but still nothing...
@Djghost1123 you're right, I will rephrase what I said. Flash is becoming increasingly irrelevant especially in web development. I'm not saying this because of the whole Steve Jobs hate towards Flash, but who wants Flash based websites anymore? The world is starting to move towards HTML5 quicker everyday. Of course flash is great for games and e-Learning applications.
@wuddlknuddel How so? I mean, flash is dying, it's getting outdated. It will stay here for a long time, but for the time being it's slow. Have you seen sites made from flash only? They're really slow and clumsy!
@MagnusRawr hehe i totally agree with you on that point. but what u said sounded to me like: ipad doesn't support flash -> flash will die out. (i hate that ipad hype. and thats what my RIDICULOUS was pointing at.) and btw if flash is outdated (what it really is) then why hasn't apple still not managed to integrate it properly (i mean that had enough time...)? ;-D
@MagnusRawr not at all, its because steve jobs is being a little bitch and still keeping up his imaginar fight with adobe. They quit on apple products and now have moved onto things like the android.
@Djghost1123 True, true. The only reason for the iPad to not support flash though is so people will buy videos etc. from iTunes. As far as I know. I haven't really looked into it.
@Djghost1123 2.8ghz duo core, 4gb ddr3 memory, Nvidia Geforce 9600m GT... I wasnt testing with this tut. i was testing with something more high powered to see the differences between flash and other shizzach
Hey, thanks so much for this tutorial ! It is specific and detailed ! It works ! :)
Fatewithlove 1 month ago
great vid but border will not line up correctly with images. anyone found out the issue why?
procise1982 2 months ago
ActionScript 3.0 is really useful i think.
joeygart 4 months ago
my movieclip becomes very twitchy (activating two tweens simultaneously) when I am at the corner of the movieclip. How do I fix this? thanks
wesKokigen 9 months ago
the event.target.x and y does not work, ive already checked everything and its spot on. Im using CS5 is that the problem? others seem to have the same problem as me as well.
CrownPoidaa 9 months ago
Great tutorial! Thank You very much! I'm gonna watch more!
PeEG4 10 months ago
Can I turn the movie clips into buttons as well so that a full sized image will open when clicked?
Also, my imgBorder isn't connecting to my thumbnails. I wrote:
imgBorder.x = event.target.x;
imgBorder.y = event.target.y;
Just as it appears in the tutorial, however the border just kind of floats there in the middle of the project. This isn't the end of the world since I can make it invisible for the time being, however is there any other way to force it around the thumbnails?
MrList 10 months ago
event.target not working ?
beasty313 10 months ago
I am getting error 1120:Access of undefined property event when I use the
var imgW:Tween = new Tween (event.target, "width", Strong.easeOut,250,275,1,true); var imgH:Tween = new Tween (event.target, "height", Strong.easeOut,120,132,1,true);
lines. Any clue why this might be?
CJacuzzi 11 months ago
@CJacuzzi make sure your function is as so function is event not evt
beasty313 10 months ago
Can someone kindly explain to me why we have to always use the import commands at the start of AS code?
CJacuzzi 11 months ago
@CJacuzzi It lets action script know that the key words like "Strong" will have a meaning, and to tell it to use it's deff.
From what I guess, the reason it does it is so that all the key words that could easily mess up a script are tucked anyway, or that the the flash doesn't take so long to load with all the possible keywords. anyone feel free to correct me.
briddenattech 11 months ago
@briddenattech can a registrations point be changed?
Thet3 11 months ago
How to create a hyperlink in the movie clips images
monicarafaelly 1 year ago
Hi I was wondering if someone can direct me to a website where i can learn to impliment a full website in Adobe suit. I am new to this but i have jave experience. Thank you in advance
asiakolov 1 year ago
ffff
asiakolov 1 year ago
This has been flagged as spam show
Greatest Asian women **busizz4me.info**
DeskaZaptas 1 year ago
the last line of code you wrote just didn't the job, mouseovered image don't get forgegrounded in this video.
PaulBunkey 1 year ago
Great Tutorial! One thing I couldn't figure out though, the last sentence og coding, just didn't work out for me... I'm using Fash CS5 Professional, any ideas how I could make it work? Thanks for making these videos, they are really helpful!
DreadsHuet 1 year ago
@DreadsHuet
try using images_mc.numChildren -1 instead
jbotyanszki 1 year ago
AWESOME!!! I was trying this but they would tweak out and do weird things...and seeing as how I'm doing a professional portfolio, tweaks are not good. I'll have to experiment with this event.target thing, and the index stuff..... THANKS! your vids are great!
xEllerochex 1 year ago
Genius, using a graphic line to create the frame, and positioning it to the x and y points of each image using event.target. I would have tried to create a separate library frame image and imported called it onto the stage, or some such nonsense.
Regarding the sizing tween: instead of hardcoding an image size, how about making it img.width*1.2 / img.height*1.2. This way you're expanding / tweening the image as a percentage. The frame graphic could maybe be drawn programatically as well? Thanks!
JetCityTrading 1 year ago
My border doesn't wrap my image HELP ! PLEASE TUTORIAL IS GREAT !
machine1112 1 year ago
Urgent/SERIOUS question... What happens when you click them? I want a tutorial where I can make a gallery just like yours in tutvid ( dot )com? When I click an Image it enlarges,... then click away... it gets back to its original size?
GeniusDealProduction 1 year ago
Comment removed
thedrunkpianist 1 year ago
Daaaaaaze!!!!!!
809cgi 1 year ago
i did this it worked fine untill i put in the code to resize the image or (event.target)
im using Flash CS5 professional. and it says an error and not even the rectangle will fade in
skate14z 1 year ago
I made this more or less the same as how it was demonstrated only mine won't actually do any of what he has done; the border does not appear, the image doesn't tween. I included all the commands he implemented, including his corrections and advice, but still nothing...
What do I do?
Lightning741 1 year ago
If this is for a website why not just use jQuery?
anilkral1903 1 year ago
i couldn't stick to it O_O
TO MANY NUMBAHS!! NOOOOOOOOOOOO!
EndreBjorgo 1 year ago
ur variable-> var borderH is used for width and var borderW is used for height lol
im pretty sure u meant it the other way
calm down and dont talk so fast, less chances of making mistakes =P
kingshinigami1989 1 year ago
@kingshinigami1989 nvm u change it later in the vid =P
kingshinigami1989 1 year ago
lol...
this...this..this...this huge shape xD
Senapy 1 year ago
.. god damn xD.. i guess this wasn't the best thing to start with when you never used flash before :D
Shuubbie 1 year ago
nice tutorial
kaunas163 1 year ago
Nice! :D
Why do you use an H for width and a W for height?
I learned something new today :D
Benimation 1 year ago
Excellent tutorials
Thanks so much for your valuable time to preparing this awesome long, detail but very intresting & amezing tutorials
I learn so much for your great tutorials
You are genus really
Keep making detail, long, tutorials always
I like your all tutorials
God bless you :-)
tirathmistry 1 year ago 2
Use Flash CS5 u dont need to copy paste the code u can just make a code snippet
ExoticSenta 1 year ago
really long tut, but i enjoyed it :P
KillerPringles 1 year ago
does it really take a half hour to make a button....
timabad 1 year ago
Oh damn; hate it when I mix up the height and width; good thing you pick up on that (Y) :D
oldnew07 1 year ago
TUTORIALS ARE TOO LONG!
MckMick 1 year ago
@MckMick better this way
FUBAR200x 1 year ago
Great great tutorial !!
calikex 1 year ago
Nathan Have you tried CS5 yet?
OneCompHelp 1 year ago
Great Tutorial!
lukestratton1 1 year ago
Great Tutorial, as always :)
wodanamor 1 year ago
Flash is dead and jQuery can do this +more
No one uses flash on their website any more its all about JavaScript
iam2k8 1 year ago
nice!!
bilali34Ahmed 1 year ago
Flash is dead
DullahanVII 1 year ago
@DullahanVII Flash is awesome!
StureLarsson 1 year ago
@StureLarsson and badass!
legice 1 year ago
@DullahanVII why is that? its still very much alive actually
Djghost1123 1 year ago
@Djghost1123 you're right, I will rephrase what I said. Flash is becoming increasingly irrelevant especially in web development. I'm not saying this because of the whole Steve Jobs hate towards Flash, but who wants Flash based websites anymore? The world is starting to move towards HTML5 quicker everyday. Of course flash is great for games and e-Learning applications.
DullahanVII 1 year ago
@Djghost1123 iPads not supporting flash will make it less interesting to use and by time it will fade away and die. Maybe.
MagnusRawr 1 year ago
@MagnusRawr RIDICULOUS!
wuddlknuddel 1 year ago
@wuddlknuddel How so? I mean, flash is dying, it's getting outdated. It will stay here for a long time, but for the time being it's slow. Have you seen sites made from flash only? They're really slow and clumsy!
It's just my thoughts.
MagnusRawr 1 year ago
@MagnusRawr hehe i totally agree with you on that point. but what u said sounded to me like: ipad doesn't support flash -> flash will die out. (i hate that ipad hype. and thats what my RIDICULOUS was pointing at.) and btw if flash is outdated (what it really is) then why hasn't apple still not managed to integrate it properly (i mean that had enough time...)? ;-D
wuddlknuddel 1 year ago
@wuddlknuddel Flash will not die out because silly iPhones dont want it.
UnrealNate 1 year ago
@UnrealNate yes thats what im saying
wuddlknuddel 1 year ago
@MagnusRawr not at all, its because steve jobs is being a little bitch and still keeping up his imaginar fight with adobe. They quit on apple products and now have moved onto things like the android.
Djghost1123 1 year ago 2
@Djghost1123 True, true. The only reason for the iPad to not support flash though is so people will buy videos etc. from iTunes. As far as I know. I haven't really looked into it.
MagnusRawr 1 year ago
@MagnusRawr flash is slow. 70% cpu with flash vs 16% cpu with html 5 and jquery
iisdan 1 year ago
@iisdan ur computer must be simply terrible omg...
Djghost1123 1 year ago
@Djghost1123 2.8ghz duo core, 4gb ddr3 memory, Nvidia Geforce 9600m GT... I wasnt testing with this tut. i was testing with something more high powered to see the differences between flash and other shizzach
iisdan 1 year ago
@iisdan not too bad...but what could you possibly test with flash that will take up that much memory?
Djghost1123 1 year ago
@Djghost1123 1080p video and stuff
iisdan 1 year ago
@iisdan still...for your specs it shouldnt take up much even though you only have 2.8ghz
Djghost1123 1 year ago
is there anyway to make it more suitable for websites with regular picture updates
Ident1ty08 1 year ago
love your vids dude!
itsonlydesign 1 year ago
2nd comment
xxxzzzmark2 1 year ago
awesome!!
andremzk 1 year ago
nice
CarbonXstudio 1 year ago