_TITLE "ASCII Fireworks Move Mousewheel to Expand or Contract #2" '2020-01-01 ' 2020-01-02 update with graivity effect by tsh73 from JB forum
' 2020-08-11 modified for xpanding and contracting screen size
' 2020-08-11 Steve catches memory leak, fixed!
' 2020-08-12 manstersoft gives me idea for Font 8, added more works and switched color to more! RGB32
CONST nR
= 9, t
= " Happy New Year QB64 Forum, ASCII Fireworks Brought To You By Bplus Inspired by Pete, TempodiBasic and [banned user] Recent Efforts, Gravity Effect by tsh73 at JB Forum, Thanks Steve for saving memory and manstersoft for Font 8 idea, Go In Peace 2020!....."
new i
lastt = 20
lc = lc + 1
rocs = rocs + 1
drawRocket i
tmp&
(tp
) = _NEWIMAGE(640 + scroll
, 400 + scroll
, 32) lastt = 20
'debug
'COLOR qb(15)
'LOCATE 1, 1: PRINT lastt, tp, scroll
lastt = tp
r(i).y = 50
r(i).age = 0
r(i).y = r(i).y - 1
r(i).age = r(i).age + 1
new i
IF r
(i
).age
> 4 THEN start
= r
(i
).age
- 4 ELSE start
= 1 FOR a
= start
TO r
(i
).age
xx
= r
(i
).x
+ 1 * a
* COS(j
* _PI / 6) yy
= r
(i
).y
+ .5 * a
* SIN(j
* _PI / 6) yy = yy + (r(i).y - a) ^ 2 / 15 '<<<< tsh73 gravity