Wishlist of new commands/functions

This forum is dedicated to those who wish to suggest new features.
Questo forum è dedicato a chi desidera suggerire nuove feature.
Ce forum est dédié à ceux qui souhaitent suggérer de nouvelles fonctionnalités.
Post Reply
Ale
Posts: 2
Joined: Sun Oct 08, 2023 11:36 am

Wishlist of new commands/functions

Post by Ale »

Hi,
I would like the ugbasic had these commands (list to be updated)


fade(from_color, to_color,effect);
# from color can be back, white, purple, red an so on
# to_color can be back, white, purple, red an so on
# effect how the fade is done with circle, square, pixelbypixel

examples
fade(-1,to_black,-1) #fade the screen from actual color to black
fade(to_black,to_red,square) #fade the screen from red color to black

parallax(bg1,bg2,sp1,sp2,posx1,posx2,posy1,posy2,sp1,sp2);
#create 2 (or more) parallax levels
# background 1
# background 2
# speed background 1
# speed background 2
# posx1,posy1 background 1
# posx2,posy2 background 2
# sp1 speed of background
# sp2 speed of background

fill (ok you have just implemented!) ^_^

Don't hate me!
Ale
Post Reply