A Flash Developer Resource Site

Search:

Type: Posts; User: Osteel

Page 1 of 20 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    1,914

    Thanks, the link has been fixed. We plan to...

    Thanks, the link has been fixed. We plan to upload it as a game on Kongregate or some Flash portal depending on who we can get to sponsor us. :)
  2. Replies
    2
    Views
    1,914

    Novus Dawn Prologue - Feedback

    Hi everyone!

    So over the past few months, we have been working on the demo (or prologue) of our tactics RPG: Novus Dawn. We are at he point where we believe our battle engine is nearly completed...
  3. Thread: Tactics Game

    by Osteel
    Replies
    21
    Views
    5,859

    Sure thing, send me an email at:...

    Sure thing, send me an email at: matthew[dot]ostil[at]gmail.com and I'll give you an overview of our project, for interest sake, if anything. :)

    Also, show me your portfolio anyway, I love seeing...
  4. Thread: Tactics Game

    by Osteel
    Replies
    21
    Views
    5,859

    This is an old thread, and we have since moved...

    This is an old thread, and we have since moved onto a more viable tactical RPG. Unfortunately we're not looking for an artist, since we're about to contract a pixel artist next week.

    Thanks for...
  5. Replies
    3
    Views
    2,053

    Tonypa has a whole article base on how to make 2D...

    Tonypa has a whole article base on how to make 2D tile based games: http://www.tonypa.pri.ee/tbw/
  6. Replies
    3
    Views
    2,187

    Haha, sorry. I put up a little note that the...

    Haha, sorry. I put up a little note that the music starts on the second frame. But thanks for the reply. Originally we were thinking of redoing the entire game as a longer version, but I'm not sure...
  7. Replies
    3
    Views
    2,187

    [Show] Runt - Interactive Story

    Hi guys!

    So I'm going to start with saying that this game is in no way something that is revolutionary or state of the art. However, I'm proud of it, and I hope you guys will enjoy it for what...
  8. Replies
    137
    Views
    101,021

    Yes, it's being programmed in AS3, but strictly...

    Yes, it's being programmed in AS3, but strictly script only. No timeline/stage stuff here. Actually, you can view the current game engine build at: http://www.devworld.ca/game/index

    We're taking...
  9. Replies
    137
    Views
    101,021

    Just decided to randomly check up here myself. I...

    Just decided to randomly check up here myself. I used to love coming here asking my noob questions about Flash.

    Currently I've switched gears from actually programming (though I am doing my own...
  10. Replies
    7
    Views
    1,454

    You can assign two separate variables to it, and...

    You can assign two separate variables to it, and each time one of the buttons are clicked, will set the corresponding variable to true. After clicking one of the buttons and setting it's variable,...
  11. Just ask them to screenshot it, because...

    Just ask them to screenshot it, because everything looks normal to me.
  12. Replies
    4
    Views
    1,035

    Yeah, we already have a database to store the...

    Yeah, we already have a database to store the user information. We decided to go with storing all the static information in separate tables, such as items, equipment, characters, skills.

    In terms...
  13. Replies
    1
    Views
    1,138

    The best way to go about that would be to learn...

    The best way to go about that would be to learn about 2D arrays, since they take on the 'shape' of a grid. You would then just number each piece of the puzzle from 1-9, and place that number into the...
  14. Replies
    4
    Views
    1,035

    Thanks again Blue, It's just a tactical RPG,...

    Thanks again Blue,

    It's just a tactical RPG, so we'll be needing to store static information such as item/equipment information, character information and map information. All the dynamic...
  15. Replies
    4
    Views
    1,035

    SWF or Database?

    Hello everyone,

    I'm at the stage in my project where I need to standardize the information. Now, for things like item/equipment/attack information where should I store it. Should I load it in the...
  16. Replies
    15
    Views
    1,691

    Flash8 You're missing a } at the end of the first...

    You're missing a } at the end of the first statement.
  17. Replies
    1
    Views
    780

    Two Options - Opinions Needed!

    Hi guys,

    So I'm just continuing working on my larger project and before I move onto this next part, I need to decide now how to approach it so I can start designing around it.

    Basically, this...
  18. Replies
    1
    Views
    1,158

    Cool game! There's definitely grammar and...

    Cool game! There's definitely grammar and spelling problems though, but as for game play it's a neat game. :)
  19. Replies
    2
    Views
    639

    myVar1 += 100

    myVar1 += 100
  20. Try: if (_root.money

    Try:



    if (_root.money <=0){
    gotoAndStop(26);
    }


    What you're saying is if and only if the money variable is equal to 0. What happens if it randomly drops below that, which in your...
  21. Replies
    7
    Views
    2,237

    That seems about right. I tried looking at your...

    That seems about right. I tried looking at your code, but I'm really bad at reading other's code and trying to decipher it. If it helps here's my pseudo I used for this.



    Begin by making your...
  22. Replies
    7
    Views
    2,237

    Can you type out your pseudo of how you're going...

    Can you type out your pseudo of how you're going about programming it? Maybe it's just a matter of concept.
  23. Are you sure your movieclip has an instance name...

    Are you sure your movieclip has an instance name of mc_trigger and your button inside the movieclip has the instance name mc_media?

    If so, try: _root.mc_trigger.mc_media.onRelease = function(){
  24. Thread: [Help] CrossOut

    by Osteel
    Replies
    3
    Views
    984

    I never considered that ... shows how ignorant I...

    I never considered that ... shows how ignorant I am in terms of usability. Thanks for the input Alluvian, I'll add a colourblind mode that'll add numbers to the different coloured orbs.

    Also, is...
  25. Replies
    9
    Views
    2,148

    Sorry I'm confused. Are you saying you want the...

    Sorry I'm confused. Are you saying you want the successful logins to start from frame 24 and ending on frame 64 (30 pages/users)?

    If that's the case, change and replace with: _root.gotoAndStop (i...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center