Ask a Question related to Adobe Photoshop 7, CS, CS2 & CS3, Design and Development.

  1. #1

    Default simple question

    Hi there,

    As an absolute beginner I have a simple question.
    I have a scene with two layers. Layer 1 should start again at frame 1 while
    Layer 2 stille is playing. Problem is that the GotoAndPlay(1) the whole
    scene restarts at frame 1, while I only want Layer 1 to start at frame 1
    again when it ends. How to accomplish this?

    Thacks very mUCH

    Alex


    Alexander van Deursen Guest

  2. Similar Questions and Discussions

    1. Need Simple Answer to Simple Contribute/Firefox question
      Hello all; I've tried the Adobe help in CS3, tech support, phone support, this forum, other forums, Mozilla, and nowhere can I get a straight...
    2. SImple question?
      Can anyone please tell me how to keep 2 windows open so that as soon as I click on one of them, the other one does not minimise and have to be...
    3. simple question but want help.....
      Hi, I got a ASP problem wanna ask.... Sql_check = "select * from user_table where user_id =' " & user & " ' " Set Rs_check =...
    4. another simple question.
      select from db where id = 3... if it doesn't exist, how can i display a message saying so. for example: "3" is not a valid selection. ...
    5. A simple question but ..
      Hi Can someone give me a link where i can see (and do it my self) how to create a shape tweening? (Flash MX) Yes i am a newbie but want to learn...
  3. #2

    Default Re: simple question

    sounds like your object on layer 2 should be converted to a symbol.
    then you can edit that symbol with its own timeline
    ie. create a loop of actions in the editing timeline of that symbol
    then just drop that symbol into the scene timeline

    splish


    "Alexander van Deursen" <ikben@alexandervandeursen.com> wrote in message
    news:bd7402$1do$1@netlx020.civ.utwente.nl...
    > Hi there,
    >
    > As an absolute beginner I have a simple question.
    > I have a scene with two layers. Layer 1 should start again at frame 1
    while
    > Layer 2 stille is playing. Problem is that the GotoAndPlay(1) the whole
    > scene restarts at frame 1, while I only want Layer 1 to start at frame 1
    > again when it ends. How to accomplish this?
    >
    > Thacks very mUCH
    >
    > Alex
    >
    >

    splish Guest

  4. #3

    Default simple question

    Ok, I'm going to sound dumb here, but I can't figure this out for some reason.

    I opened 2 images I have. I want to put one INSIDE another, I.E. on top of the other image. I can't get the image out of the little window it opens in, or something.
    John Doerthy Guest

  5. #4

    Default simple question

    Ok, I'm going to sound dumb here, but I can't figure this out for some reason.

    I opened 2 images I have. I want to put one INSIDE another, I.E. on top of the other image. I can't get the image out of the little window it opens in, or something.
    John Doerthy Guest

  6. #5

    Default Re: simple question

    Select all in 1st image > copy > paste to 2nd or
    drag and drop layer from one to the other
    barry gray Guest

  7. #6

    Default Re: simple question

    Start reading the fine manual and experimenting....
    Phosphor Guest

  8. #7

    Default Re: simple question

    Sorry... I figured it out... I locked my all my layers somehow (<<<idiot)
    John Doerthy Guest

  9. #8

    Default Re: simple question

    If there is enough room in the target image to accomodate the one the you want on top go to step 2.

    1- Target file: Image>canvas to increase the canvas to fit your other shot.

    2- Arrange the 2 file windows next to each other. Use the move tool (the little cross with the arrows) click on the other photo and drag it right into the other file window.

    If the files are different resolutions they will not come together at the same relative size. You can transform the top shot to what ever size you want.
    John Slate Guest

  10. #9

    Default Simple question

    I deleted the search and recent documents icons out of my
    start menu how do I get them back?
    Michael Speed Guest

  11. #10

    Default Re: Simple question

    With any luck at all they might still be in the Recycle Bin.

    "Michael Speed" <digitaliceblast@verizon.net> wrote in message
    news:004401c34ed4$fc85db50$a101280a@phx.gbl...
    > I deleted the search and recent documents icons out of my
    > start menu how do I get them back?

    Raoul Guest

  12. #11

    Default Re: Simple question

    On Sun, 20 Jul 2003 08:38:37 -0700, "Michael Speed"
    <digitaliceblast@verizon.net> wrote:
    >I deleted the search and recent documents icons out of my
    >start menu how do I get them back?
    Right click the taskbar and choose Properties. On the Start Menu page,
    click the Customize button. Scroll through the list of options on the
    Advanced page and check the box next to Search to add this icon back to
    the start menu. In the section below the scollable list, is the box that
    controls the appearance of Recent Documents.

    Sharon F
    MS MVP
    [Windows XP - Shell/User]
    Sharon F Guest

  13. #12

    Default simple question

    Hi, I am quite new with macromedia dreamweaver. I am using dreamweaver 4. My question is very simple, I want to insert a flash movie in the dreamweaver page but I want to insert it in the top left corner with no borders at all. Plase help me! the website I am doing is alrelay online and I only need to complete that so I dont have borders I dont want.
    Thank you!
    Dafna


    dafnabru webforumsuser@macromedia.com Guest

  14. #13

    Default Re: simple question

    Go to page properties and set the left and top margins to 0 px

    Tom
    [url]www.telliott.co.uk[/url]

    "dafnabru" <webforumsuser@macromedia.com> wrote in message
    news:bfj8iv$351$1@forums.macromedia.com...
    > Hi, I am quite new with macromedia dreamweaver. I am using dreamweaver 4.
    My question is very simple, I want to insert a flash movie in the
    dreamweaver page but I want to insert it in the top left corner with no
    borders at all. Plase help me! the website I am doing is alrelay online and
    I only need to complete that so I dont have borders I dont want.
    > Thank you!
    > Dafna
    >
    >

    Elliott Guest

  15. #14

    Default Re: simple question

    Elliott wrote:
    > Go to page properties and set the left and top margins to 0 px
    >
    That won't do it:
    Quote from Murray's Standard Reply Library:

    <quote>

    Link to an external stylesheet (using DW's CSS editor), or embed a
    stylesheet in your code (between <head> and </head>) with the following
    style in it (embedded shown for cut-n-paste convenience) (assuming you want
    zero margins) -

    <style type="text/css">
    <!--
    body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left:
    0px; padding:0px; }
    -->
    </style>

    you could also try

    body { margin : 0px 0px 0px 0px; padding:0px; }

    or

    body { margin : 0px; padding:0px; }

    as a shorthand method.

    This will take care of the margins in IE4+ and NN6. To take care of NN4x,
    you will need to use MODIFY | Page Properties... and set the two right hand
    margin fields (marginwidth and marginheight) to 0.

    </quote>





    --
    Dan Vendel - *GOF*
    [url]http://www.vendel.info[/url]
    Contact me directly by clicking here:
    [url]http://contact.vendel.info[/url]
    Formmail tutorial:
    [url]http://www.vendel.info/tut/formmail.html[/url]
    Nested table demonstration:
    [url]http://www.vendel.info/tabletut/[/url]

    Dan Vendel *GOF* Guest

  16. #15

    Default Re: simple question

    Ah, never even thought there would be cross browser issues!

    Just took the following as granted
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

    Cheers
    Tom

    "Dan Vendel *GOF*" <see_my_signature_@_the_bottom_of_the_post.com> wrote in
    message news:bfj8ub$odt$10@forums.macromedia.com...
    > Elliott wrote:
    >
    > > Go to page properties and set the left and top margins to 0 px
    > >
    >
    > That won't do it:
    > Quote from Murray's Standard Reply Library:
    >
    > <quote>
    >
    > Link to an external stylesheet (using DW's CSS editor), or embed a
    > stylesheet in your code (between <head> and </head>) with the following
    > style in it (embedded shown for cut-n-paste convenience) (assuming you
    want
    > zero margins) -
    >
    > <style type="text/css">
    > <!--
    > body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
    margin-left:
    > 0px; padding:0px; }
    > -->
    > </style>
    >
    > you could also try
    >
    > body { margin : 0px 0px 0px 0px; padding:0px; }
    >
    > or
    >
    > body { margin : 0px; padding:0px; }
    >
    > as a shorthand method.
    >
    > This will take care of the margins in IE4+ and NN6. To take care of NN4x,
    > you will need to use MODIFY | Page Properties... and set the two right
    hand
    > margin fields (marginwidth and marginheight) to 0.
    >
    > </quote>
    >
    >
    >
    >
    >
    > --
    > Dan Vendel - *GOF*
    > [url]http://www.vendel.info[/url]
    > Contact me directly by clicking here:
    > [url]http://contact.vendel.info[/url]
    > Formmail tutorial:
    > [url]http://www.vendel.info/tut/formmail.html[/url]
    > Nested table demonstration:
    > [url]http://www.vendel.info/tabletut/[/url]
    >

    Elliott Guest

  17. #16

    Default Re: simple question

    thank you very much!
    now my website is online and working good.
    cheers,
    dafna


    dafnabru webforumsuser@macromedia.com Guest

  18. #17

    Default Simple question

    Using actionscript how can I click on a button [movieclip?] and have it move
    to a new position.
    Then click on it again and have it move back to its original position.

    Thanks
    Richard


    Richard Jackson Guest

  19. #18

    Default Re: Simple question

    > Using actionscript how can I click on a button [movieclip?] and have
    > it move to a new position.
    > Then click on it again and have it move back to its original
    > position. Thanks, Richard
    Here is an example for a movieclip named "clipToMove":

    // clip has moved?
    clipToMove._moved = false;
    // store initial position
    clipToMove._x0 = clipToMove._x;
    clipToMove._y0 = clipToMove._y;
    // specify position after click
    clipToMove._x1 = 100;
    clipToMove._y1 = 50;
    // move the clip back and forth...
    clipToMove.onMouseUp = function() {
    if (this._moved == false) {
    this._x = this._x1;
    this._y = this._y1;
    this._moved = true;
    } else {
    this._x = this._x0;
    this._y = this._y0;
    this._moved = false;
    }
    };

    Best wishes, Martin ;) * [url]http://birdy1976.com/[/url] * ICQ# 237743398
    Martin Voegeli, vom Guest

  20. #19

    Default Simple Question

    Hello,

    I have a form with 4 fields on it, the user can either
    fill out 3 of the fields and submit and fill out the 4th
    later or right away. Id like it so whether they do it
    now or later, it prompts them in some way so that when
    they hit ok, the whole record can no longer be edited.

    Currently i have a regular form (with no record
    navigators - so it only shows the latest record) and a
    subform that shows the whole table like a datasheet,
    right now in the datasheet only the last field is edible,
    but id like it so that if they edit it or put in the
    information in the first place, it will be no longer
    editable (ie: locked = true))

    Thanks in advance!

    MEEKS
    ~Meeks Guest

  21. #20

    Default simple question

    I have page1.aspx and page2.aspx.

    Lets say page1 has a hyperlink to page2. If the user clicks on that
    hyperlink Page two will be displayed either in a new window or the same
    window(depending on which way I want it).

    Now, I want exactly the same behavior to occur except that I don't want to
    use a hyperlink. I want to put a button on page1 and when the user pushes
    the button my code behind that button will decide if page2 should display or
    not. But if it does decide that page2 should display, the behavior should
    be exactly as if a hyperlink were used.

    I can't seem to figure out how to do this. I read, here on this forum, that
    server.transfer would do it but that does not work - the page1 url is still
    displayed.

    How can I do this?
    Thanks,
    T


    Tina Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139