I'm not entirely clear on a number of things. I know how to create new instances, but I don't know how to change a particular instance. For example, in my levelup system I'm using different text boxes for every stat, when I might be able to use instances of a single text box to do the same. I tried to get that work for hours, but couldn't figure it out.
This is all about how events work. Picking a specific instance is what makes the power of C2.
You can find more discussions and capx about it in the how do I FAQ section "Picking/selecting instance(s)".
The two currently last topics listed in the section (this and that) should answer all your questions.
At least I think it covers the subject and should be a valuable reading.
Also you can ask related questions in those topics.
Another thing is arrays. I don't know the difference between using the X value and making instance variables. Can I apply different numbers to an instance variable based on the X value when applied? (that's kind of what it looks like Yann's doing with his item stats. X is set to the number of animation frames, and Y is set to 5 which is the number of different stats; though it's not quite the same since it uses variables in a separate object. . . I think).
I made this capx as an answer <img src="smileys/smiley4.gif" border="0" align="middle">
It's commented and hopefuly concrete enough to be useful.
I also recommand you to check the how do I FAQ (same link as above) section "Arrays", the capx in this post should help too hopefuly.
I'm thinking of trying my hand at a side scrolling platformer with some RPG (level up or skill up) elements instead. There are a lot more tutorials on platformers, and if I can get enough done before hitting a wall I'll feel less douchebaggy asking for help. <img src="smileys/smiley23.gif" border="0" align="middle"> Any suggestions on where to start? Like, build a level, make the character move in it, then make obstacles, then make enemies, then make levelup, etc.? Thanks for any advice.
Ashley's tutorial about how to make a scrolling platformer game should and will answer all your question.
It's still a WIP but it should get you started.
Dark Savant: enjoy <img src="smileys/smiley1.gif" border="0" align="middle">