Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: radiostar
  • Content: Threads
  • Order by date
  1. radiostar

    Classes and variables

    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...
  2. radiostar

    Flash 4 creating functions

    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...
  3. radiostar

    long press on button

    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...
  4. radiostar

    Fixed player size

    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
  5. radiostar

    Repeat button action

    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...

Part and Inventory Search

Back
Top