Help! how to remove a movie effect for other scene

Hi I am working on an e-card. I have 2 scene where "Scene 1"
has snow fall effect and "Scene 2" has message and greetings but do
not want the snow fall effect. So far the snow effect run through
out both scene but I need to stop it on scene 2.
The script that i got online is put under frame-script at
Scene 1. How can i make it stop at scene 2 and when the movie loop
back to scene 1 , the snow effect will run again?
Please help. thanks a lot.
Below are the script that i got from a tutorial to create
snow effect. It is put under scene 1 first frame.

rap onEnterframe with if statement testing what scene you are
in if not scene one animation stops. or put snow animation in its
own movie clip.
this.onEnterFrame = function() {
if(scene == 1){
for(var i=0;i<anzahl;i++) {
if(this["schnee"+i]._x>breite+10||this["schnee"+i]._y>hoehe+10
|| ersterlauf<anzahl) {
this["schnee"+i].speed =
(Math.random()*max_speed)+min_speed;
this["schnee"+i]._x = Math.random()*breite;
this["schnee"+i]._y = ersterlauf<anzahl ?
Math.random()*hoehe : 0;
this["schnee"+i]._xscale = this["schnee"+i]._yscale =
this["schnee"+i]._alpha = (Math.random()*max_groesse)+min_groesse;;
this["schnee"+i].r_xy = random(2) == true;
ersterlauf<anzahl ? ersterlauf++ : ersterlauf = anzahl+1;
} else {
if(this["schnee"+i].r_xy) {
this["schnee"+i].go += Math.random()*-0.2;
if(this["schnee"+i].go < -schwing_faktor)
this["schnee"+i].r_xy = false;
} else {
this["schnee"+i].go += Math.random()*0.2;
if(this["schnee"+i].go > schwing_faktor)
this["schnee"+i].r_xy = true;
this["schnee"+i]._x += this["schnee"+i].go;
this["schnee"+i]._y += this["schnee"+i].speed;
something like this.

Similar Messages

  • How to remove filter or effect  ?

    I cannot remove effect .

    I cannot use undo after save project. 
    I need to remove effect but I don't need remove any task after effect added.
    Example
    Task 1 crop photo
    Task 2 apply effect
    Task 3 add layer
    I need to remove task 2 but I don't need remove task 3.
    If I use undo function . I will lost task 3.
    ส่งจาก iPad ของฉัน
    ณ 13 มี.ค. 2555 เวลา 3:10 Luanne Seymour <[email protected]> เขียน:
    Re: How to remove filter or effect ?
    created by Luanne Seymour in Adobe Photoshop Touch - View the full discussion
    Hi hugo2002,
    You can remove an effect by using the Undo button. Here is a picture of where you will find it:
    http://forums.adobe.com/servlet/JiveServlet/downloadImage/2-4262185-174700/450-337/Undo.pn g
    I like to make a copy of my original before I start using effects. I do this by choosing Duplicate Layer from the Add Layers menu. That way I always have the original image to go back to in case I don't like some of my image experiments.
    I hope this helps,
    Luanne
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4262185#4262185
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4262185#4262185. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Photoshop Touch by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • How to remove bullets and spacing for url links in the Related Links iview?

    I tried to look for a property that I can edit the look-n-feel of the url links in the Related Link iView using "Theme Editor".
    All I need is to remove the bullets and increase some vertical spacing between the links.
    Currently, it looks like this:
    URL iView A
    URL Iview B
    I go through the whole section of Related Links properties, none of them seems to do what I want.
    Here are the list of properties in Related Link section (of Navigation Panel):
    Link Color
    Text Decoration of Link
    Hover Color
    Text Decoration of Hovered Link
    Initially, I thought "Text Decoration of Link" should be the right property I should look at. But there are a drop-down with 5 options: None, Underline, Blinking, Overline and Line-Through, which really can't achieve what I want.
    Thanks for advice.
    Kent
    Post with Diagram Illustration:
    <a href="http://sapnetweaverforum.blogspot.com/2006/11/how-to-remove-bullets-and-spacing-for.html">How to remove bullets and spacing for url links in the Related Links iview?</a>
    Message was edited by: Kent C.

    Hi, Kai.
    I checked the Related iView properties (URL Template), I don't see what layoutset it is really using. I am not sure, is that a layout set apply to the Related Link Iview?
    For the regular KM iView, I will see what Layout Set I want to apply, then I can go and change the properties (of layout coontroller, collection renderer & resource renderer)you mentioned. But for this Related Link iView, I really don't know. I guess it may be in the code itself.
    If there is a layout set for Related Link iView (or the place to apply layout set to it), can you point to me which one is that? (I did a search through the layout set names, I only find the AppQuicklinkExplorer (I used this for Dynamic Nav. Link iView before), if I can aply this layout set to Related Link iView, my problem will be solved.)
    Thanks for help.
    Kent

  • Does anyone know how to remove the fisheye effect from a gopro camera, remove it with premiere pro c

    Does anyone know how to remove the fisheye effect from a gopro camera, remove it with premiere pro cc.

    Use the Lens Distortion effect, set curvature to your liking.

  • How to extend AVK to scan for other vendor-specific APIs?

    All--
    How do I extend AVK to scan for other vendor specific APIs.
    I tried adding another <name> element underneath the
    appropriate the <unsupported> tag in the asmt-config.xml file,
    e.g.
    <websphere50>
    <supported>
    </supported>
    <unsupported>
    <name>com.ibm.ws.activity.ActivityConstants</name>
    .......... other <name> elements were left alone ..........
    </unsupported>
    </websphere50>
    But when I scanned the source code it didn't find an import of that API.
    Note: it did find an import of the APIs that were pre-defined in the asmt-
    config file; just not the one that I added.
    Is adding a <name> to the asmt-config.xml file the right approach?
    If so, how does the SourceScan ant task know where to find the asmt-
    config.xml file. Currently, I left it in the %JAVKE_HOME%/config folder.
    Is that the right place for that file?
    Any comments on how to extend AVK to scan for other vendor
    specific APIs would be greatly appreciated.

    Oops!
    Its probably bad form to answer your own question, but after
    sending out the original post, I treid:
    1. opening a new shell
    2. running the %JAVKE_HOME%/bin/javke_setenv.bat
    3. then ran the "asant code-scan" from that shell and viola it worked ...
    Sorry for any confusion.

  • Urgent help: How to remove the accumaltion when show movies step by step with buttons

    I want to show the movie step by step by clicking the next
    button. Inside each frame, many movie clips are generated
    dynamically at runtime, and they can be played interactively.
    I achieves the step-by-step display of those frames by adding
    another layer with the action stop(). But I got one trouble: all
    the movie clips from previous frames are accumalted. How to remove
    the accumulation from previous frames?
    For the continuous display of the movie, I tried to use
    onEnterFrame() and change the _visible property of all the movie
    clips to false in this function. But it doesn't work for the
    step-by-step display. Once I click the next button, the movie clips
    at the current frame just show very quickly, then disappear. What
    should I do?
    I need to fix this immediately.
    Your help would be greatly appreciated.
    - zcx

    you can use the removeMovieClip() method for those movieclips
    added dynamically.

  • How to remove CM movies ads

    Hi there
    Lately on google chrome and sometimes safari my windows are constantly being plagued with these 'CM movies ad'. They random appear on most websites and sometimes they are even video commercials that run on the side. Does someone know how to remove these from a mac, cause there is a bunch of sites for a PC but not mac. Can someone please help?
    thanks

    Nicholas Furha wrote:
    So i went to my extensions in google chrome and disabled this gophoto.it extensions and it seemed to work for getting rid of the CM movies ads. So if you have that problem maybe try that
    good luck guys
    See here to remove your adware: http://www.thesafemac.com/arg-gophotoit/

  • How to remove a movie from iMovie theater

    It was very easy to create a movie in iMovie, and click on "Share to Theater". But no amount of clicking, pressing delete, pressing Command Delete, or working through menus lets me remove the movie from Theater. I modified the Project, and now I want to replace it with a movie of the same name. What am I missing? How do I remove a movie in Theater, or at least update it with the latest?

    Hello John,
    It sounds like you should have been able to delete the movie from the Theater with what you were doing.
    Checking the iMovie Help, this is what I find.
    Add, remove, and play clips and projects in iMovie Theater - iMovie Help
    Delete a movie from the Theater
    Items in iMovie Theater can exist in the Theater only, or in the Theater and in iCloud. If you delete a movie from the Theater, it’s removed from iCloud as well. For more information, see Set up iMovie Theater and iCloud.
    Click the Theater button in the toolbar.
    Select the movie you want to delete.
    Press Delete.
    In the dialog that appears, click Delete Everywhere.
    The movie is deleted from the Theater and from iCloud.
    Best,
    Nubz

  • HT4314 I don't but I have created 2 game center accounts with one apple ID and I want to remove the new account which I made so need help how to remove it

    I don't know how but I created it and want to remove now but I didn't got any option for removing account. I have unfriend all my friends which where connected to my new account and I have clicked the public profile and kept it off but I didn't find how to remove please help me with this.

    Im having the problem too, I want to play Clash of clans with my brother but when ever he tries to play, hes me;(
    CAN ANYONE HELP US!!! PLEASE!!!

  • How to Remove a Movie Clip

    Hi,
    On the main timeline, I have the following code:
    external_btn.addEventListener(MouseEvent.CLICK, showMenu);
    function showMenu(e:MouseEvent):void
    var myMovieClip:MovieClip = new Member();
    addChild(myMovieClip);
    myMovieClip.x = 597.95;
    myMovieClip.y =359.15;
    in the internal movie clip, that I linked it to Member:
    In the member movie clip, I have the following code to remove the movie clip that was created in the main timeline of the root movie clip.
    release1_btn.addEventListener(MouseEvent.CLICK, goBack1);
    function goBack1(e:MouseEvent):void
    MovieClip(root).removeChild(myMovieClip);
    I received the following compiler error:
    1120: Access of undefined property myMovieClip.
    Please help me know how to resolve this error message.
    Thanks,
    Robert.

    that's (coding on more than one timeline) not good coding style, but this will correct your error and the prevent a few more:
    release1_btn.addEventListener(MouseEvent.CLICK, goBack1);
    function goBack1(e:MouseEvent):void
    MovieClip(this.parent).removeChild(this);

  • How to remove a movie from iCloud and iMovie Theater?

    So I figured out how to publish a movie from iMovie 10 to the Apple TV channel iMovie Theater> by using the iCloud button. But now once it's there how can I remove it? Or is this a new way for Apple to get me to purchase more space in iCloud?

    There is a another solution as in my case. I was tired of all my lousy movies and so I deleted my entire iMove libary in my user folder. That "stranded" some movies in the Theater cloud which showed up on my Apple TV.
    What I did was go to System Preferences and chose "iCloud". Then under iCloud Storage I clicked "Manage...". Here you can go under Documents, etc and delete what is "backed up" in the cloud.

  • How to remove the note text for column (portal)

    Hi to All,
    Just i wanted to know how to remove the note (text) which is coming infrond the column in the appraisal template in portal view.
    My client doest want the text "note" (which i highlighted in the yellow) comming infrond the coulum. Pls can anyone tell me how can i remove only the  "note" text from the template?
    Kind regards,
    Saritha

    Hi Saritha,
    In SE80, Choose Web Dynpro Component HAP_DOCUMENT_BODY and you will find the component controller node, double click it and goto methods tab. Here you can find the method CONVERT_CONTEXT_TO_UI, this method will be triggered twice. Search for the code "CALL METHOD lo_nd_t_cells->get_static_attributes_table", this is the method which defaults the "Note" based on the row and column iid. You can overwrite the code by writing the implicit enhancement.
    Hope it will help you and revert back in case of queries.
    With Regards,
    Giriesh M

  • How to set html bullet effect for text in text area

    Hi All,
    How can i set html bullet effect for my text in text area.
    i need like      hello world
    Can any help me.
    thanks
    Raghu

    Use the htmltext property of TextArea. For example...
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
        <mx:Script>
            <![CDATA[
                [Bindable] private var theHTML:String = "<ul><li>First</li><li>Second</li><li>Third</li></ul>";
            ]]>
        </mx:Script>
        <mx:TextArea htmlText="{theHTML}" width="400" height="400"/>
    </mx:Application>

  • How do i disable sound effects for titles in imovie on ios?

    Hi,
    I just got imovie for my iphone.  Not bad so far. 
    Except: how do I turn off sound effects for titles?  I just want to add titles to my movie like regular imovie on my mac (or even windows movie maker).  However each subtitle has a sound effect -
    How do I turn these off or disable?
    thank you!

    No.....
    But....
    http://www.logicprohelp.com/forum/viewtopic.php?t=10694
    Note: See Rounik's post further down the thread..  for the FX version....
    or....
    Personally I use Ski's method documented here...
    https://www.logicprohelp.com/forum/viewtopic.php?f=1&t=85291

  • How to generate single move order for same components amongs different job using component pick release

    Hi all,
           I am new in manufacturing and we want to implement functionality of generating single move order for same component among different job using component pick release. Can any one help in this.
    we are using oracle R 12.1.3 version.
          For example. We create finish good XYZ which is build in WIP item. We create discrete jobs for XYZ suppose JOB1,JOB2,JOB3 multiple job we can create for XYZ item. in these JOB suppose component abc is similar with 5 quantity. so our goal is to generate 1 move order for all three JOBS with 15 quantity of abc component.
    please help me to achieve this goal. Immediate  Reply will be appreciated.
    Thanks & Regards
    user11152750

    PranitSaha
            Thanks For your reply. Can you please tell me in detail how can I group as I am new. How using MRP we can group same component from different job in single move order for delivering that component to shop floor.
    Thank you..

Maybe you are looking for

  • Can't install Snow Leopard, please help

    I just purchased a new SSD and put it into my MacBook Pro and am replacing my old HDD. I also just purchased Snow Peopard as I lost my original discs and can't see to even run the os install disk. When I power on my MBP it just stays at a blank white

  • New to Web Services - need to call a HTTPS web service from PL/SQL

    I am new to Web Services and need to call HTTPS web service from PL/SQL program. I am using 10g Database. I have been reading there are 2 options - 1. UTL_HTTP - with this package its possible to call HTTPS web services 2. UTL_DBWS Questions - 1. Is

  • Is it possible to look a photos from iMac/iPhoto (or Time Capsule)) with iPad?

    Hi, I have all my photos in iMac/iPhoto. I have also a back up available in Time Capsule. Apple TV device is also available and connected to videoprojector. I want to look my photos with a iPad? How to to that? And is it possible to get those viewed

  • Changing dispay in menu

    Hi all! I just wondering is it possible to set user defined display (besides filter I can't find anything else) of database object in menu tree? I already take a look on User Guide and Preferences but without luck...

  • Could not upload my app to itune connect.

    I have created an app, and sign it and validated it. But when i try to uplad it itune connect that it will failed to upload whith this error : 1. Communication error. Please use diagnostic mode to check connectivity. You need to have outbound access