luckyrawatlucky's Recent Forum Activity

  • I want to check that AdMob is working or not

    when i was previewing my game then no advts are showing

  • what is difference between visible/invisible & opacity 0-100

    are both do same the thing

  • dropbox.com/s/gveblih46hzngf1/pause%20sample.capx?dl=0

  • dropbox.com/s/hejkxcbfhg0ydtl/shot.jpg?dl=0

    hello friends

    above is screenshot linked

    pls see it tell me how can i make it short way

    i know their is a short way of doing this

    .

    actually here i have done is

    put all buttons out of layout except pause button

    So if i click pause button > pause button will go out and other play, reload, level button will came in and they all button will came with fade in and time scale will be 0

    and if click play then first will fade out and time scale 1

    if click reload then restart game with fade out

    .

    .

    i had done this with lengthy way

    is their any short way of doing this

    may be boolean but i don't know how

    if have any idea then pls tell me

    .

    and their is one problem in my way

    when i click reload, play or pause button spawn is still active, During pause if i click many time in screen bullets created every time but they are freeze when click play all bullet goes active

    .

    so here i have done wait until fade out finished on bullet spawn

    But one another problem comes here when any fade finished one bullet spawned automatically

    pls tell me any way of doing this

  • I know their are many programmers in C2 Forums

    .

    i want to request them from all non-programmers here

    that they should give a simple explanation about expressions in tutorials section

    this will help all non-programmer like me

    .

    .if your guys have time for helping us

    then please give a time for us to make a simple explanation of expressions so everybody can understand a simple language.

    thanks for such information

  • ohh yes yes yes yes yes

    .

    i got the point

    yes i got the point

    .

    .

    thank you friends

    .

    .

    actually when you say

    LocalStorage - Set key 'playercoins_key' to playercoins

    then i thought its already written

    then why you saying it again

    .

    i didn't get that point

    .

    .

    now when you say UPDATE

    i just copy above action

    and its working

    thankyou friend

    thanks again

    .

    its my first step to saving game

    further have many points to ask but not NOW but'll later

    thanksssssss

    This means that you have to save the variable after each change of it.

    I already mentioned above how you can save it. Jusr add this after you had updated the coins.

    Regards

    I am a non-programmer

    I don't know anything about programs

    but now with the help of construct 2 now i can make games myself. It feels like awesome

    but most of things are there that we non-programmers can not understand, may be its only me

    .

    .

    expression are very hard to understand

    there are a lot of expressions I don't know what they are, and what they can do

    .

    may be expression are easy understandable for a programmers

    .

    .

    I am from India and my English is not so good may be that is the reason

    .

    i have seen too many tutorials their are lots word words that I can't understand

    .

    for example

    .

    what is Json

    what is string

    math expressions are totally out of my mind

    in math expression their is 'abs' expression what says calculate absolute (positive) value of a number

    what is absolute value or positive value, and how can i use it, I don't know

    .

    .

    i have take about 1 month to understand that what are the variables and what they can do

    .

    when i was new in construct 2 variables makes me upset because i was not understanding

    when i got a little about variables then i saw instance variable

    i was going to give it up

    but i decided to read tutorials over tutorials

    i have read lots of tutorials related to variables

    thank GOD

    now i got what they are

    .

    but still there are a lot of things that i have still did't get

    .

    now i in saving game progress

    no tutorials is helping me to understand it

    .

    there is save & load, local storage, web storage

    but i am not getting it

    .

    i don't know how much time it will take

    .

    .

    Thanks to all members who answered my questions

  • Kyatric

    can you explain it in simple way

    actually my English is not so gud

    .

    what does it mean

    ''but at no point did you save the value of this variable to the key.''

    .

    i have just add coins to check how its working

    so pls tell me how can i add coins to variable

    Yes, and the part you added is missing the fact of saving some informations.

    The default capx does check on start of execution of the game if a key exists.

    If it doesn't, it creates a default value and creates the key,

    Otherwise, it sets a global variable value to the value contained in the key.

    Then you added a modification of the global variable, but at no point did you save the value of this variable to the key.

    So the modification is lost each time you execute the game and only loads the "default value" which is contained in the key.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • thanks nimos100

    i am always a fan of those people who believes in help others

    when some good people help me and make my life easy then i become crazy for making him my friend

    i really hearty appreciate you because you guys are making us a stepahead

    .

    dear friend

    i have one question now

    local storage saves variables in devices or PC

    but

    Is save & load, save data on devices too??

    .

    actually i have made a levels game

    and now i have no idea how to save

    i should just use save & load or should use local variable

    if local then how

    i have followed some tutorials

    in which

    first find key

    if find then get key

    if get key then set key

    .

    this is i have done but it never saves anything

    may i am somewhere wrong

    but i don't know where

    .

    my screenshot of testing save

    dropbox.com/s/gkz6kdb06pfm7bn/sample%20copy.jpg?dl=0

    .

    i have used this tutorials and download capx

    scirra.com/tutorials/1461/how-to-use-the-localstorage-plugin

    .

    i just add score to coins in this file for checking it is working or not

    but it is not working

  • I am a non-programmer

    I don't know anything about programs

    but now with the help of construct 2 now i can make games myself. It feels like awesome

    but most of things are there that we non-programmers can not understand, may be its only me

    .

    .

    expression are very hard to understand

    there are a lot of expressions I don't know what they are, and what they can do

    .

    may be expression are easy understandable for a programmers

    .

    .

    I am from India and my English is not so good may be that is the reason

    .

    i have seen too many tutorials their are lots word words that I can't understand

    .

    for example

    .

    what is Json

    what is string

    math expressions are totally out of my mind

    in math expression their is 'abs' expression what says calculate absolute (positive) value of a number

    what is absolute value or positive value, and how can i use it, I don't know

    .

    .

    i have take about 1 month to understand that what are the variables and what they can do

    .

    when i was new in construct 2 variables makes me upset because i was not understanding

    when i got a little about variables then i saw instance variable

    i was going to give it up

    but i decided to read tutorials over tutorials

    i have read lots of tutorials related to variables

    thank GOD

    now i got what they are

    .

    but still there are a lot of things that i have still did't get

    .

    now i in saving game progress

    no tutorials is helping me to understand it

    .

    there is save & load, local storage, web storage

    but i am not getting it

    .

    i don't know how much time it will take

    .

    .

    Thanks to all members who answered my questions

  • what is the difference between

    **save & load** action and **local storage & WebStorage**

luckyrawatlucky's avatar

luckyrawatlucky

Member since 27 Aug, 2015

Twitter
luckyrawatlucky has 10 followers

Connect with luckyrawatlucky

Trophy Case

  • 9-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • 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
    Popular Game One of your games has over 1,000 players
  • x42
    Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

23/44
How to earn trophies