- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
Tag Archives: cursor
How to remove a link and a hand cursor
In this tutorial you will learn the way to remove link, hand cursor, and rollover effects from image:
1) Locate pages symbol and the page itself
2) Select image you need to remove actions and press F9, you should see similar code:
onClipEvent (load) {
this.hitArea = this.area
num = 1;
}
on (rollOver) {
this.gotoAndPlay("s1");
}
on (rollOut, releaseOutside …