I have some feedbacks regarding C2. It's great and all but it might be better if the ff: were addressed?.
1. "Local variables reset their value to the initial value every tick..." -scirra.com/manual/83/variables/page-1
Wouldn't it be nice to have a local variable nested to the event that only resets after it leaves the event? Like if i have a wait function inside event. I wouldn't want another global variable, specially a temporary one just so i could carry on a value 2 ticks later.
2. Direct inputting / calling. I know C2 is made for people with nearly zero experiences in programming but for us who love programming but don't have the time to go through all the daunting task of manual programming this software is pretty useful. With that said, wouldn't it be nice to have a "console type input" that we could directly place statements and expressions? Much like how java/javascript/flash works?
e.g. Sprite with UID of 23 = UID[23].x=5 (UID of 23's x gets 5)
or (Sprite[5].alpha ==2)
just a thought. Although i love the software I find it extremely frustrating to work with.
Regards,
accidentallyc