A Flash Developer Resource Site

Search:

Type: Posts; User: Irovax

Search: Search took 0.03 seconds.

  1. Thread: Gamepad input

    by Irovax
    Replies
    1
    Views
    923

    Gamepad input

    I would really like to have the option of using a controller in my game, and I was wondering if anyone has any information on it. Thanks a bunch!
  2. Replies
    0
    Views
    357

    [F8] 1+=0.2 becomes 1.1999 repeating

    How can I prevent this? It only occurs sometimes (since the real coding is i+=0.2, not always 1+=0.2), and I can't even fix it with
    i*=10
    i=Math.ceil(i)
    i/=10
    If there is no way around this, I'll...
  3. You could try putting an invisible rectangle...

    You could try putting an invisible rectangle movieclip underneath the text box with the code:

    onClipEvent(enterframe){
    if(this.hitTest(_root._xmouse, _root._ymouse, false))
    Mouse.hide()
    ...
  4. I apologize if this is what was said in the...

    I apologize if this is what was said in the livedocs, and another apology if this isn't what you wanted.

    Anyways, in order to create multidimensional arrays, I believe the code is:

    ray=new...
  5. Replies
    1
    Views
    384

    Solved!

    When in the _root level, how can I get the value of a variable from within a movieclip? I know that I can use a get_____() method, but I only know how to make methods in Java. If there isn't a...
  6. Thread: Fixed FPS

    by Irovax
    Replies
    1
    Views
    544

    Fixed FPS

    Hi!

    I am currently working on a small side project which attempts to emulate Ouendan, or Elite Beat Agents ((I think)) in the US. Anyways, I'm having a problem with the frames per second. For now,...
  7. Replies
    3
    Views
    477

    Dynamically Changing the FPS

    As in, changing the frames per second for so that all movieclips on screen will slow down for a nice, pretty Finishing Move. Is it possible? If it is... I have a bad feeling I missed something...
  8. Replies
    0
    Views
    369

    Platformer problems

    I don't really have a specific actionscript error, I just need a general solution.

    http://irovax.bravehost.com/bored.swf
    I'm making a platform game, but I can't figure out how to program it so...
  9. Replies
    2
    Views
    374

    Sorry...

    Sorry to semi-double post...

    Everything is set, just not working. I have a feeling it's my scripting, so how do I set a variable to hold a String? Test="text"?

    In case anyone's reading this to...
  10. Replies
    2
    Views
    374

    [RESOLVED] Dynamic Textbox

    I was wondering if there was a way to have a single variable that can contain text given to it depending on actionscript. i.e. _root.Text="abc" ((I'm not sure about the scripting... I tried...
  11. Replies
    1
    Views
    412

    hitTest Problems 2.0

    Hi again! ^^

    Just a quick question: Is there a way to have a movie clip check for hitTests between it and an instance within another Movie Clip?

    As in, place a movie cilp (1) on the scene,...
  12. Replies
    1
    Views
    423

    hitTest between Movie Clips

    Is there a way to have a hitTest check if one Movie Clip hits another Movie clip, rather than one instance of a Movie Clip to another? Thanks!
Results 1 to 12 of 13




Click Here to Expand Forum to Full Width

HTML5 Development Center