A Flash Developer Resource Site

Search:

Type: Posts; User: bobs99

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    507

    Flash8 Using Variabes with Text Areas

    Hey,

    Im trying to make a game, but want to use specific text input to get points, this is probably simple but it doesnt seem to work for me.

    Essentially I have a text input area on the screen...
  2. Replies
    0
    Views
    461

    Flash8 Saving Variables into a text file.

    Hey,

    Im looking for a way to simply store variable values into a text file, sort of the opposite of this:

    http://www.gamexe.net/flash/loadvariables/

    That uses a command called
    ...
  3. Replies
    1
    Views
    589

    Subtraction of variables from one another

    Please ignore this I figured out my problem seconds after posting (yet spent all day on it before posting :mad:)
  4. Replies
    4
    Views
    453

    Flash8 Hey thanks a lot again for the swift reply! ...

    Hey thanks a lot again for the swift reply!

    Its 3 am here now so im going to wait till morning to try the code but just wanted to thank you!
  5. Replies
    4
    Views
    453

    Flash8 Thanks for the quick reply! Im embedding the...

    Thanks for the quick reply!

    Im embedding the game itself into a bigger menu (if that makes sense) so I want to make it so if the mouse is dragged past a certain point the mouse reverts back to...
  6. Replies
    4
    Views
    453

    Flash8 Boundry's for draggable objects?

    I currently have this code fragment to move a crosshair and shoot things:

    onClipEvent (load) {
    Mouse.hide();
    }
    onClipEvent (enterFrame) {
    this._x = _root._xmouse;
    this._y = _root._ymouse;...
Results 1 to 6 of 6




Click Here to Expand Forum to Full Width

HTML5 Development Center