Ask a Question related to Macromedia Director Lingo, Design and Development.
-
David Downie #1
Periods not allowed in Symbols
G'day all, I'm back, and working on my boomerang game still. I still haven't
got around to incorporating everyone's comments on the boomerang path, but I
will.
At the moment I'm getting stumped with the following:
on getPropertyDescriptionList me
list = [:]
addProp list, #pSpeed,[#comment: "Speed", #format: #integer, #default: 2]
addProp list, #pJonnoSpriteNum,[#comment: "Johnno's Sprite Num", #format:
#integer, #default: 7]
addProp list, #pNumberOfFramesToWait,[#comment: "Random max frames to
wait", #format: #integer, #default: 100]
addProp list, #pSound, [#comment: "Sound:", #format, #sound, #default:
VOID]
return list
end
When I include the last item in the list I get "Script error: Incorrect
behavior initializer. (Periods are not allowed in symbols)" when I run the
movie (cf 'compile' script). It works fine without the last entry. Can
anyone see what I've done wrong. I googled but the results didn't help me.
Hopefully it's something stupid.
David.
David Downie Guest
-
numbers being replaced with periods in PDF
I'm working on tagging PDFs to be 508. All of the pdfs have already been made and the tagging is being done in Acrobat Pro 8. The problem is seen... -
PDF security - printing allowed but changes not allowed?
Adobe Acrobat 6 Professional - on a PC. how can i restrict changes to a pdf while allowing printing? i don't want to have to give passwords or... -
Periods in login name
I need confirmation on whether or not DB2 will work in an environment where the Active Directory user's login name is seperated with a period. So... -
Embedded periods in user name
Helpful folks, At what release level does DB2 allow embedded periods in user names? E.g., john.smith? We are at v7.2 fp5 on Windows and it does... -
Time Trial Periods
Hello All: I am a new member and have a trial on Dreamweaver MX whihc grants me 30 days. I have just found out that it does not give you a 24 or 10... -
Gabriel #2
Re: Periods not allowed in Symbols
when you add the pSound property you write
#format,#sound
when it should be
#format: #sound
: not ,
hope this helps
gabriel
Gabriel Guest



Reply With Quote

