{"id":1899,"date":"2010-11-15T10:25:00","date_gmt":"2010-11-15T10:25:00","guid":{"rendered":"http:\/\/mts-help.nick.php.dev\/after_sale_support\/Demo_movies_database\/xml_flash\/article9.html"},"modified":"2012-03-01T04:42:43","modified_gmt":"2012-03-01T09:42:43","slug":"how-remove-link-and-hand-cursor","status":"publish","type":"post","link":"https:\/\/www.templatemonster.com\/help\/how-remove-link-and-hand-cursor.html","title":{"rendered":"How to remove a link and a hand cursor"},"content":{"rendered":"<p>In this tutorial you will learn the way to remove link, hand cursor, and rollover effects from image:<\/p>\r\n<p>1) Locate pages symbol and the page itself<\/p>\r\n\r\n<a href=\"http:\/\/info.template-help.com\/wp-content\/uploads\/2010\/11\/img15.jpg\"><img loading=\"lazy\" src=\"http:\/\/info.template-help.com\/wp-content\/uploads\/2010\/11\/img15-300x90.jpg\" alt=\"\" title=\"img1\" width=\"300\" height=\"90\" class=\"aligncenter size-medium wp-image-15484\" \/><\/a>\r\n\r\n<p>2) Select image you need to remove actions and press F9, you should see similar code:<\/p>\r\n<pre class=\"brush:as3\">\r\nonClipEvent (load) {\r\n  this.hitArea = this.area\r\n  num = 1;\r\n  }\r\n  on (rollOver) {\r\n  this.gotoAndPlay(&quot;s1&quot;);\r\n  }\r\n  on (rollOut, releaseOutside ) {\r\n  this.gotoAndPlay(&quot;s2&quot;);\r\n}<\/pre>\r\n\r\n<p>3) Add the following script in onClipEvent section &#8211; this.useHandCursor = false;\r\n  It shoulf look in the following way:<\/p>\r\n  \r\n<pre class=\"brush:as3\">\r\n  onClipEvent (load) {\r\n  this.hitArea = this.area\r\n  num = 1;\r\n  this.useHandCursor = false;\r\n  }\r\n  on (rollOver) {\r\n  this.gotoAndPlay(&quot;s1&quot;);\r\n  }\r\n  on (rollOut, releaseOutside ) {\r\n  this.gotoAndPlay(&quot;s2&quot;);\r\n}\r\n<\/pre>\r\n\r\n<p>This line will remove hand cursor.<\/p>\r\n<p>4) If you need to remove rollOver, rollOut and link you should remove proper lines, for example:\r\n  For rollover and rollout these lines:<\/p>\r\n  \r\n<pre class=\"brush:as3\">\r\n  on (rollOver) {\r\n  this.gotoAndPlay(&quot;s1&quot;);\r\n  }\r\n  on (rollOut, releaseOutside ) {\r\n  this.gotoAndPlay(&quot;s2&quot;);\r\n  }\r\n<\/pre>\r\n\r\n<p>And similar line for link:<\/p>\r\n\r\n<pre class=\"brush:as3\">\r\n  on (release) {\r\n  }<\/pre>\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n<p>Feel free to check the detailed video tutorial below:<\/p>\r\n\r\n<a href=\"\/help\/files\/xml\/how_to_remove_a_link_a_hand_cursor_and_rollover.htm\" target=\"blank\">How to remove a link and a hand cursor<\/a>\r\n\r\n\r\n","protected":false},"excerpt":{"rendered":"<p>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) { [&hellip;]<\/p>\n","protected":false},"author":13,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[287,760,759],"tags":[1153,486,1123,1128],"_links":{"self":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts\/1899"}],"collection":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/comments?post=1899"}],"version-history":[{"count":0,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/posts\/1899\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/media?parent=1899"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/categories?post=1899"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.templatemonster.com\/help\/wp-json\/wp\/v2\/tags?post=1899"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}