Posted getKey tutorial video. It is added to the original post. Here is the link: https://youtu.be/a2gaj9ywDvQ

I review getKey(X and getKey->var in this video.
This looks awesome, nice work putting all these together! I look forward to future videos.
Your videos look exceptionally well thought out and done! Keep up the great work!
These are pretty great Smile
Thanks for the positive feedback! This is a short video I posted about double buffering (episode 7): https://youtu.be/oShNhu2obR4. The next video will take me a while (sprites) because I intend to go over rotation, scaling, transparency, and the whole lot of sprite commands. I thought about splitting it up into multiple parts but I'll probably make it one big video.
Please make sure to inform people that they can only scale square sprites right now. I made that mistake and was confused why my images were weird. Here's the code Mateo gave me to scale rectangular sprites:

Code:
//40 and 60 are the dimensions you want the output sprite to be. You can change them to any number.
DefineSprite(40,60->SCALED
40->*{SCALED}
60->*{SCALED+1}
ScaleSprite(UNSCALED, SCALED)
Sprite_NoClip(SCALED, 0, 0)
Excellent, keep doing these kind of great videos, many people would appreciate it! Smile
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 2 of 2
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement