Language…
16 users online: ASSATAKKU, bandicoot,  bebn legg, C722435, Chondontore, Coburn64, crocodileman94, Daizo Dee Von, deported, Gamer_HS, GrenudoGames, Heitor Porfirio, MarsAmpere, Revenge319, SmashNcrab, Teaser - Guests: 129 - Bots: 142
Users: 58,868 (2,241 active)
Latest user: gerbesfreshforeveryone

Dynamic Radius Circle Window

UberASM Repository → Dynamic Radius Circle Window

Submission Details

Name: Dynamic Radius Circle Window
Author: undefinied3
Added:
Type: Level
Includes GFX: No
Includes Hijack: No
Featured: No
Description: This is basically a piece of code to draw a circle window with a given radius. Unlike the one that comes with Effect Tool, this one generates the circle on the run, not using a pre-computed table, allowing you to change the radius anytime you want.

The ASM file comes with some customizable options, such as whether the circle is centered at a fixed position or at Mario, the initial radius and some other stuff.

It's only compatible with SA-1 though.

Notes: don't use it with message boxes, and make sure your level end isn't in the same level of this effect, otherwise stuff will look glitched up when you cross the goal tape or use the keyhole.
Tags: goal sa-1
Comments: 5 (jump to comments)
Rating:
5.0 (3 ratings)
No rating
Download 3.69 KiB | 359 downloads

Screenshots

View all

Comments (5)

Akutarex Link
This is 2 gudi
Akutarex Link
This is 2 gudi
 HuFlungDu Link
The code in this is pretty cool. Very impressive.

The only thing I would say is that it really should be a library, with the defines for the various options somehow abstracted out, so that the user can just call the code with different options for different levels, instead of inserting the same code mutiple times.
 Blind Devil Link
Would love to see a square version of this, and also not requiring SA-1. Other than that, neat.
 mathie Link
Your work on windowing effects is amazing. Great job !