Showtext on Logo plugin

  • Hi! I'm totally a newbie. I'm trying some features on examples, some work well and some other are still being learned.
    I'm currently creating a logo and got 2 problems which I (still) can't resolve:
    1. I need a text showing a website when mouse onhover.
    Below are the code I wrote, not working onhover, work well for onclick
    I've also tried using textstyle, but it doesn't work either. <plugin name="name" keep="true"
    url="DP-logo.png"
    align="topleft"
    x="10"
    y="10"
    alpha="1"
    onclick="openurl('http:http://www.mywebsite.com');"
    onhover="showtext(visit http://www.mywebsite.com, style1);"
    scale="1"
    autoscale="xscale,yscale"
    />

    2. I need a small logo that will zoom in when mouse onhover. I have no clue how to do this.

    Can please anybody help me?

    Best Regards,
    Don

  • I can solve the problem no.2, perfectly works! I use the code below:
    onhover="set(plugin[name].alpha,1.0);tween(scale,1.0); showtext(visit http://www.donphotoworks.com);"
    onout="set(plugin[name].alpha,0.4); tween(scale,0.5);"

    But I still can't figure out why the text doesn't come up? Is it a bug on release on 1.16.9 or maybe I made a mistake?

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!