hothead's Forum Posts

  • bump

  • after a very long search i found it in one of you post lol

    thank to you and blckhornet

    like this

    sprite.uid 2 | sprite.uid 5

    and it work

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • how to pick like 2 object out of 3 object when using PICK BY UNIQUE ID

    to pink one i use the following code which work BUT i have alot to pick and set it Var (can i pick more than one or i have to pick the 100 of them i write the following line of code for the with the SAME VARIBLE)

    sprite...pick instance with UID 1..../ sprite set variable to "Help me"

    i DO NOT a random UID, so dont say i most use this

    PICK BY UNIQUE ID _ choose(1,2)

    i want to pick some specific UID what formula can i use

  • bump

    i try this but dont work what i am doing wrong

    search for this in the forum: Orientation - Need a plugin?

    viewtopic.php?f=146&t=163035&p=987211&hilit=lock+portrait#p987211

  • yes LittleStain Stretch...

    for now i just fake it, make invisible on start when i need it to stretch from point A to B i make it visible over them. this way i think it use up memory but if i spawn it when i need it i'll use less memory

    next way can do it to stretch over one

    system => create obj Sprite on layout 0 (textName.X , textName.Y + 10)

    i just cant come up with how to say create it from textName uid = 0 to textName uid = 1

    (lol.X , lol.Y , dwl.X , dwl.Y) this is how to state two different sprite

    how to reference the UID property in this case.

    newbie still asking for discount<<<

  • NO!!! i am no expert but i am 100% sure construct 2 cant do that sorry bro

    you need software like android studio, Microsoft visual studio etc

    construct 2 use to make GAME application NOT Utility application.

    that led light is a utility app if you don't see it in Game section on the app store basically that mean cant do in construct 2

    i am still asking scirra for a discount on a personal lic please<<<

  • use the Function plugin

    checking YouTube a guy do some video on it think it name 10 minutes with construct two... awesome

    eg

    system - on start layout - function call PlayerInMotion

    function on PlayerInMotion - (put the Run, Walk, Stop, Action here)

    to say print Run just use a text object under the run action to display the word RUN hope this help...

    i can do a video to show you if do understand..

    i am still asking scirra for a discount on a personal lic<<<

  • try uninstall construct 2 and install it over

  • How do I Create or spawn a sprite objet over two sprite UID image point

    eg

    textName uid = 0 with xy position at 64, 992

    textName uid = 1 with xy position at 256, 896

    sprite uid = 2 current position is any where off screen

    what i want i do

    system => var 1 equal var2 =2 => system => create Sprite at textName uid = 0 (imagepoint 0) to textName uid = 1 (imagepoint 0)

  • as the topic state How do I Lock portrait on android game so the game cant rotate to landscape mode

    i try

    system => start of layout => browser => lock orientation portrait

    and in intel XDK

    i lock orientation to portrait in the build setting

    BUT THAT DID NOT WORK

    any suggestion thanks

  • candy crush sell for some billion dollar try make a game like that

  • g3xas

    pay a yearly subscription fee... hell no!!! note big giant Unity 3d version 5 i total FREE can say 99% use like the Unity 3d pro version not to the new UI system.

    so a pay a yearly subscription fee hell no... lets vote guys free Construct 3 with 1% limit pay for pro/business after make $X revenue... i wish if ED who donate me a personal license i can afford it

    $123 USD = $15,000 in my country and i work $4,500 min wage plus bills a week do the maths...

    construct 2 is better than unity 2d to me just trying to learn C Sharp

    keep up the good work scirra

  • my bad sorry

  • korbaach thanks i figure out how you do already... thank again

    in final1.1 just wish i could figure out which line to take out to not use the last row in the question array which tell the amount of correct answer in a question BUT about 10 line of code in it i stop from firing...

  • korbaach can you tell where you add the question