'Faux 3d rotation thingy with (almost)no math
'Cobalt 11/25/2020
'--------Obligitory Start Up stuff-----------
Limit%% = 24
ExitFlag%% = 0
'---------------------------------------------
'------------------Main Loop-------------------
_PUTIMAGE (0, 0), layer2&
, Layer1&
'Place options on plate FOR n
= 0 TO 75 'draw the thingy _LIMIT Limit%%
'control our speed C
= C
+ 1:
IF C
= 360 THEN C
= 0 'rotation... its all about rotation! '--------------Controls---------------
ExitFlag%% = -1
Limit%% = Limit%% + 1
IF Limit%%
= 121 THEN Limit%%
= 120 Limit%% = Limit%% - 1
IF Limit%%
= 11 THEN Limit%%
= 12 '-------------------------------------
LOOP UNTIL ExitFlag%%
'they just want it to be over! '----------------------------------------------
'All Done, Have a Nice Day