Hi all,
I'm having a bit of trouble trying to work out the correct syntax when setting dynamic variables based on classes. My class is called PIMAppt. This is a simplified version of my code.
The following works -
var NewAppt0:PIMAppt = new PIMAppt ("value1", "value2", etc);
However I want...
Hello,
Does anyone know if you can create custom functions in Flash 4? I know that in Flash 5 and above you use the syntax:
functionName(arguments){
statements to execute;
}
Any ideas if something similar can be done in 4? The reason I ask is because I'm developing something for Flash Lite...
Hey everyone,
I'm wondering if someone can help me out with this one. What I want to do is create a button that performs the following:
- press then release = Function1;
- press and hold = Function2;
I have to make it work on a Flash 5 player so using setInterval is unfortunately out. Any...
Hi,
Does anyone know of an easy way to fix the size of the flash player? So that if the user tries to resize the window it just stays the same size.
So not running the swf file within a browser window but just within the flash player itself.
Cheers,
Radiostar
Hi,
I'm still kind of new to actionscript so I was wondering if someone could help me.
I've got a button that currently when pressed executes a function e.g.
myButton.onPress = function () {
myFunction (Parameter1,Parameter2,Parameter3);
};
How can I set it up so that whilst the button is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.