hothead's Forum Posts

  • zenox98 i already convert rojohound one to touch a few weeks ago lol

    thanks LittleStain

    korbaach is the king of array lol

  • system / on start of layout / stringer / Destroy

    touch / on any touch start / system / create object stringer on layer 0 at (touch.x,touch.y)

    touch / is in touch / stringer / set angle toward (touch.x,touch.y)

    stringer / set width to distance (self.x,self.y,touch.x,touch.y)

    how to make it set over the word note if you touch again it join instead of making a new line

    can use the following the destory

    touch / on any touch end / stringer / destroy

    MY HOTHEAD BRAIN GONE BLANK AGAIN stuck

  • Yes that what i am trying to do in you EDIT1: pic

    but my brain get blank when i am trying to swipe and draw a line at the same time like all the word search on play store

    https://drive.google.com/open?id=0B0MCC ... 3NIOThpbzg

    korbaach this like maths you know 2+2=4 but when the teach say show me how you get the answer your brain just go blank <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

  • note i have a working game already i got that logic cover i find a word tap each letter if word found it cross out good <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile"> but not professional i want when swipe out draw line same time on match word if found or uid or var.

    what i am trying to do over three weeks now IS TO instead of tap on each letter i swipe my finger over each letter while tracing a line over it to mark the word which will make the game look and feel more professional

    like in the video on youth watch from 0.40 second

    Subscribe to Construct videos now

    but in stead of the mouse use the touch

    FINAL RESULT

    Word SEARCH DLP

    https://play.google.com/store/apps/details?id=com.wizdigitech.wordsearchdlp&hl=en_GB

    yes this account was before i purchase construct 2

    <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy"> <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy"> wizdigitech <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy"> <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy"> my current account

  • javascript error!

    uncaught TypeError: Cannot read property "toString" of undefined

    http//localhost:00000/Arr_plugin.js line 257 col(59)

    i get the above error when i click on the array in the debug window the array size is 300,111,1

    start of layout array load and i copy and paste in the DATA 33,330 words

    "{""c2array"":true,""size"":[300,111,1],""data"":[[[""PLANETS NAME""],.......REST OF DATA HERE.......[100]]]}"

  • i think its best to use a text file instead of json string i am try to know how to load array from file myself

  • put the touch in a group on make the group disable when you doing want it to touch i am a newbie but it work for me

  • no one help me here but just follow fred37000 instruction. As grigrizljac state i wont lock during simulation in intel XDK but after publish to you phone it lock.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • i was planing to load up a array by putting all the data in the array on one line as json But i read a post Ashley write state its no good to load a like this way it take up memory on make game take long to load

    on start of layout array load on paste in the code simple

    "{""c2array"":true,""size"":[200,111,1],""data"":[[[""NAME""],[""J""],[100]]]}"

    she say it best to load it from a file so search the forum on how to use ajax. As a start for me i just forget about arrary

  • two layer on each of the layout, the top layout have the popup menu on game on the bottom one.

    lets say you have 50 level each time player win a game a menu with

    Back, replay and next button popup in the middle of the screen...

    set invisible

    is it better to set the layer invisible on start of layout and set visible when game ends..

    Pros is:- it works

    Cons is:- Back, replay and next button still press although the layer is invisible

    maybe:- this method takes up memory why i am asking you guys

    fix to touch issue is:- put Back, replay and next button in a group on set group deactivated on reactivate when win

    destroy

    is it better to put it off screen set destroy outside and spawn it when the player wins a level

    pros is:- i am just asking before i waste my time to try this one

    cons is:- ...

    maybe: this method save memory and cpu usage

  • I am a hobbies I hate games but love making them it's fun to make games... my motto here let's help each other

  • Thank you...

  • Can i make a game with 1000 Layout (level) "lets say 100 Text object on each layout"

    my question

    1. how big the file size will be after export EXAMPLE like a puzzle game?

    2. will it affect the game performance like running slow ?

    but the main thing i really want to know is still what the most amount of out i can use in game or can i use unlimited amount... thank in advance

  • How do I lock screen orientation to portrait on android

    if i turn the device landscape or or its side the game stay in portrait mode and prevent the screen from rotate.