Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
<img src="http://img109.imageshack.us/img109/9909/csdw.jpg">
i don't know why this won't work D:
http://dl.dropbox.com/u/2867484/PartialExistence.cap <look at the "menu" layout
Can you make a .cap? Can you explain what you expect it to do so we don't misinterpret your intention from the picture of your events? Can you explain what it actually does?
Have you tried making a basic application that just sets a string to len("Hello") or len(SomeTextBox.Text)? Are you sure len is the problem there?
System: Every 500 milliseconds
System: 0 len(EditBox 0 .Text) Greater than 0
SystemCreate object Sprite 0 on layer 1 at (random(640), random(480))
This worked as expected in 995. Can't reproduce.
why 0 len(EditBox 0 .Text) Greater than 0?
A 0 before len?
Develop games in your browser. Powerful, performant & highly capable.
I suspect he copied events as text; in that case it appears to be object number, in our case system.
Oh, yah. Anyway, halp?
That 'Copy event as text' glitch is fixed in 0.99.7 btw.