Just beat it. Very nice job! Was just starting the making of a stealth game myself, so this is pretty inspirational for me to complete it. Hope you don't mind, but I'll likely be taking a peak at your code!
No, nothing built-in. I would advise designing your program to change your variables via the controller or touch screen, whichever you want to use during debugging.
I would reduce details. Maybe just have a couple slats going across or make it a flat top. Do think about perspective, for instance, is it top-down? Be sure to add some kind of shading, but keep the colors a bit closer. Hope this helps!
That's rad, I think I see what's going on now.
I was thinking of making a demo in Lowerdash 0.5b.
Have you any advice in regards to it's use?
Are you still planning on making that Lowerdash tutorial? Would you be willing to put together a Youtube video series demonstrating the syntax of Lowerdash? I would like to help once SmileBASIC BIG is out so I can record video over HDMI.
You are able to replace some of the engine data? I don't want to make too many presumptions... Rather than that, would you be able to explain what's going on??
Thanks for all the help! I'll dare try programming with Lowerdash now that I've kind of wrapped my head around it. I hope to write some kind of tool or game using it. Maybe I'll just start with a demo.
You're planning for some kind of tutorial? I hope my questions at least helped for that.
Hey Kl'Dck! I understand members, setters & getters now. More importantly I looked at the documentation & the two examples.
It seems like in both the ball & fire demo the MODULEs were compiled... It seems the remaining MAIN file refers to those objects still, but it's moved into the DIST file, correct? I'm still trying to wrap my head around this. I would like to make a couple tools using OOP.
You should really not name it 'virus' for that reason though. One should gravitate away from names like that. Just renaming the file to "SPACEV" should do it.
Thank you for all the help! You are the developer?
To clarify, did you want me to look at the "Structure" section of your documentation?
What is the maximum integer value? What about double?
Oh okay, so any module can be a class? Cool.
I would love an example of this!
I'm not sure what members, getters/setters are and your last message was a bit cryptic to me.
I have a few questions about this syntax and surely I'll have more as I'm very interested in Lowerdash. The SBS docs are a bit overwhelming. Classes would make some of my programs much easier to program though.
Do the percentage "%" signs signify they are local in scope to the module?
Can you tell me more about instancing & updating objects after creating a class?