Hmmm, anyone recognise this:

Script error: Incorrect behaviour initializer. (Periods are not allowed
in symbols)

[<Void>:"w"]

Here is my behaviour:

global typeMngr

property spriteNum
property pChar

on mouseDown me
  put pChar
end

on getPropertyDescriptionList me
  
  gpdl = [:]
  
  addProp gpdl, #pChar, [#format:#string, #comment:"which
letter",#default:""]
  
  return gpdl
  
end

Or am I being stupid? I can't see anything wrong with this. I know I've
had this problem before but I can't remember how I resolved it.

cheers

Jon

[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to