Jump to content

funkyjunky

Members
  • Posts

    129
  • Joined

  • Last visited

Posts posted by funkyjunky

  1. read it, maybe it gives you some idea, any wonders tell me :)ActionScript 2.0 Language Reference ActionScript language elements > Global Functions > on handler on handleron(mouseEvent:Object) {// your statements here}Specifies the mouse event or keypress that triggers an action. Availability: ActionScript 1.0; Flash Player 2 - Flash 2. Not all events are supported in Flash 2.ParametersmouseEvent:Object - A mouseEvent is a trigger called an event . When the event occurs, the statements following it within curly braces ({ }) execute. Any of the following values can be specified for the mouseEvent parameter: press The mouse button is pressed while the pointer is over the button. release The mouse button is released while the pointer is over the button. releaseOutside While the pointer is over the button, the mouse button is pressed and then rolls outside the button area just before it is released. Both the press and the dragOut events always precede a releaseOutside event. rollOut The pointer rolls outside the button area. rollOver The mouse pointer rolls over the button. dragOut While the pointer is over the button, the mouse button is pressed and then rolls outside the button area. dragOver While the pointer is over the button, the mouse button has been pressed, then rolled outside the button, and then rolled back over the button. keyPress "<key> " The specified keyboard key is pressed. For the key portion of the parameter, specify a key constant, as shown in the code hinting in the Actions Panel. You can use this parameter to intercept a key press, that is, to override any built-in behavior for the specified key. The button can be anywhere in your application, on or off the Stage. One limitation of this technique is that you can't apply the on() handler at runtime; you must do it at authoring time. Make sure that you select Control > Disable Keyboard Shortcuts, or certain keys with built-in behavior won't be overridden when you test the application using Control > Test Movie. For a list of key constants, see the Key class.ExampleIn the following script, the startDrag() function executes when the mouse is pressed, and the conditional script is executed when the mouse is released and the object is dropped:on (press) { startDrag(this);}on (release) { trace("X:"+this._x); trace("Y:"+this._y); stopDrag();}
    Thats an extreamly good description. Did you write that>??
  2. What version of flash are you using?and what flash player is IE playing it in?I think i had the same sorta problem!Firefox was using flash player 8 and IE was using 7??? So watching movies made in flash 8 worked fine in FF but not in IE!!Crazy!

  3. You must have a host support SMPTHave a code ???
    SMPT? :) And no i dont have a code!!!And if its too complicted to explain...anyone got a link to a place where it can teach me!!Ed
  4. Hey guys.I want to make a text box in which someone inputs there email address and submits it. then it is sent to my email adress (esm@hotmail.co.uk) so i can see what they have submitted.Its going to be on the home page of my flash website.any questions/answers welcome!Ed

  5. Hey guys!Ok here is an easy one for you!Say i have an image (call it bckhome.jpg) When somebody clicks this image i want them to go back to the page they visted previously.Is this possible??Ed :)

  6. My self Sujeet and I just start flash Action scriptingI just want to create an application in flash. In that I require browse button which can browse the folders and files stored in computer. Just like we press open button to open the file, the browser window appear to select the file. how can we create the same thing through flash.sujeet

    :) ok thats well above my head!How about google tried that?
  7. msn.jpgReason for making: Was asked in school to design an image which summed up your day!Things about this image I might change: Im not sure. I dont even like it enough to want to do anything to it :)Comments on Other images: Dan's Image is very nice. Shaded to perfection!Other Comments:Msn was my life back then...Now its Flash and Pulse-Games
×
×
  • Create New...