A Flash Developer Resource Site

Search:

Type: Posts; User: MrStillwell

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    717

    Yea, I have just dropped a standard Flash...

    Yea, I have just dropped a standard Flash component scrollbar into a dynamic text field. The linking obviously works, but not when it goes online(or offline in FF). Should I do it with actionscript...
  2. Replies
    2
    Views
    717

    Scrollbar won't work in browsers

    I have a problem I can't find a solution for. When I open my .swf file with Flash, everything works great, but when I try to open it in a browser, it becomes blank, like there was not text to scroll,...
  3. Replies
    7
    Views
    775

    I was writing while you edited. I'm at full work...

    I was writing while you edited. I'm at full work looking through your code now.

    I actually thought you had seen my post already, and was crazy fast answering it with the edit :p
  4. Replies
    7
    Views
    775

    I get that much, I was thinking more of how you...

    I get that much, I was thinking more of how you where thinking about implementing it into the code.

    I don't have movement on enter frame, movement is as you can see from the code. When a key is...
  5. Replies
    1
    Views
    451

    Wow, that's very nice. I'd be intrested in a...

    Wow, that's very nice. I'd be intrested in a tutorial about that as well.
  6. Replies
    7
    Views
    775

    Could you give me a code example of what you mean?

    Could you give me a code example of what you mean?
  7. Replies
    1
    Views
    369

    Post your code in code wrap.

    Post your code in code wrap.
  8. Thread: Math?

    by MrStillwell
    Replies
    7
    Views
    4,427

    Yea, you use - and +. var a var b var c c...

    Yea, you use - and +.

    var a
    var b
    var c

    c = a + b

    Your problem might be that you are trying to compare a string to an integer. You really should always post code when you have a question.
  9. Replies
    7
    Views
    775

    More problems with sprite movement

    I fixed my first problem, and my practise project is starting to actually be able to do something. I can move my man with aswd and shoot moving balls with space, but there is an issue with it. When...
  10. Thanks yet again, Flax! I'll take a look at that...

    Thanks yet again, Flax! I'll take a look at that site and see if I can make sense of it.
  11. Problems assigning keys to sprite movement

    I have made a small test to see if I could make a sprite work by pressing the keys on the keyboard, and it works ... sorta.

    See, the thing is, I can make it work when I use the arrow keys, but...
  12. I just found some free PHP hosting, and it's...

    I just found some free PHP hosting, and it's working like a charm! Thanks for helping me out guys!
  13. But what about the point to where the windows...

    But what about the point to where the windows tween to and from? Is there a way to fix this when the windows are dragged? If not, I will drop the whole thing and just let the Messenger window be...
  14. Hmm, I'm looking at the list of things that are...

    Hmm, I'm looking at the list of things that are supported on my site, and next to PHP it says UNIX. what does that mean?
  15. Hm, it might not. I have a site that does for...

    Hm, it might not. I have a site that does for sure, though. Maybe I should make a subdomain, and try it out.
  16. Keeping tween point while dragging movieclip?

    Hi, I have created a portfolio which is supposed to give the impression that it is my windows desktop that you are looking at. I have made it so that I can drag MSN Messenger around now, but I have...
  17. Gah, same thing happens as with the tutorials. I...

    Gah, same thing happens as with the tutorials. I put the files up on my server; index.html, saveTest.swf, saveTest.php, saveTest.txt, and it says it's sending data when I push the button I have...
  18. I get an error when I compile regarding the...

    I get an error when I compile regarding the loader:



    Code:


    go_btn.addEventListener(MouseEvent.CLICK, go);

    function go(event:MouseEvent):void
  19. There is not a lot of information, just 10 lines...

    There is not a lot of information, just 10 lines of 2 combined strings, name and score. But I need a tutorial or some code, not a $30 book.
  20. [RESOLVED] What is the best way to save data remotely?

    I've made a little game in Flash, and I want it to have an online leaderboard. But after looking into it, it seems it's complicated saving a simple .txt file because of security, and the tutorials I...
  21. Nevermind! I made a duplicate placeholder for the...

    Nevermind! I made a duplicate placeholder for the first frame of the button, and now it works perfect :D

    Thanks a lot for your help!
  22. Ok, I got that to work, but I have to delete the...

    Ok, I got that to work, but I have to delete the pictures from the button, leaving nothing to push on. I tried making an invisible button and put it inside the button, but it still just acts like...
  23. Thanks! Could you give me a code example? I'm...

    Thanks!

    Could you give me a code example? I'm having trouble understanding DisplayObject. How can I exchange a bitmap, if the bitmap I need to replace it with isn't on the stage? Is there a way to...
  24. [RESOLVED] How do I swap a button with another?

    I want to swap a button with another one, in the same place and with the same instance name, so that it effectively acts as the same button, only with different idle and mouse over pictures, but I am...
  25. Thanks! Very well explained :)

    Thanks! Very well explained :)
Results 1 to 25 of 40
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center