Carbincopy's Forum Posts

  • I just wanted to wish everybody a happy new years 2016 and may this be a year of great games and profits for all.

    JC

  • Hello everybody,

    I am looking for a person or company to help product mobile friendly versions of my games.

    The person or company will have an C2 Business Lic. and an Apple ID.

    I have a google play account.

    Basically all that is required is compiling the games for mobile friendly devices and all ISO rev is yours with proper credits to me. All Android rev is mine. The games I am creating are a new type of game, even though you may have seen versions like them. They have a special twist that will make them valuable to the customers that I am marketing to.

    I will not disclose the full details of the games with out a written agreement waver. Agreeing to a non-compete and that proper credits will be given. Also a term for breaking of this agreement is a $50,000 usd buy out.

    The games are not to be given away free and will contain no ads.

    If you believe this is for you or your company and are willing to put it in a legally binding agreement.

    Fill free to contact me. Jeremy C.

  • Carbincopy

    Good job. Nice and simple.

    It would be nice to have a button on each screen to generate new numbers, without having to go back to the menu each time.

    That is an easy fix will add it when I redesign the ui.

  • Well you need to create an number inputing system for sure. Right now writing down the numbers on paper breaks the continuity of the game.

    Sounds great in theroy. On PC you can ctrl prtsc to as the numebers not sure how that would work in a mobile device.

  • I watch all kinda of videos, It does not matter the language they are in. I watch them for how the code is put together. So fill free to make them in your native language. Have fun and enjoy JC

  • I have been looking for a Hangman style game.

    I have simple design now but uses layouts for each word.

    Which makes it hard to have a index of 100's of words.

    I have been learning more about arrays, but still have issues

    6 arrays one for each letter and 7th array for the chosen word.

    if chosen word array set first letter, second letter, third letter, forth letter, fifth letter and sixth letter.

    compare selected letter with letter arrays = true / if true set visible

    else false do nothing.

    If letter arrays = 6 selected letters get random word from word array

    if wrong letter -1 from life / set sprite to visible

    I have a good understanding of what it should be doing, Just get lost in the coding.

    Thanks for your time. Have fun and enjoy. JC

  • Hello everybody,

    I created this game for those who like playing the lottery.

    Pick 3, Pick 4, Mega Millions and PowerBall.

    See Demo

    scirra.com/arcade/other-games/lottery-number-picker-4491

    Only known issue is white balls on Mega Millions and PowerBall don't always line up.

    I am also working on the graphics for the over all look and fill of the app.

    Comments welcome, Have fun and enjoy.

    If you win the lottery with my app. please donate so I can continue to create more apps.

    JC

  • Thanks for the replies, I had found a topic on this and used the RandonNos snippet I found. Only issue I am having now is that the array with width 5 on random number does not line up with my balls.

    see demo here.

    scirra.com/arcade/other-games/lottery-number-picker-4491

    worked great for Pick 3 and Pick 4 as each array was per number. But when making PowerBall and Mega Millions the white balls are all in one array.

    any Ideas on how to adjust to fix it?

  • Hello Everybody and happy Holidays.

    I have a quick question.

    I have 6 fields and can get random numbers in them. The Issue I am having is I don't want to have two, three or even four of the same number displayed.

    How would I check to see if a number is used and keep it from reusing that number?

  • Lambo Racing v1.6 Fixed trigger lap complete on back and forth on finish line.

  • Glad to hear it. Fill free to link your finished game so we can see the end results. JC

  • Hello everybody, I was looking at your .capx from my limited c2 knowledge. Is there a way to break it down even further?

    array 0,1 marry 0,2 had 0,3 a 0,4 little 0,5 lamb

    1,1 little 1,2 lamb.

    or am on the wrong track as to how arrays work?

  • On click (Play sound = read page) on click (play sound = Cow goes moo) You get the idea..

    Set text to display on time and match with audio track to make it move along or break it down in to bites and on play sound also display text.

  • Lambo Racing v1.5 New Mobile Touch Racing Controls added for better game play on mobile devices.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Pretty good start!

    I had to dig way into the nether regions of my brain to remember where those ship sprites come from. Good ol' Klik&Play days.

    Yah! I like how it is coming along. Just think I will have issues when it comes to pinning the ships in place and then getting them to do there random attack waves form a set position.

    On last path ended / if enemy is playing - Move enemy uid to set position / wait time / then repeat attack loop or some thing like that.

    I can see it in my head just have to test it in the real world. Have fun and enjoy. JC