A Flash Developer Resource Site

Search:

Type: Posts; User: Hurdarr

Page 1 of 5 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    2,143

    That's what I thought. But how can I create the...

    That's what I thought. But how can I create the mouseover effect in a movieclip (move cursor over button: text/button color changes)? Don't I have to create a function for that?
  2. Replies
    2
    Views
    2,143

    Shop Buy Buttons States

    Hey all,

    How can I make a button that looks "grayed out" when it doesn't meet some requirement (like gold).

    For example, if i'm on a shop and don't have any gold to buy a item, the button...
  3. Replies
    1
    Views
    2,036

    Combat End Conditionals

    Hi all,

    I'm trying to code a very simple combat system between a player and a monster. Each one has three variables: HP, Attack and Defense.

    The formula for attack is really simple: monsterHP -...
  4. Replies
    5
    Views
    1,436

    That is much simpler than what I was doing. :eek:...

    That is much simpler than what I was doing. :eek:

    Thanks for the help. :)
  5. Replies
    2
    Views
    2,380

    RPG - Random Chest Rewards

    Greetings,

    I want to program a chest that gives a random reward (from a pool from 10 possible rewards). Which is the best way to program this function? If-else? Switch? Array?

    And more...
  6. Replies
    1
    Views
    1,069

    Popup Item Description Windows

    Hi all,

    Just wondering, how can I make a windows popup when I put my mouse cursor over a item? The popup should display the item name and it's characteristics. When the cursor rolls out fo the...
  7. Replies
    5
    Views
    1,436

    Thanks for the quick reply arkitx. That worked...

    Thanks for the quick reply arkitx. That worked great.

    Just one more question. If I'm interested in adding additional buttons (Bet 500 gold, Bet 1000 gold...), how can I build a single function...
  8. Replies
    5
    Views
    1,436

    Display Score Issue

    Hi all,

    I'm trying to create a simple script. You press a button and you have 50% chances of doubling your current score. If you lose, you lose 100 gold/points. To achieve this I used the...
  9. Replies
    3
    Views
    2,451

    Did that already. Most of the threads are really...

    Did that already. Most of the threads are really old or aren't well explained.
  10. Replies
    3
    Views
    2,451

    RPG Shop Using Arrays

    Hi all,

    Is there a good as 3.0 tutorial showing you how to use arrays to build a simple rpg shop? Just want to learn a smart way to list all the information (with the Buy buttons).

    Also, how do...
  11. Replies
    6
    Views
    1,101

    hello again, Thanks for the quick reply. I...

    hello again,

    Thanks for the quick reply. I made the changes you mentioned, but something isn't right.

    This is the code I have for that paticular frame:...
  12. Replies
    6
    Views
    1,101

    Hi, Hmm...I don't know how to use arrays. ...

    Hi,

    Hmm...I don't know how to use arrays.

    I'm just placing the code on the timeline. Each frame has code in it. It's not pefect, but I'm slowly learning.

    Edit: one more thing...

    I have...
  13. Replies
    6
    Views
    1,101

    [AS 3.0] Game shop question

    Hi all,

    I'm trying to build a real simple text rpg (in as 3.0) and would like to know how to program a popular functionality that appears on shops.

    Let's assume the player has 50 coins and...
  14. Replies
    4
    Views
    610

    Hi sstalder, I already visited both sites you...

    Hi sstalder,

    I already visited both sites you mentioned and didn't found anything useful. Most of the content I read was outdated/poorly explained/confusing/incomplete. Unfortunately, there are...
  15. Replies
    4
    Views
    610

    Text Based Game

    Hi,

    I'm trying to get into flash game developing (without a programming background) and for my first project, I thought creating a simple game like Text 4 Dead (or Don't **** your pants) to be a...
  16. CS3 Yah, that was what I did. But isn't there a way...

    Yah, that was what I did. But isn't there a way for the code to affect on that particular frame only?

    It's not very code effective pasting the same line of code on all the other frames.

    Thanks.
  17. CS3 Thanks. But it also affects all frames after...

    Thanks.

    But it also affects all frames after the one where the code is. I just wanted to happen in one particular frame.

    I'm placing the code on the timeline, and each of of the next frames...
  18. Replies
    7
    Views
    3,428

    Thanks.

    Thanks.
  19. CS3 Bump.

    Bump.
  20. Replies
    7
    Views
    3,428

    No, I'm a PC guy.

    No, I'm a PC guy.
  21. Replies
    3
    Views
    1,774

    Thanks for the input. I downloaded...

    Thanks for the input.

    I downloaded GraphicsGale but I have yet to try it. Yes, PSD seems a little overkill.

    I'll check those programs.
  22. Replies
    3
    Views
    1,774

    How do You Draw Your 2D Sprites?

    Hi all,

    Just some quick questions: where do you make your game's sprites/art?

    Do you just use Photoshop/MS Paint/Gale and import it to Flash or just draw there? And which is better for overall...
  23. Replies
    14
    Views
    11,780

    I'm trying to follow the same path but it's had...

    I'm trying to follow the same path but it's had to become good at one thing when you stretch yourself in several directions.

    Personally, I'm more interested in 8-bit/16-bit stuff.

    I'll check FL...
  24. CS3 El bump.

    El bump.
  25. CS3 Press a key from the keyboard and move to next frame

    Hi everyone,

    How do you press a key (like "L") and go to the next frame?

    Which event must I pick?

    I assume it's something like: stage.addEventListener(Keyboard., but after that I don't know...
Results 1 to 25 of 107
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center