nettemple's Recent Forum Activity

  • You do not have permission to view this post

  • While completing iOS publishing forms in the appleconnect developer area, I saw this: "Make sure your app supports the SKPaymentTransactionObserver method to process this transaction." Is it safe to assume that Construct 3 has this covered in regards to in-app purchases?

    Tagged:

  • You do not have permission to view this post

  • So you are saying that multiple layouts will NOT burden down the performance UNLESS they are called? Correct?

  • A performance and basic structural question: Is it better to use multiple layouts or many layers in one layout?

    Example:

    One layer with 5 layers. Turning layers on and off (visible/invisible) according to a variable value (0-5)

    OR

    Five different layouts directing to that layout depending to a variable value (0-5)

    FYI: The basic content (text and graphics) would be basically the same.

    Suggestions.

  • Excellent!

  • I have 4 functions:

    func1

    func2

    func3

    func4

    How do I call one randomly on start of game:

    Example logic (not syntax, just logic):

    OnStartOfLayout --- > Call "func"+(random)1,4));

    I was told I could use javascript, but thats not really the answer I need as I assume you could do most anything in javascript as an alternative :-) Unless you're telling me "that is the ONLY way you can do it." If so could some suggest code - I believe this is fairly easy for a seasoned JS programmer (as I am not).

    Thank you in advance!!!

    Tagged:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • And this was with Construct - version 3?

  • Can you provide a callFunction syntax example based on my simple scenario:

    functionName 1

    functionName 2

    functionName 3

    functionName 4

    functionName 5

    onClickAction ---> call "functionName"&int(random(1,5));

  • Instead of being forced to choose a function from the dialog window (That lists all current functions), is there anyway to call by name. The reason is that I want to call one randomly from a list like so:

    functionName 1

    functionName 2

    functionName 3

    functionName 4

    functionName 5

    I want something with this logic:

    onClickAction ---> call "functionName"&int(random(1,5))

    I hope that makes sense? Suggestions...

    Tagged:

  • You do not have permission to view this post

  • You do not have permission to view this post

nettemple's avatar

nettemple

Member since 8 May, 2018

Twitter
nettemple has 3 followers

Connect with nettemple