Share this topic on AskShare this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on TwitterShare this topic on YahooShare this topic on Google buzz

Author Topic: A script I am working on  (Read 1120 times)

0 Members and 1 Guest are viewing this topic.

Offline Hi-T3k~HillBilly

  • Administrator
  • *****
  • Posts: 1,522
  • Karma: 0
    • hitech-hillbilly.deviantart.com
    • Facebook:jacob.c.dillon
    • hitek_hillbilly:imageshack
    • droz928: PhotoBucket
    • jcdillon28:twitter
    • HillBillyGFX
A script I am working on
« on: October 21, 2006, 10:22:57 AM »
Hello all ok this is my very first attempt at an Apophysis script. I need some people to test it for me.

Copy the below code and paste it in to a new script through the script editor in Apophysis 2.05.


 Clear;
      AddTransform;
      AddTransform;

      //Transform 1
      SetActiveTransform(0);
      Transform.Variation[24] := 1;
      Transform.Variation[0] := 0;
      Transform.Weight := 0.3 + (random * 0.2);
      Translate(random,random);
      Rotate(random * +45);

      //Transform 2
      SetActiveTransform(1);
      Transform.Variation[0] :=0.01 + (random * 0.4);
      Transform.Variation[2] :=0.2 + (random * 0.6);
      Transform.Weight := 0.5 + (random * 0.45);
      Transform.Color := 1;
      Scale(random * 1.5);
      Translate(random,random);
      Rotate(random * +180)

      // To remove the final transform:
      AddTransform;
      SetActiveTransform(transforms);
      DeleteTransform;

      ResetLocation := True;
      UpdateFlame := True;             



This script was made more to teach everyone how i am making the web type flames.

The thing is the two transforms that it makes still need adjusting after it has run. Most notabley the Transform #2 uslly needs moved up and Left some. It also adds some room to rotate both transforms and scale them.

I am still working on this script trying to refine it some more.

Examples of what can be done.


Jethro252

  • Guest
Re: A script I am working on
« Reply #1 on: October 21, 2006, 10:49:06 AM »
Sweet droz, I will test it. Saving the script now :)

Fozzy

  • Guest
Re: A script I am working on
« Reply #2 on: October 21, 2006, 11:35:11 AM »
Thanks Droz

Offline Cyrdan

  • Member
  • **
  • Posts: 455
  • Karma: 0
Re: A script I am working on
« Reply #3 on: October 21, 2006, 06:07:55 PM »
intersting script but i cant seem to get anything like your preview.
ok i got one like your previews but not with the script. ill try with the script here soon. and post my results
- Cyrdan a.k.a. Stormy -
"All of time and space,everything that ever happened or ever will.
Where do you want to start? Any where you want, any time you want?
Only one condition it has to be amazing." - The Doctor

Offline neptis

  • Member
  • **
  • Posts: 43
  • Karma: 0
  • HAY ALL I;M BAAAAAAAAAAACK (Well for a while)
Re: A script I am working on
« Reply #4 on: October 21, 2006, 06:09:21 PM »
can we downlode the 2.05 from this site

neptis

...please no moving text as the main body of your post
« Last Edit: October 22, 2006, 01:15:11 AM by Damascus »


Bel-te is me BTW


Offline Damascus

  • Global Moderator
  • Posts: 1,302
  • Karma: 0
Re: A script I am working on
« Reply #5 on: October 22, 2006, 01:40:51 AM »
The script itself works... but I can't seem to get much out of it yet.

Offline Cyrdan

  • Member
  • **
  • Posts: 455
  • Karma: 0
Re: A script I am working on
« Reply #6 on: October 22, 2006, 07:51:09 AM »
I havnt gotten anything really good but you have to move and scale it around right.
- Cyrdan a.k.a. Stormy -
"All of time and space,everything that ever happened or ever will.
Where do you want to start? Any where you want, any time you want?
Only one condition it has to be amazing." - The Doctor

Offline neptis

  • Member
  • **
  • Posts: 43
  • Karma: 0
  • HAY ALL I;M BAAAAAAAAAAACK (Well for a while)
Re: A script I am working on
« Reply #7 on: October 24, 2006, 03:28:43 PM »
i can get nuthing like the pics you got
did you do eny thing else to it to get them that way


Bel-te is me BTW

Toads Dont Exist

  • Guest
Re: A script I am working on
« Reply #8 on: October 24, 2006, 03:30:11 PM »
Neptis, you have to tweak the images :D
You can't just run the script and say "done"
Edit the variations and variables, and see what you come up with

Offline neptis

  • Member
  • **
  • Posts: 43
  • Karma: 0
  • HAY ALL I;M BAAAAAAAAAAACK (Well for a while)
Re: A script I am working on
« Reply #9 on: October 24, 2006, 03:32:18 PM »
toad i did that aswell i am not that stupid (i am stupid yes but not that stupid)

but never got what  he did .

neptis


Bel-te is me BTW


Tags:
 

anything