Ask a Question related to Macromedia Flash, Design and Development.
-
eric@elcmedia.com #1
Code only goes One Way???
Flash MX 2004 Pro.
I have a text box called "text" as well as an UP button and a Down
button.
Attached to frame 1 of the timeline (there is only one frame) is:
function scrollF(){
text.scroll++;
}
Attached to the Down button is:
on(press){
scrollI=setInterval(scrollF,50);
}
So, this works when I press the down button, but what script do I use
to make the Up button work, and what script should I add to frame 1?
Thanks for any help!
eric@elcmedia.com Guest
-
Why doesn't the Code Completion occur in FlexBuilder IDEwhen source code is in an external file?
I am seperating my .as from the MXML by using the following in my file.mxml: <mx:Script source="file.as"> When I edit file.as, the code... -
How would I include the Open Browser code into this lineof code?
Hello and thankyou in advance: I have an ASP page linked to my database and I want to apply the Open Browser behaviour to the code. I have tried... -
Custom control fires event but ignores some code in the code behind file
I do not quite understand the question. I will merely point out that most programming problems happen for a reason. Code works the way it is... -
Custom tool warning: DiscoCodeGenerator unable to initialize code generator. No code generated.
I created a brand new WebService (HelloWorld) and when I attempt to add this WebService to a WindowsForm project I get the following error message in... -
Security problem with Managed Code calling Unmanaged Code in a Web Page
Hello, I have a web page which contains an ActiveX control (unmanaged) and a Windows Forms User Control (managed). Both reside on a web page and... -
Henri #2
Re: Code only goes One Way???
text.scroll-- perhaps
<eric@elcmedia.com> a écrit dans le message de news:
[email]1113555641.917296.155450@g14g2000cwa.googlegroups. com[/email]...> Flash MX 2004 Pro.
>
> I have a text box called "text" as well as an UP button and a Down
> button.
> Attached to frame 1 of the timeline (there is only one frame) is:
>
> function scrollF(){
> text.scroll++;
> }
>
> Attached to the Down button is:
>
> on(press){
> scrollI=setInterval(scrollF,50);
> }
>
> So, this works when I press the down button, but what script do I use
> to make the Up button work, and what script should I add to frame 1?
> Thanks for any help!
>
Henri Guest



Reply With Quote

