3,897
Loading...
Uploader Comments (AdobEasyTips)
Video Responses
This video is a response to Easy Adobe Edge Picture Gallery Tutorial
see all
All Comments (13)
-
@no14fun if you add mouseout it will do what you want it to do.
-
@no14fun I agree, when you take your mouse off the image it still stays the rollover image.
-
hey i need help, can you send me a message plz?
-
Hey,
Thanks for the tutorial. I did it and it worked, but there is no rollover, the image stays on the rollover state. There is also no hand icon to show that this is a button. Do you know how to correct this if so could you explain. Thanks.
-
@AdobEasyTips I understand, Somebody asked for the code, Guess they deleted the comment lol
-
in head
function mouseOver()
{
document.getElementById("PSNAd
min").src ="adobe.gif" }
function mouseOut()
{
document.getElementById("PSNAd
min1").src ="boss.gif" }
Loading...
Just want to add, that this tutorial is meant to show the future of the software & HTML5. A timeline used to enable animation is what we're talking about.
AdobEasyTips 4 months ago
than
in body
a href="utube/PSNAdmin" target="_blank" onmouseover="mouseOver()"
onmouseout="mouseOut()"
PSNAdmin 4 months ago
@PSNAdmin appreciate the effort, but for this tutorial the rollover is using keyframes on the timeline. If someone wants to they could use motion rather than just opacity. Basically allowing you to be more creative. (beyond a standard rollover button).
AdobEasyTips 4 months ago
It may just be my immagination but i think this is just Flash catalyst with a different name. :)
ITcrayons 4 months ago
@ITcrayons lol, I think this is going to be a hybrid. You'll see aspects from various Adobe programs. I noticed that already with the timeline ;)
AdobEasyTips 4 months ago