0 Members and 2 Guests are viewing this topic.
i'M NOT SURE WHAT A SWORD SKILL IS BUT HERE'S THE SWORD ANIMATION FROM THE TWO SPRITES ON PG 13
sub(MFix 0Fix 2Fix 4Fix 6ReturnLbl M
@Darl That would be a huge inefficiency, but you did remind me of the fix extender idea that I forgot about. You can reset all the fix modes at once by chaining them together like "Fix 0246" for instance to set modes 0,2,4, and 6 in a single line of code for convenience. I might have time to add that next release.Also another feature I will be adding is "Temporary Pointers" which are similar to static pointers. For times when you only need to use some data exactly once, you will be allowed to do things like Pt-On(X,Y,[0123456789ABCDEF]) to both create the data in memory and return the pointer to that data in a single line. Its just as efficient as regular static pointers but has the advantage of not taking up any extra pointer names so you are less limited by the 150 name limit. This also will apply to Strings, Data(), and the Zeros() commands which can also be used to return temporary pointers.