TextField _ymouse [AS 2]
Klasa: TextField
Kompatybilność: ActionScript 1.0, Flash 6+
Zwraca współrzędną y pozycji myszki relatywną do pola tekstowego.
Listing
this.createTextField("mouse_txt", this.getNextHighestDepth(), 10, 10, 200, 22);
mouse_txt.border = true;
this.createTextField("textfield_txt", this.getNextHighestDepth(), 220, 10, 200, 22);
textfield_txt.border = true;
this.createTextField("moj_txt", this.getNextHighestDepth(), 100, 100, 160, 120);
moj_txt.border = true;
var mouseListener:Object = new Object();
mouseListener.onMouseMove = function() {
mouse_txt.text = "MOUSE ... X:" + Math.round(_xmouse) + ",\tY:" + Math.round(_ymouse);
textfield_txt.text = "TEXTFIELD ... X:" + Math.round(moj_txt._xmouse) + ",\tY:" +
Math.round(moj_txt._ymouse);
}
Mouse.addListener(mouseListener);
mouse_txt.border = true;
this.createTextField("textfield_txt", this.getNextHighestDepth(), 220, 10, 200, 22);
textfield_txt.border = true;
this.createTextField("moj_txt", this.getNextHighestDepth(), 100, 100, 160, 120);
moj_txt.border = true;
var mouseListener:Object = new Object();
mouseListener.onMouseMove = function() {
mouse_txt.text = "MOUSE ... X:" + Math.round(_xmouse) + ",\tY:" + Math.round(_ymouse);
textfield_txt.text = "TEXTFIELD ... X:" + Math.round(moj_txt._xmouse) + ",\tY:" +
Math.round(moj_txt._ymouse);
}
Mouse.addListener(mouseListener);
Dodano przez: divix
Ranga: Administrator serwisu Punktów: 0
Ranga: Administrator serwisu Punktów: 0
Komentarze użytkowników
:: Losowe artykuły
:: Wymiana linków
Modowe inspiracje |
Android Gry i Aplikacje |
ZaplanujTransport.pl: Przeprowadzki, transport, aukcje |
Logo dla firmy |
Change Tires - Car Weather Forecast Reminder |
Laminas: MVC Framework for PHP |
IT Books Reviews and Programming: JS, JAVA, PHP, ANDROID, CSS |
Katalog roślin |
Programming articles: JAVA, PHP, C++, Python, JavaScript |
Kancelaria Adwokacka Łukasz Huszno