美文网首页
网络大学课程学习按键精灵代码

网络大学课程学习按键精灵代码

作者: lengol | 来源:发表于2017-04-03 16:37 被阅读86次

    '网络大学按键精灵代码

    '初始坐标(130,380),每行间距26,最底坐标(130,848)

    x = 130

    iy = 380

    '1秒=1000毫秒

    '1分钟=60秒

    s = 1000

    m = 60 * s

    delt = 26

    imax=848

    For y=iy to imax step delt

    MoveTo x,y

    LeftDown 1

    Delay 5

    LeftUp 1

    Delay 10 * m

    Next

    相关文章

      网友评论

          本文标题:网络大学课程学习按键精灵代码

          本文链接:https://www.haomeiwen.com/subject/ldkoottx.html