« Return to Thread: Why doesn't this work?

Re: Why doesn't this work?

by Cameron Kaiser :: Rate this Message:

Reply to Author | View in Thread

> -- FirstApp.lua
> pmoveto(70,70)
> plabel("My First App works!")
> pevent()
>
> I get an error right at the first "pmoveto" line. Also, I'm using srcedit
> with the color-coding (lua selected) and it doesn't recognize any of the
> "p" commands. What gives?

This only works in Plua 1.0. If you're using Plua 2.0, all of the old
p*() functions are gone and replaced with different equivalents (see the
docs).

--
------------------------------------ personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser@...
-- In memory of Werner Klemperer ----------------------------------------------

 « Return to Thread: Why doesn't this work?