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.
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.
@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).
hey i need help, can you send me a message plz?
MyGraphicMedia 2 months ago
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.
no14fun 3 months ago
@no14fun I agree, when you take your mouse off the image it still stays the rollover image.
sgeneralgrievous 2 months ago
@no14fun if you add mouseout it will do what you want it to do.
sgeneralgrievous 2 months ago
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
@AdobEasyTips I understand, Somebody asked for the code, Guess they deleted the comment lol
PSNAdmin 4 months ago
in head
function mouseOver()
{
document.getElementById("PSNAdmin").src ="adobe.gif"
}
function mouseOut()
{
document.getElementById("PSNAdmin1").src ="boss.gif"
}
PSNAdmin 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