So We've Made Snow . . . . Now How Do We Make Rain?

I know that iMovie HD has a rain effect but is there any way to make one without requiring the video to be passed back and forth between iMovie and FCE? (Photoshop and Motion are available).

Ian R. Brown wrote:
.. So We've Made Snow . . . . Now How Do We Make Rain? ..
I'm still open to any other ideas people may have.
guess, this will be your first exercise in Quartz Composer http://discussions.apple.com/thread.jspa?threadID=2245797&tstart=0 , Ian ..
click to enlarge
• ctrl-click on Josh' blizzard-download, choose open with QC (you did install meanwhile?) ..
• click on the far right Gradient-Patch, enable it (=this adds just a nice blueish background, to make snow/rain better visible while editing) ..
• now select the Image-Patch far left, replace the nice Snow Flake by a simple white dot .. or any shape, your 'drops' should look like ..
• select the Particle-Patch.. now, play with the many knobs .. the X Velocity created for Snow that 'windy' behavior.. rain is straight forward... ehm.. downwards.. the Z-axis adds some depth.. try ..
don't forget to switch-off the gradient, when satisfied with results..
happy rain making..
PS: replace the snow/rain image with one of a dog and a cat ..

Similar Messages

  • Made snow, now it works wierd. Help needed.

    Ok, here's the code:
    import java.awt.*;
    import javax.swing.*;
    public class Blarg
         public static void main(String[] args) throws Exception
              JFrame frame = new JFrame("Blargity");
              APanel panel = new APanel();
              frame.add(panel);
              frame.setSize(250,250);
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              frame.setResizable(false);
              frame.setVisible(true);
              while(true)
                   panel.repaint();
                   Thread.sleep(100);
    import java.awt.*;
    import javax.swing.*;
    import java.util.Random;
    public class APanel extends JPanel
         private Random rand;
         private Font myfont;
         private Color ground,thesky,black,white,blue,star;
         private int[] snow = new int[40];
         private int[] snow2 = new int[40];
         private int[] starsx = new int[10];
         private int[] starsy = new int[10];
         private int num,num2,num3,ycoord,num4,yco2,sub3;
         public APanel()
              rand = new Random();
              myfont = new Font("arial",Font.BOLD|Font.ITALIC,20);
              ground = new Color(0,0,0);
              thesky = new Color(0,0,0);
              black = new Color(0,0,0);
              white = new Color(250,250,250);
              blue = new Color(0,0,255);
              star = new Color(239,252,1);
              //num = 5;
              num2 = 0;
              num3 = 254;
              ycoord = 125;
              num4 = 254;
              yco2 = 124;
              //sub3 = rand.nextInt(250);
              for(int i = 0;i < snow.length;i++)
                   snow[i] = rand.nextInt(250);
              for(int i = 0;i < snow2.length;i++)
                   snow2[i] = rand.nextInt(250);
              for(int i = 0;i < starsx.length;i++)
                   starsx[i] = rand.nextInt(250);
              for(int i = 0;i < starsy.length;i++)
                   starsy[i] = rand.nextInt(40);
         public void paint(Graphics g)
              //**-- VARIABLES --**//
              int x = 0;
              int y = 0;
              //**-- SKY --**//
              do
                   thesky = new Color(0,0,num3);
                   g.setColor(thesky);
                   g.drawLine(0,ycoord,250,ycoord);
                   ycoord--;
                   if(num3 > 0)
                        num3-=2;
              }while(ycoord >= 0);
              //**-- STARS --**//
              g.setColor(star);
              do
                   g.drawString("*",starsx[y],starsy[y]);
                   y++;
              }while(y < 10);
              //**-- GROUND --**//
              do
                   ground = new Color(num4,num4,num4);
                   g.setColor(ground);
                   g.drawLine(0,yco2,250,yco2);
                   yco2++;
                   if(num4 > 0)
                        num4-=2;
              }while(yco2 <= 250);
              //**-- SNOWFLAKES --**//
              g.setColor(white);
              do
                   if ((snow[x] + num2 > 280) || (snow2[x] + num2 > 280))
                        num2 = 0;
                   g.drawOval(snow[x] + num2,snow2[x] + num2,1,1);
                   x++;
              }while(x < 40);
              num2+=3;
    }Before I made the ground and sky that changed colors, the snow worked, but now it just makes streaks. Why is this so, and how do I fix it?

    Clear the graphics context and repaint when you change any color or the position of anything on the screen.
    You're seeing the effects of a thread doing automatic repaint commands.

  • The urgent notice to update to Firefox 5.0 for security reasons warned that"Incompatible Add-ons Found" and won't work until made compatible but how do I make them"compatible?"

    When I tried to respond to the urgent notice to update to Firefox 5.0 for security reasons I was stopped by a screen that said "Incompatible Add-ons Found" It identified two add-ons, Move Media Player 1.0.0.07103010 and Real Player Browser Record Plugin 14.0.3 that would be disabled. It said that "as soon as they are "made compatible" Firefox will update and re-enable these add-ons" It is not clear who is to make them compatile. I have no idea how to make them compatible and I don't even know what they are for. I don't want to lose any functionality as the result of an update, so what should I do?

    Make sure that your IP address is not being shared. See the note at the top of this page.
    Port forwarding problems
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Site Published,  Now How Do We Make Our Home Page Into An E-Mail  Message

    First a testimonial on why I nominate James Tseng for president.
    After months of flawless publishing, I encountered a publishing error. James Tseng instructs moving the domain file into the trash (but not emptying it) and republishing. Voila! Back to flawless performance and peace of mind.
    My iWebsite is published, PiNEcalendars.com.
    Now like all iWeb designers, the aim is To Get The Word Out announcing our website. The Next Technical Challenge is: How do we send an E-mail of our iWeb Home Page.html? Corporate advertisers are using E-mail ads, how do we send a snapshot of our Home Page as an E-mail?
    G5   Mac OS X (10.4.7)  

    I have tried doing this several times, and can see all the graphics if I mail the page to myself. But, if I mail the page to a PC user they can't see the graphics.
    I was told to change the code to have the image source point to the folder on iDisk where the page resides, but that was not 100% reliable.
    Any thoughts on what I may be doing wrong?
    Thanks!
    Ron

  • Mtn Lion fresh Installed. Now how do I make iTunes recognize my iPhone?

    I decided to wipe my HD clean and do a fresh install of Mountain Lion on my iMac i5 27". My question relates to iTunes and syncing with my iPhone. My iPhone is no longer recognized by my computer. I would hate to have to wipe my iPhone and start syncing again with a "new computer" (it's still the same machine but with a fresh system). I still have a back up of my old system and was wondering if there is a way around this. Is there a way to manually force iTunes to recognize my iPhone? Is there a file somewhere in my old backup of the entire system that could be transfered to Mountain Lion so it would recognize my iPhone? I hope someone out there has a solution for this. Thank you!

    I did a clean install for troubleshooting and I wanted it to keep it clean, so Setup Assistant and Migration Assistant were out of the question. I wanted to transfer my iTunes library and purchases and to be able to sync my iPhone as before. Called Apple and the rep said the only paths were the Assistants or wipe the phone and resync with the new library losing all app data in the process. Sensing the rep may have been a bit obtuse, I emailed Apple and got a call back from another friendly rep who promptly emailed this to me:
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/ht4527
    I can attest this method works, and the key part may be this one:
    If you backed your iOS device up to iTunes, back up your devices on the new computer or manually transfer the backups from your old computer. The backups belong in:
    Mac: ~/Library/Application Support/MobileSync/Backup/

  • My parts are done, But now how do I Make the actual movie!

    I edited my individual parts of the movie I am making and now i want to put them all on DVD so i can watch the movie fully through. Whats the next step? Do i need to somehow export each part of the video then load and burn them onto the DVD? I want to be able to watch it through like a movie smoothly..Hope someone can help Thanks!!

    Are they edited in separate sequences? Render each of the sequences to full and mix down the audio. Make a new sequence and place each of the sequences in the master sequence. Render to full again and mixdown again. Export to QuickTime Movie. Take the exported file to iDVD or Toast.

  • I have a form, now how do I make it work?

    I built a form using Dreamweaver and I know in order for the form submissions to be e-mailed to me I need to do something with PHP but I can't seem to get any help. Every site I visit offers an easy form builder which then supplies the code, but I like the form I built because it's very specific to my business. What exactly do I need to do in order to complete this form?

    I have used a free PHP form from Tectite.com.  It's huge, and its overkill for a simple form but it is free, very well documented and has a help forum.  There's a paid for option if you need it but for a simple form you shouldn't.
    There are other options out there.
    Martin

  • I just spent 3 hours downloading garage band. Now, how do i make it open?

    I have clicked on the icon repeatedly. nothing happens.
    any ideas? thank you

    Try restarting your iPad and try again. To do this, hold the home and sleep buttons until the screen turns black. DO NOT slide the "Power Off" slider.
    And Garageband shouldn't take three hours to download on an iPad.

  • TS3682 I just downloaded itunes and hooked up phone to CPU.  Now how do I view my pictures?

    I just downloaded itunes and hooked up phoneto CPU.  Now how do I make sure all my pictures are on my CPU?

    follow this iOS: Importing personal photos and videos from iOS devices to your ...

  • How do I make purchases with a different email?

    I have been wondering about this for quite some time now: How do I make an purchases, whether they are for apps or in-app purposes, with a different email?
    I am currently using an iPhone 4 that was given to me by my sister's ex-boyfriend about 2 years ago, and I have been using his Apple account and password to download apps and such. But I don't know how to buy something in the App Store or make an in-app purchase because it requires information/ security questions from my sister's ex-boyfriend's account, which neither my sister or I know, and her ex-boyfriend is long gone by now, so we cannot contact him anymore. So I made my own Apple account and tried to make a purchase from there, but I still needed to answer security questions from my sister's ex-boyfriend's account, which bugged me. I have been thinking that this is the case because I downloaded the apps off his account, and curious if the problem would be fixed if I resetted my iPhone entirely or deleted all the apps that I downloaded with his account, and then re-downloaded them on my new account. The only problem is that, I don't want to lose my progress with any of the apps that I am using currently, and even if I saved them on the Cloud, I would still need to use his account information to bring them back, which I don't want. Also, I have an app that lets me purchase apps from the App Store with points, and I don't want to lose those apps either or else my points would come to waste. So, is it possible for me to use an account different from my previous one, since I don't know its security answers, to make purchases, and without worrying about losing any paid apps and app progress I might have? This really bugs me. Thank you in advance.

    Sorry you're going to lose the progress of all your apps,
    settings - app/iTunes store - sign out and then sign in with your apple id.
    Delete all the apps under his and then download it with your apple id.

  • HT203176 My start-up disc is nearly full.  I have another disc, an ex-time machine disc, that is available.  How do I make it known to the system so it can be used?

    I am getting a message that my 250 gb hard drive is nearly full.  I have deleted many files without making much difference.  I am unable to update any software now.  I have a 500 GB drive that was used for Time Machine but is now available to use.  I have cleared the data from it, now how do I make this drive available to the system?

    You can't.
    Move some more data to that other drive to free up space on the startup drive.
    Don't forget to empty the Trash.

  • How can i make a the out put in bold letters

    let say that this code output is public String toTitle(){
              return "Title: " + titleBook;
         }Title: Spectacular Chemical Experiments
    Title: Terror
    now how can I make just title bold like this
    Title: Spectacular Chemical Experiments
    Title: Terror
    thanks

    If your job and life depends on it, many consoles support ANSI escape characters; the problem is that they are ignored from System.out.
    It can be done with JNI:
    http://www.rgagnon.com/javadetails/java-0469.html
    on linux, the command would be "echo -e"
    Again, I say this if your job and life depends on it. It ain't pretty. (well, the colors are maybe; the code isn't.)

  • Hello! I'm out of the country and all my iWeb information is on my computer at home. Now I need to make changes on the webpage... how can i do that without using the computer i made the page on? Thank you!!

    Hello! I'm out of the country and all my iWeb information is on my computer at home. Now I need to make changes on the webpage... how can i do that without using the computer i made the page on? Thank you!!

    iWeb uses the domain.sites2 files to store its assets.
    You'll find it here :
    ~/Library/Application Support/iWeb/
    where ~ is your Home directory.
    If you take a computer with you, you have to store that file in the same location.
    It's not different from taking documents with you if you want to edit them.
    A solution is to remotely control your computer at home.
    TeamViewer, LogMeIn, Apple Remote Desktop or any VNC application you can use, like "Chicken of the VNC".

  • I loaded a film, made the movie now how do I export it to a dvd?, I loaded a film, made the movie now how do I export it to a dvd?

    I loaded a film, made a movie, now how do
    i get it to a dvd?

    hi
    I made a video using i movie
    I exported it to the camera roll (about 3 gb)
    worked great
    but then I exported it to my pc using simple transfer (I couldn't find the option to sync it with itunes)
    but the zipped file won't open
    do you happen to know why?is it the size?
    I created videos with imovie before and they exported just fine
    please help:)
    marta

  • I moved to new house where I have wifi base station I made extension via TP-link power line adapter and connect my Airport utility 6.3.2, but I don't now how to set up as a second network with one IP address?Could you help me please?

    I moved to new house where I have wifi base station I made extension via TP-link power line adapter and connect my Airport utility 6.3.2, but I don't now how to set up as a second network with one IP address?Could you help me please?

    Urvergessen wrote:
    +You may have already done this, but do you have the first AirPort Express configured to "Allow this network to be extended"?+
    Could not find that setting anywhere.
    It's in AirPort Utility, AirPort panel, Wireless tab.
    When I'm within the range of the base station I connect normally, but further away the connection drops despite the fact that the other Airport is very close and light is green. Interestingly, my PB Pro has signal almost everywhere in the house, but my iPhone and Mac Mini don't. Most likely just a hardware difference?
    In AirPort Utility with the second Express, in the AirPort panel, Wireless tab, have you checked "Allow wireless clients"?
    The second AP does show an IP address: 10.0.1.3.
    With a "Configure IPv4" setting of "Using DHCP", that suggests that the second Express really is connecting to the first Express. In that case I have no other explanation of your your problem.

Maybe you are looking for

  • How much RAM can I put in my mid 2010 17" MacBook Pro?

    Hello- I'd like to upgrade my memory. Would anyone happen to know how much RAM (the max amount) I can place into my mid 2010 MacBook Pro 17"? Thanks-

  • XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault

    Hi Experts, I am trying to create a scenario SOAP to SOAP through AAE. There is no mapping involved. Sender is a 3rd Party application and receiver is SAP BusinessObjects [BI]. Following error is coming when posting the message from SOAPUI or through

  • Thinkvanta​ge (Access Connection​s) problems

    I have a T41, running XP with 3 different profiles set-up (1 admin and 2 users).  Two days ago, Access Connections will no longer auto launch and connect to our wireless network when signing in with one of the non admin profiles.  Alternatively, if I

  • Enterprise Manager Not starting in Oracle10g

    Hi, I have Oracle10gR2 database in Windows Server 2003. After installing the database,Enterprise manager was working fine. Then i installed the patch set 10.2.4.0 for the database. The patch set was installed properly and the database started. But wh

  • Ibooks battery  power from 22 % to 0%

    hi all , I was looking for this issue if any one has faced it but can't find any. I had an year old Ibook g4 and it was working fine untill some day it was low in battery. I saw it at a 33 % level at first and within seconds it responded that battery