Ask a Question related to Adobe Photoshop 7, CS, CS2 & CS3, Design and Development.
-
Alexander van Deursen #1
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
-
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... -
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... -
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 =... -
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. ... -
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... -
splish #2
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...while> 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> 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
-
John Doerthy #3
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
-
John Doerthy #4
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
-
barry gray #5
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
-
-
John Doerthy #7
Re: simple question
Sorry... I figured it out... I locked my all my layers somehow (<<<idiot)
John Doerthy Guest
-
John Slate #8
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
-
Michael Speed #9
Simple question
I deleted the search and recent documents icons out of my
start menu how do I get them back?
Michael Speed Guest
-
Raoul #10
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
-
Sharon F #11
Re: Simple question
On Sun, 20 Jul 2003 08:38:37 -0700, "Michael Speed"
<digitaliceblast@verizon.net> wrote:
Right click the taskbar and choose Properties. On the Start Menu page,>I deleted the search and recent documents icons out of my
>start menu how do I get them back?
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
-
dafnabru webforumsuser@macromedia.com #12
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
-
Elliott #13
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...My question is very simple, I want to insert a flash movie in the> Hi, I am quite new with macromedia dreamweaver. I am using dreamweaver 4.
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
-
Dan Vendel *GOF* #14
Re: simple question
Elliott wrote:
That won't do it:> Go to page properties and set the left and top margins to 0 px
>
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
-
Elliott #15
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...want> 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 youmargin-left:> zero margins) -
>
> <style type="text/css">
> <!--
> body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px;hand> 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> 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
-
dafnabru webforumsuser@macromedia.com #16
Re: simple question
thank you very much!
now my website is online and working good.
cheers,
dafna
dafnabru webforumsuser@macromedia.com Guest
-
Richard Jackson #17
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
-
Martin Voegeli, vom #18
Re: Simple question
> Using actionscript how can I click on a button [movieclip?] and have
Here is an example for a movieclip named "clipToMove":> it move to a new position.
> Then click on it again and have it move back to its original
> position. Thanks, Richard
// 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
-
~Meeks #19
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
-
Tina #20
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



Reply With Quote

