newt's Recent Forum Activity

  • Unless you want player 2- 10 to control it, you can set that players control to be ignored using an event.

  • Wasn't he on "The Hogan Family"?

    ... as well as a one eyed Peter Pan.

    .... No relation to deadeye(ASFAIK)

  • I think its a frame rate issue, changing the collisions to box will help.

    Using overlapping at offset would be better.

    + Sprite: overlaps Sprite2 : offset (0,5)

    -> System: Add 1 to global variable 'Killed Enemy'

    -> Sprite: Set position to 500, 150

  • He's got another thread for it.

    http://www.scirra.com/forum/viewtopic.php?f=7&t=7092&hilit=maze+generator#p55595

    I think the linked version has get tile.

  • I'm not sure what the licensing agreement currently is for the actual Game Maker, but even if there was an enforceable law for products made with it, it would only apply to that program itself.

    Same goes for the exporter. The implied agreement only works for programs that are purchased from the Yoyo.

    If there was no purchase, then there was no agreement.

    Its a virtual Pandora's box. Yoyo put the box out there and somebody opened it.

    Now they want them to close it even though that's an impossibility.

    Frankly they should be looking at this differently, yes they will lose sales of their exporter, but now they will have an even larger market to sell Game Maker to.

  • [quote:2x5quxli]do you have a creative idea to create bigger maps?

    The usual method is to use the tiled background object with a repeating texture, and then place any animated sprites where they would be needed, but what your may be wanting to do may not work for that.

    As to the error...

    Might post a cap to see whats going on.

  • If its not the format then it would probably be your drivers.

    Don't know if your planning on having a transparency from a jpeg tho...

  • 200 x 200 tiles?

    That's like 40000 sprites, even if they were 1 pixel that would be way too much, especially since its animated.

    There is no set amount you can have since pc specs will vary for your players, but once you get into the thousands there will be some issues.

    Anyway I think the limits would be anywhere from 7000 to 20000 based on size.

    But you should really start think about much smaller maps. Maxing out your ram with a background wont help much with game play.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Top down, side view?

    The ball behavior would be the simplest for side view.

    Then the path behavior for top down.

    "distance(.x,.y, enemy.x,enemy.y)/2"

    Add node at clamp(normalrandom(radius),max +,max-) distance from the midpoint, x, or y depending on how the ship is facing, then add node at enemy x,y.

  • Actually, the array access is probably more to blame. I checked with a set pv, and it just wont accept a pv as an array.

    Dunno if that's a bug, or just beyond its scope, too bad tho, would make for an interesting way to do some level editing, etc.

  • [quote:2s81p5uo]Hell you could even use a private variable now.

    {6,8,2,8,4,2,4,8,2,9}

    That coupled with Array access would be fairly elegant.

    Actually... nope

    Cant seem to add "{", and ",", without turning it into a string.

    Curse you ampersand, I thought you were my friend!

  • If you just need an array of 10 random numbers, in a range of 1 to 10, the list box will store them for you nicely, and it will even sort them for you, alphanumerically, if you like.

    +Start of layout

    +repeat 10 times

    ->listbox add line random(10)+1

    There are quite a few data structures you can use tho...

    Hell you could even use a private variable now.

    {6,8,2,8,4,2,4,8,2,9}

    That coupled with Array access would be fairly elegant.

newt's avatar

newt

Member since 12 Nov, 2008

Twitter
newt has 27 followers

Trophy Case

  • 16-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • Popular Game One of your games has over 1,000 players
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

31/44
How to earn trophies