Your layout size is the same size as the window - there's nowhere to scroll to. You can turn on 'unbounded scrolling' in the layout properties if you want to scroll outside of the layout. Or make the layout bigger.
Your 'Destroy on startup' event sheet is destroying the grass and sand after it's created.
Yeah you can't add keys to dictionaries in the editor, you'd be better off using project files and JSON/XML like you said.
What's wrong with "Type B" with the subevent? Is that not working correctly?
oldx is a variable you have to create.
Yeah I used some random date of birth when I joined that wasn't displayed before but now it is (only on some peoples profiles?). And there doesn't seem to be any way to change or hide it.
levelName should be a family instance variable and not a dictionary key. And then the condition would be "levels -> compare instance variable".
<img src="https://dl.dropbox.com/u/8367729/construct/pics/dictionaryFamily.PNG" border="0" />
Give the family an instance variable "name" and set it to "level1", "level2", "level3" etc for each dictionary. Then you can pick the dictionary whose name value = "level" & currentLevel.
You can open the file from within C2, edit and save it. You don't need to re-import it.
Select the layer and you can change the color in the layer properties.
Develop games in your browser. Powerful, performant & highly capable.
Nice.
GabeOfThrones
You can pass the object's UID to the function and use that to pick it.
<img src="https://dl.dropbox.com/u/8367729/construct/pics/pickupFamily.png" border="0" />
Member since 17 Apr, 2012