nettemple's Forum Posts

  • You do not have permission to view this post

  • You do not have permission to view this post

  • I am starting a workshop series and am looking for several "advanced" construct authors - have you ever taught? And would you be interested? These are all short term gigs - see nettemple.thinkific.com (my class site)

  • Lots of small issues in making art: resolution, file type, frame rates, etc. You need to be part techie, part artist and part animator.

    There are also cool animation sprite makers like SPRITER and so on.

    I will be having workshops that specifically address art making and animation in the future - you will see it posted in the future at my workshop site nettemple.thinkific.com FYI Please share with your peers.

  • You do not have permission to view this post

  • Just wanted to post a running series of workshops (https://nettemple.thinkific.com/) that I will be hosting for newbies and beginners. I realize a lot of this type of info is out there free but in my own experience, I was always frustrated when first learning because of different styles, opinions and poor communication on simple concepts. I would have gladly paid for LIVE feedback to help me better understand and avoid the frustrations of early adoption.

    My pitch for beginners would be: You'll get LIVE instruction, immediate feedback to help you understand, and we'll attempt to soundly understand rather than just simply implement (and I have been a professor at a top design school who ranks among the top in Video Game Majors for many years).

    I only accept a maximum of 5 students per session so you will get individual time and attention.

  • You do not have permission to view this post

  • Would it be appropriate to post this a "newbies area" as well? nT

  • I put this one together as a freebie for my (NetTemple/SCAD) students - but it is only the Plug-Ins, Behaviors and Effects windows. Its not so much a cheatsheet rather a roadmap where to find things for newbies.

    Mainly because in the beginning they don't know where to find the things they are looking for - until they get oriented to the UI and all of the different levels (excuse the promo text).

    You can get the pdf version here: s3.amazonaws.com/thinkific-import/177739/bnZxCvSBQNQmT11fywFM_construct3cheatsheet-1562363417733.pdf

  • i.e.

    You can not put a condition "At the application closed ..."

    Because if the application is closed then no action is possible.

    You have to put your backup actions on the conditions that close your application.

    Example:

    If bouton_quitter is pressed then:

    - save

    - close app

    :) C3 read the actions in the order so you just have to do the backup action before closing the application, that's all :) I hope you helped;)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

  • See this screenshot:

    musicpax.com/ricelords/50percent_script.jpg

    and sample CP3 (r153) file here. Hope this helps?

    musicpax.com/ricelords/50highScore.c3p.zip

  • restarted - works now in browser but silent in iOS (on iPhone) - this is a simple "test" file. I simply added one object to click and a simple sound should play? hmmm

  • Once the die stops and a number is selected, do you want a player to move? Also do you want the roll to be a random result everytime (0-6)? I may hack together a simple demo...

  • trying to help but I only see three levels (and you ref 7 and 8?) Did you dropbox the correct file?