Suche


ActionScript3 Handcursor

Zum Artikel: ActionScript3 Handcursor

Posted on | Oktober 2, 2008 |

Um mit AS3 einen Handcursor, z.B. auf einem Movielclip zu erzeugen, benutzt man :

mc.buttonMode = true;
Das ganze vor einem evtl. addChild()-Befehl.

Comments

2 Responses to “ActionScript3 Handcursor”

  1. Susanne
    April 23rd, 2009 @ 12:55

    Geht nicht im Internet Explorer.

    clickarea = new Clickarea();
    clickarea.x = 0;
    clickarea.y = 0;
    clickarea.buttonMode = true;
    clickarea.useHandCursor = true;
    addChild(clickarea);

    Gibt es da noch einen anderen Trick?

  2. admin
    April 23rd, 2009 @ 15:48

    Von welcher Klasse wird denn Clickarea abgleitet?

Leave a Reply