oosyrag's Recent Forum Activity

  • For "loopx" from 0 to array.width

    For "loopy" from 0 array.height

    Compare two values array.at(loopindex(loopx),loopindex(loopy) = 'interest1'

    Append TextObect: " " & array.at(loopindex(loopx),0)

  • It should work. Is there another event setting the angle of the cursor sprite?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Are you using the touch object with the "On Tap" condition? Tapping is a gesture, which is not as responsive as the "On Touched Object" or "Is Touching Object" conditions.

  • I don't have the plugin so I can't see your events. Depends on what triggers the animation I'm guessing. The global property is what keeps objects from being destroyed between layouts, so it will stay exactly where it was upon changing layouts unless you have an event that specifies otherwise.

  • Not sure how you can get simpler than a single event.

    For clicking it and spawning another sprite on top, you don't even need to store the x/y of every sprite in an array, you can just use the sprite "spawn an object" action.

  • Start with array size 0,3,1

    + System: On start of layout

    + System: Repeat Sprite.Count times

    -> Array: Push back 0 on X axis

    -> Array: Set value at (LoopIndex, 1) to Sprite(LoopIndex).X

    -> Array: Set value at (LoopIndex, 2) to Sprite(LoopIndex).Y

    This will only work if they are all instances of the same object.

    If you need to do so for multiple sprite objects, put them all in a family and replace "Sprite" with the family.

  • I don't have any plugins so I cannot open your project. Here is a quick concept example - https://www.dropbox.com/s/uzdqmvi7bpq43 ... .capx?dl=0

  • There are a few ways to do this. First one that comes to mind is to have your sidebar on a layer with parallax 0. Pan the main area with scroll to, and pan the sidebar by moving all the objects on it around.

  • Probably because it meets their standard for "deeply enhancing or enriching the user experience", however they define that.

    Anyways, you're basically asking in the wrong place. Apple does not reject all html5 games just for being html5. If you're looking for specifics regarding how to comply with Apple guidelines, it may be best to ask Apple support for more details.

  • Do you mean to orbit another object?

  • How far have you gotten? First thing you could work on is having a player to move around.

  • See the solution given here () for non repeating random numbers. Arrays are global, so even when you change layouts it will keep track of the levels you do not want repeated.

oosyrag's avatar

oosyrag

Member since 20 Feb, 2013

Twitter
oosyrag has 39 followers

Trophy Case

  • 11-Year Club
  • 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
  • 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

21/44
How to earn trophies