lamar's Forum Posts

  • I'm having a variant of this issue-- my whole system isn't going down, but trying to preview an animation results in the screen greying out, as it usually does, only the preview box doesn't appear. I'm guessing this is a different effect of the same issue, as it seems to occur under similar circumstances.

    I'm using Windows 8, with the 64 bit version of the 239 update of Construct 2.

    Sounds like a similar issue. Since that crashed happened I am seeing other probs. Effects not working or not showing when I run on one computer and then they run on a different computer.

    Very strange?

  • Use a Global variable and call it PLAYERANGLE

    When you move the player set that Global variable to a different number. 1=moving left etc.

    Then use ON KEY RELEASED and PLAYERANGLE=1 set Player Animation to "Left"

    And so on for each angle.

  • You can set a Global variable and use that to change damage variables.

    Every time you change to a different enemy sprite animation change that variable and use it to determine changes to damage.

  • Go to the Board Index and you will see the board topics. Click on the topic that best suits what you are asking about and then click new topic and put in your headline and question.

    The "How Do I...." topic is for questions about doing stuff with C2.

    Hope that helps and welcome to the forum.

  • Sounds like you have collision boxes different in different animations so when your player changes to a different animation the collision box overlaps the platform and sticks the player.

    Try making all the animation collisions the same and that should fix the problem.

    For a player that is running and jumping I use a small collision box and set the bottom at the feet so they will always land on the platform ready to run.

    Also check the collision boxes on your platforms for same problem.

  • You can't make money using the free version to create games and I highly recommend you get a license if you intend to sell games and have some good games but I think you can create game templates using the free version and sell those in the Scirra store.

    Someone correct me if I am wrong please?

  • Bump:

    UPDATE: The Demo Version is now in the Scirra arcade here:

    https://www.scirra.com/arcade/racing-games/grand-thumb-auto-demo-version-15088?action=updated

    This is the first mission only and will let you test your driving skills. I will be adding many more missions, scenery, cars and traffic and the story will be developed as I go along so bookmark the game and this topic and you will be notified when I update the game.

    Thanks and enjoy the game!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Added: I have a game that allows the user to choose different players. I copy just the movement controls for each player and use a Global variable to determine which player is being used.

    When a player is chosen it is created where the old player sprite is and the old player sprite is destroyed.

    Then I use OR events for my collisions that effects the objects collided with not the player sprite.

    That way your variables like score all stay the same and you just create new layouts and use one event sheet for all the layouts.

    It works well if you just need to change players inside a game.

  • Load will always take you to the saved game layout and set variables where they were when you saved.

    If you are trying to keep variables then you will need to store them in another variable and then load and reset the variables to your saved data.

    If you want to load a game and then have it go to a different layout then include a command in the game to go to a specific layout. When you load just click that command and it will go to whatever layout you specified.

  • Set layout scale and then scroll to an object somewhere in the center of the area you want to take a snapshot of.

    I have not used the new C2 capture feature but that should work. You may get a blown up image but would probably work.

  • That is one of the frustrations I have ran into on C2 many times. They need a way to change from one sprite to another and from within a sprites frames so you don't have to create different movements events for multiple player sprites.

    You can use different animations within a sprite and the movements will still work but then you have to set up a variable to tell the movements which animations to use for different players and you are still working too hard to accomplish something that should be simple.

    Best suggestion I have is to make a duplicate of your event sheet and start changing out the sprites in the events without changing anything else. I have had to do that a few times.

  • UPDATE: Added more cars and now you can pick up and drop off customers. Smoothed out traffic and increased your car speed and added a little drift to make it interesting. Leader board now working.

    Check it out and test your driving skills:

    https://www.scirra.com/arcade/racing-games/grand-thumb-auto-demo-version-15088

    NOTE: Scirra arcade server has been running slow so it may take awhile to load games and if it stalls restart. If you see the old version clear your browser cache and reload.

    This is the first mission only and will let you test your driving skills. I will be adding many more missions, scenery, cars and traffic and the story will be developed as I go along so bookmark the game and this topic and you will be notified when I update the game.

    Thanks and enjoy the game!

    Do you love fast driving games?

    Grand Thumb Auto is a driving game with missions to complete and goals to unlock for better cars, NOS systems, and new scenery.

    The game is deigned for phone or Ipad or computer and the car can be driven with a thumb stick (steering wheel) or with the mouse or arrow keys.

    The story: You start out as a newbie that wants to be a SuperUber taxi driver. You have to earn enough to pay off your car by accomplishing missions. First mission is to collect the money that has fallen out of the back of an armored car.

    Then once you have paid for your car you can collect fares by picking up people and taking them to their destinations. There will be many different destinations and the faster you get them there without an accident the more you get paid.

    If you get in to a fender bender you will spend time and cash at the garage and you will be there more than you like because the traffic gets heavier and the missions get harder as you become a better driver. Get in a serious accident and you will visit the hospital or worse!

    Some of the scenes will include an ocean beach, city, country and maybe even off road and you will have stops along the way to get out and stretch your legs, buy some food or maybe fall in love.

    Beautiful scenery, fast cars and good music- what more could you ask for?

    OK that is the plan for this game all done in a small screen space with fast loading graphics and action.

    I have the driving and traffic mechanics working excellent and just need to design the scenery and missions so bookmark this topic and follow along as I progress on the game please and leave some feedback and ideas for missions in the comments.

  • Problem Description

    System Crash after attempting to view a preview of sprite animation. Was making sprite animation and loading in an explosion to copy into the animation in a new frame and using cut and paste. When I tried to preview the sprite the whole screen went black. Then it came back on after a minute and the top controls of C2 all appeared burnt gray. I saved my work and closed and there was a strange glitch box left on my screen about the size of a file folder. I shut down and rebooted and glitch box was gone.

    I ran C2 capx again and checked that sprite preview and this time it crashed the system and went to black and shut down C2 and my Chrome browser and internet connection and started my system asking for my password.

    I deleted that animation and checked other animations and it did not do it again. I was cutting and pasting multiple times back on to an animation to create a fire effect and it has something to do with that cutting and pasting into an existing animation frame I think?

    Attach a Capx

    ____ Upload a Capx to this post ____

    Description of Capx

    ____ Concise description of what this CapX does ____

    Steps to Reproduce Bug

    • Step 1
    • Step 2
    • Step 3 etc.

    Observed Result

    ____ What happens? ____

    Expected Result

    ____ What do you expect to happen? ____

    Affected Browsers

    • Chrome: (YES/NO) Yes
    • FireFox: (YES/NO)
    • Internet Explorer: (YES/NO)

    Operating System and Service Pack

    ____ Your operating system and service pack ____ E=Windows 10 64 bit

    Construct 2 Version ID

    ____ Exact version ID of Construct 2 you're using ____

    239 64 bit

  • Set Global Variable TAPPED=0

    On Tap On Object Planesprite............................... Set Planesprite animation "UP"

    TAPPED =0.......................................................................Set TAPPED =1

    On Tap On Object Planesprite............................... Set Planesprite animation "DOWN"

    TAPPED=1........................................................................Set TAPPED=0

    If you are tapping very quickly as in a tap game or flappy game this may not work without a slight pause to give screen tap time to read next tap so add in a WAIT 0.3 Seconds at end of each event.

  • I started publishing materials (not games) over 20 years ago and most never made much money and then I found a niche with lots of followers and I wrote for that niche and built up a large amount of subscribers that follow my work and the result was I was able to retire and live comfortably from that work and royalties will continue even after I am gone.

    The key is to find a niche and be the best at creating for that niche. For example there are new Zombie games created every day and most never make any money and the market is saturated.

    BUT there are a whole lot of little boys and girls that need and their parents want educational games so make educational games with a Zombie theme and you have a niche no one else is doing.

    Next you should not expect to get rich overnight with one game creation. You might and get very lucky developing the next Minecraft but chances are you won't and that is OK.

    There are 3 ways to become a millionaire. Have a rich family member and inherit it. Sell something worth a million dollars or sell something worth $5 for $1 to a million people.

    Create a great product with lots of features and then make it available for an unbelievable low price or include adds that generate ongoing revenue and publish it for free. Not many people have a million dollars to buy anything but everyone has a buck to spend on something really worth a lot more.

    Create alternate streams of revenue from your games and advertising, youtube videos, and addons and sprite packs are all ways to get people to drop a buck to support an ongoing game with good support.

    Donations and kickstarter for new projects with real potential can also be used but make sure you follow through on your commitment to produce the game.

    Developing a following and using social media and even paid advertising can greatly boost sales and get your product noticed and once you get a following ask them to help promote your game by setting up a forum and keeping your customers notified of updates and addons.

    So, you can spend your time trying to create the perfect million dollar game and some people get lucky but even many professionally designed games fail to generate interest or you can focus on developing many games and when one is getting a lot of interest and developing followers that is the one to focus your attention on and make it go viral using social media and you will start generating income.

    Each game you create is an investment in your design skills and the more games you create the better and faster you get at designing games so invest in your skills, make lots of games and be the best at the niche your choose and the money will follow.