i can get a textbox.getLineCount, but not a letterCount, is it possible to get the amount of letters?
You can use the System object's Len() expression, which gets the length of a string. So to get the length of the text in an edit box, you'd use: Len(EditBox.Text)
Develop games in your browser. Powerful, performant & highly capable.
thanks
Nevermind, it didn't work. Here's what I did:
<img src="http://dl.dropbox.com/u/2867484/yo.png">
The expression I gave you does work(I made sure to test it), so I think it's probably something else in your code. Unfortunately, I don't really know what's going on with your code, so I can't help with the problem. Would you mind posting a CAP?
Shouldn't that be an ampersand instead of a plus?
http://dl.dropbox.com/u/2867484/PartianEx.cap
That's the .cap
& and + can both be used
You don't have a mouse and keyboard object in the "Menu" layout, so the "On click" conditions are never triggering.
That's weird, I must have accidentally deleted it.