justifun's Recent Forum Activity

  • and to save file space etc, instead of using 2 seperate idle animations, simply mirror the exiting player sprite.

    so use mouse.x < player.x -> set mirrored = true

    mouse.x > player.x -> set mirrored = false

    this will mirror all animations, not just the one idle as well

  • Yeah some tutorials from people who have their head wrapped around it would be awesome.

    Ideally i'd love to learn more about

    how to trigger events when 2 3D objects interact with each other

    how to link 2D elements and 3D elements together

    how to use some more of the built in construct behaviors with 3D objects

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The moga pocket seems to work with C2 But you need have the "Moga Universal Driver installed from google play.

  • When you are using "on touch" you are picking only the object you touched. So when you are trying to compare 2 objects, its not finding the second one because it wasn't picked (or filtered by what you picked).

    So what you want to do if you want to use "on touched" is to add this line

    On touched object - Sprite

    store which frame this particular sprite is on (tempVar = sprite.animation.frame)

    then in a seperate event

    pick by evaluate (sprite.animation frame = tempVar)

    do actions

    this will check which frame the touched sprite is on, then go and pick all sprites whose frame = to that temp var.

    its cleaner if you put this all into a function as well

    On touched object - Call function "PickSameFrameSprite (sprite.animationframe)

    on function "pickSameFrameSprite"

    pick by evaluate: sprite.animationframe = function.param(0)

    do actions

  • Link to examples on page 1 are broken

  • Awesome work Thehen!

    works like a charm!

  • Creating an object of type " Sphere" causes an error upon play

    Javascript Error!

    Uncaught TypeError: Cannot Read Property 'clone' of undefined

    Quazi3D_plugin.js line 2415 (col 41)

  • This is incredible!

    Looking forward to animation support.

  • I'm having issues getting the new video plugin to work on android via the preview on lan. I've tried different encoding formats/sizes etc, and everything works fine on the desktop browser with the lan preview, but not on android.

    What's the proper steps to get it working?

    thanks

  • How about some complex 2D game examples....

  • Does the 2030 Newgrounds Gamejam have any size requirements for resolution?

  • I haven't had a chance to try any other controllers unfortunately Still haven't been able to get an official controller yet.

justifun's avatar

justifun

Early Adopter

Member since 9 Oct, 2012

Twitter
justifun has 4 followers

Trophy Case

  • 13-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
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

21/44
How to earn trophies