Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Even more fractionals = )

Featured Replies

I have started making some scripts for fractionals witch have come out decent but not as good as my others that where manually done in my opinion. Anyway this first one I didn't use a script for but the others i have.

 

 

 

apophysis0711207iv0.png

 

 

 

These next two was made with the first script i have made. It will produce the exact same thing every time, there is no random variables used in it.

 

 

 

default:

 

apophysis0711228vn8.png

 

 

 

same but with a bit changed:

 

apophysis0711229nr7.png

 

 

 

Here is the script i made for them if anyone has a use for it.

 

clear;



AddTransform;

with transform do

begin

color := 0.1;

linear := 0;

spherical := 1;





end;



AddTransform;

with transform do

begin

linear := 0;

heart := 0.5;

scale(5);

end



AddTransform;

with transform do

begin

linear := 1.5;

rings2_val := 2;



end



AddTransform;

with transform do

begin

linear := 1;

bubble := 30;

end;



Flame.scale := 100;

Flame.x := 0;

Flame.y := 0;

 

 

 

The second script I made included lots of random variables so it would produce something noticeably different every time. Basically all it did was produce rings.

 

 

 

apophysis07112210fb2.png

 

 

 

The ones below where colored by picking a random base color and each of the transforms drifted off from that a bit so it will not produce wild colors.

 

 

 

 

 

apophysis07112211hx8.png

 

 

 

apophysis07112212mt0.png

 

 

 

apophysis07112213lq6.png

 

 

 

Again, here is the script for the second one if anyone wants to try it out.

 

 

 

Clear;

n := Random / 3; //starts out with semi-random color



for i := 0 to 2 do

begin

   n := n + Random * 0.05; //increments n witch changes the color

   AddTransform;

   with transform do  // Multi-Colored Rings

   begin

       color := n;

       linear := 0.35 * Random;

       spherical := 1;

       rotate(360*Random);

       scale(3 * (Random * Random));

       bubbles := 0.5;

   end;

end;



AddTransform;

with transform do

begin

linear := 1 * random;

end;

Flame.Scale := 40;

Flame.x := 0;

Flame.Y := 0;

UpdateFlame:= true;    

 

 

 

Any ideas on what to do next along with C/C would be appreciated.

 

Feel free to use anything in this post for whatever purpose.

Not a fan of these ones. top one is alright though

sotwbar7.png

sig-1.png

1980 Berlinetta with a 350, bored, mild cam, intake carb, headers, exhaust

First one's 'k'. The others just gave me a headache.

[if you have ever attempted Alchemy by clapping your hands or

by drawing an array, copy and paste this into your signature.]

 

Fullmetal Alchemist, you will be missed. A great ending to a great series.

I rather dislike them all if I'm honest. Sorry. :(

 

 

 

The top one looks okay, though still, not great.

( ͡° ͜ʖ ͡°)

RIP Michaelangelopolous

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.