RangerJim's Forum Posts

  • Does anyone still have this FX file?

    The DL link is no longer valid.

    Or if there is a better version I would appreciate being pointed in the right direction.

  • You deleted your initial instance from the Layout.

    Basically, you added the object then deleted it from the layout.

    It is therefore in the project without any instance information.

    Place it back on the layout - off the visible area if you need to.

    You can then Destroy the object after the layout begins if needed:

    System -> On start of layout:

    pnt2 -> Destroy

  • Done

  • I would like to access the properties and set them in events.

    Properties:

      Fade in time Wait time Fade out time Destroy
  • I know there have been a couple of threads that covered this topic in general, but I wanted to single out this site for those of you that are working in teams.

    What does it cost?

    Let's answer the most important question first.

    It's Free for teams up to 5 members.

    Here is the pricing:

       5 users   = Free

       10 users = $10/mo

       25 users = $25/mo

       50 users = $50/mo

       100 users = $100/mo

       Unlimited = $200/mo

    What is it?

    Unlimited private repositories

    Host, manage, and share Git and Mercurial code in the cloud. Free unlimited private repositories for up to 5 developers give teams the flexibility to grow and code without restrictions.

    What do I git?(LOL)

    Work as a team

    Built with small teams in mind. Consolidate user management, invite team members, and adjust administrative permissions with Bitbucket teams. Get your team working as a unit.

    Code reviews

    Pull requests provide an easy way for developers to review changes on a fork or branch. Discuss changes, make modifications and merge the changes. In-line comments on pull requests and individual commits let you gain context of changes by holding discussions right in the source code.

    Built for JIRA

    Integrate source code on Bitbucket with issues in JIRA. Connect to JIRA issues from within Bitbucket or use smart commits and transition issues directly from commit messages.

    What does that all mean?

    For those that are familiar with software development already it is pretty clear, but for those that are new here are some highlights:

    Bitbucket gives you a place where you can store your projects online. This allows you to access your code from any other computer by simply pulling your project down to another workstation. Unlike other free sites (SourceForge and Code.Google, etc.) you can make your repository private.

    It also it gives you the ability to version control your changes. That means that you if you make a change that you eventually do not like you can go back to a previous version of your project, asset, etc... and start again. Each time you check in your code you can comment your changes to keep a set of changes grouped (e.g. - "Made changes to reflect new in game purchases")

    You can also have an associated Wiki and Issue tracker for each of the repositories you create. I have found this invaluable. Ideas pop into my head and I quickly add them to my Issues list as a Bug, Enhancement, Proposal or Task. I can also assign issues to other team members for them to work on (e.g. - "Greg - the image we are using for the Ship is 14 pixels too short, can you modify please.")

    Oh, and did I mention that there is a Bitbucket app that notifies you of changes and issues and allows you to create/modify issues? There is and it is very useful for when you wake up in the middle of the night with a great idea for your game but don't want to get out of bed to add it to the list.

    I have been using Bitbucket for my games development in combination with TortoiseGit and have been very happy with the experience so far.

    What do you know about all this stuff?

    I have been doing Software Development - specializing in Configuration Management, Automation and Source Control Tools - for 25 years and this is a great tool.   

    What's the URL?

    Bitbucket: bitbucket.org

    TortoiseGit: code.google.com/p/tortoisegit/wiki/Download

    I am happy to answer any questions that you might have.

  • This might be what you are looking for:

    MoveTo PlugIn

    scirra.com/forum/behavior-moveto_topic44845.html

    rexrainbow does some great stuff.

  • If you are using Physics behaviors for everything, make sure the mass of the bullet is higher than the asteroids.

  • Also, check your sprite image.

    If you drew it small and then stretch the Sprite out to be bigger I have seen this occur as well.

  • JamesHaroldAllen

  • I agree.

    So far I have been using my 8 year old and my 14 year old sons and the guy doing some of the art work.

    I will increase that when I have it mostly finished.

    In fact, it was my 8 year old who gave me the best advice so far. He said,

    "It would be better if I could earn points or after so many levels I can buy upgrades like more missiles or a better ship. That way I have something to look forward to. Those are the kinds of games I like to play."

  • How much time do you spend on tweaking the game play of your games?

    I have finished up all the challenging functional parts of the game I am working on and I am working on the cleanup and finishing touches (Improving graphics, adding sounds, background music, etc.).

    I am also, tweaking the game play mechanics to make it challenging while still playable - but I feel this could go on forever.

    What is a good cutoff?

    Also, how does everyone feel about getting outside input from friends, associates, offspring, etc...?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Excellent, thanks If you could leave a nice review on the store that would be super appreciated :)

    Gave you a great review.

    My two 8 year olds helped as well.

    LOL

  • Something I not checked yet - I'm at work - but, could you create a Group in the event sheet for that layout and then have the variables be in that group? They would then be local to the group.

    Of course this would not work if you were using a lot of groups in each event sheet.

  • Kyatric's Asteroids tutorial has a good section on this:

    scirra.com/tutorials/358/asteroid-clone-in-less-than-100-events/page-1