A Flash Developer Resource Site

Search:

Type: Posts; User: oblivion2010

Search: Search took 0.01 seconds.

  1. Thanks, worked great. Although sometimes after...

    Thanks, worked great.
    Although sometimes after clicking a few times, the mouse cursor would become 'stuck' to the object, unable to let go.
    Also I'm thinking if I were to attach a button to the...
  2. Thanks for the input. Do you have a link to a...

    Thanks for the input. Do you have a link to a tutorial by any chance? I'm still relatively new to Actionscript.
  3. Typing input text, and then dragging it. AS3

    Hey, is it possible for a user to enter a frame, be able to type their name into an InputText field, and then drag it around the screen?

    If so what is the best method to do this?

    Thanks.
  4. // SOLVED I used ...

    // SOLVED

    I used

    MovieClip(root).gotoAndPlay("home");
  5. AS 3.0 - Linking to a frame from a MovieClip

    Hey guys, I'm trying to link from inside my movieclip to a frame on the main timeline.

    The ActionScript is inside the MovieClip.



    function gotoSite(e:MouseEvent):void{
    gotoAndPlay("home");...
  6. Replies
    1
    Views
    487

    Combo Box problem

    Hi,

    I'm attempting to take the values from three seperate combo boxes, adding them together, and then have the figure shown in a text field.


    function totalpricesubmit(e:Event):void {...
Results 1 to 6 of 6




Click Here to Expand Forum to Full Width

HTML5 Development Center