Live Rendered Explosion
Forum » PlayBasic Help / Examples » Live Rendered Explosion
started by: hartnellhartnell
on: 1253729618|%e %b %Y, %H:%M %Z|agohover
number of posts: 2
rss icon RSS: new posts
Live Rendered Explosion
hartnellhartnell 1253729618|%e %b %Y, %H:%M %Z|agohover

First Shot :

SetFPS 60

ExpCR = 0
ExpR = 50
ExpMC = $bb
ExpX = 100
ExpY = 100

Do
    ExpX = ExpX - 1
    ExpY = ExpY - 1
    If ExpR > 0 Then ExpR = ExpR - 1
    If ExpCR < ExpR Then ExpCR = ExpCR + 2
    If ExpMC > 0 Then ExpMC = ExpMC - 2
    Cls 0
        CircleC ExpX,ExpY,ExpR + 2,True,$ff0000
        CircleC ExpX,ExpY,ExpR,True,RGB($ff,ExpMC,00) 
        CircleC ExpX,ExpY,ExpCR,True, $000000
    Sync
Loop

— hartnell

unfold Live Rendered Explosion by hartnellhartnell, 1253729618|%e %b %Y, %H:%M %Z|agohover
Re: Live Rendered Explosion
u9u9 1254233654|%e %b %Y, %H:%M %Z|agohover

it looks really retro… where did you get this? Or is it your own creation?

unfold Re: Live Rendered Explosion by u9u9, 1254233654|%e %b %Y, %H:%M %Z|agohover
new post