A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: Need a flash Animation for a Roulette Game

  1. #1
    Newbie but want to learn
    Join Date
    Feb 2010
    Location
    Florida
    Posts
    7

    Need a flash Animation for a Roulette Game

    Hy there!

    i have posted in the Newbie Forum, but nobody can help me with that, so maybe somebody of you would make this for if i am paying for that.

    What i need: I have nearly finished a Roulette Game, but there is only one open point:

    The bowl must rotate and stop at a specified position, means, i giv him the varibale with a number, and on that frame the movie must stop.

    For example: varible has the number 5 (which would mean, that from the php script the number 5 must come) the movie makes one complete rotation, and stops than on the frame, where the number 5 is on the top position. It must always be on the Top position, beause the bwol is very small, and a larger copy of that runs at the same time (where i would just copy the action script from the small bowl in it).
    This works than just like a magnifier.

    So i would give you the grafic of the bowl, and you have to make that possible

    I would like to pay by Paypal if possible, otherwise let me know, how to pay you.

    Best regards

    Tobias Wilhelm

  2. #2
    Senior Member joshstrike's Avatar
    Join Date
    Jan 2001
    Location
    Alhama de Granada, España
    Posts
    1,136
    I've coded roulette before, and I can do it quickly. I'm assuming you already have the animation finished except for the ball. What is your budget for this piece of code?

  3. #3
    Newbie but want to learn
    Join Date
    Feb 2010
    Location
    Florida
    Posts
    7
    Just the opposit. I have already the animation for the ball, so it will come always in the top pocket.
    I need the animation just for the bowl. If somebody is short on time, it would be also ok for me, if he/she just make me one or two stops, and i would do the rest.

    I have no specific budget for this, because i dont know, how much work it is for somebody with a lot more experiance than me. (ok, i cant pay thousands of dollars

    You can conatct me also by email: t.wilhelm (at) tampc.de

    Regards

    Tobias

    Edit: I have uploaded the bowl: http://img195.imageshack.us/img195/3483/radr.png

    This should rotate at least one full time and then stop at the number which is provided by the php code; I did it like this:
    I have put it in every single position (every position one frame) and in this case it was if the 3 was on top (41 was the next frame) but this didnt work, so i need a better sollution.

    if (_root.zahl == 3)
    {
    stop();
    }
    else
    {
    gotoAndPlay(41);
    Last edited by AkteX1; 02-10-2010 at 09:05 PM.

  4. #4
    Senior Member joshstrike's Avatar
    Join Date
    Jan 2001
    Location
    Alhama de Granada, España
    Posts
    1,136
    Ah, okay. So it's the wheel which needs the animation to be changed depending on the final position. I see you're writing this in AS2, not AS3.
    Have you considered, rather than making an animation of the wheel with every frame drawn in rotation, you could just use one image and rotate it using code, with a tween to stop it at the right moment, in the right rotation/ That way it would give the appearance of slowing down over time and always stop in the right place.

  5. #5
    Newbie but want to learn
    Join Date
    Feb 2010
    Location
    Florida
    Posts
    7
    As you can see, i am a newbie, and so i dont have really experiance in that. What you told me sounds great in my ears, but i would never knew, how to do that.

    How much would it be, if you would do that for me?

  6. #6
    Senior Member joshstrike's Avatar
    Join Date
    Jan 2001
    Location
    Alhama de Granada, España
    Posts
    1,136
    I work at $100 per hour. If you want to send me a sample of what you have, I can tell you how long it would take. It might only be a few hours.
    You can send it to josh@joshstrike.com .

  7. #7
    Newbie but want to learn
    Join Date
    Feb 2010
    Location
    Florida
    Posts
    7
    Sorry that i answer so late.
    The work is already done by oscargrp. Meet him in Skype on that evening.

    But thanks for offer.

  8. #8
    Member
    Join Date
    Jun 2009
    Location
    Houston, TX.
    Posts
    76
    Nice working with you. Thank you AkteX1

  9. #9
    Junior Member
    Join Date
    Nov 2005
    Posts
    21
    Check out this Flash Roulette Game Template, did you require the same type of graphics and animation. Maybe in the future you can contact me if you are interested in more casino type flash games, such as slot machine, poker, keno, etc.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center