Page 1 of 1

Moving label demo

Posted: Thu May 04, 2017 4:55 am
by Vadi
Makes use of getMousePosition() in 3.1.0 to show you a label that moves around. To install it, copy/paste this into Mudlet:

Image
Code: [show] | [select all] lua
lua function downloaded_package(a,b)if not b:find("oci",1,true)then return end installPackage(b)os.remove(b)end registerAnonymousEventHandler("sysDownloadDone","downloaded_package")downloadFile(getMudletHomeDir().."/oci.mpackage","http://forums.mudlet.org/download/file.php?mode=view&id=1500&sid=e0833f9af9edebc39e930a684c5bb32a")