Hello I m here again
My new question is: How to make a grid in my game?
I ve seen some tutorials but i can’t find nothing helpfull
My goal is to create a sort of pattern composed by squares (5 squaresx5 squares) something like this :
Hello I m here again
My new question is: How to make a grid in my game?
I ve seen some tutorials but i can’t find nothing helpfull
My goal is to create a sort of pattern composed by squares (5 squaresx5 squares) something like this :
If the tutorial you grabbed the screenshot from didn’t help you, send me feedback so I can add to it. I often add stuff to my courses based on feedback.
Jay
No sir unfortunatly the tutorial I grabbed the screenshot is not free so I can’t access to it. Is for this reason that I would like to know how to do something like that
It’s only $5, but if you really can’t afford that, send me a note using the contact form on the site:
http://masteringcoronasdk.com/contact/
I’ll see what I can do.
Jay
I m doing it but i can’t open the site seems to be down.
(If I become premium there I can see all these tutorials ? (if I pay 19.90 $))
I don’t think I have anything for $19.90 on the site, but you’re right – the site seems to be down. Or rather, my whole server. Gak!
Time to call tech support…
I’ll post when it’s back up so you can contact me there.
Jay
Thanks a lot
Apparently me and a few million other peopler had dead sites yesterday for 12+ hours. Things are mostly back to normal and I responded to the email you sent. If you don’t see it, check your spam/junk folder in case it got waylaid. It’s coming from my outlawgametools Gmail account.
Jay
Thanks so much for your help…
Your tutorial was so helpfull but I have a question:
After I build my Grid how can I hide some of my images in the gri?? I explain myself better.
I ve a grid 10 x 10 but i want that the images at the position x = 3 y= 4 , x=5 y= 6 , x=10 y=10, x=1 y=1 have to be invisible. How can I select only these 4 images??
Thanks in advance
Kind regards
Betlab
In a nutshell, you need to keep track of the grid objects – putting them into a table is an easy way to do that.
As you build the grid you’ll just add each new object to the table and then you can access it later by index:
myGridObjs[14].alpha = 0
That would hide the object that’s in the 14th position.
Doing this would make a good extra video. I’ll see if I can’t whip that up this afternoon and add it to the course. But go ahead and poke at it yourself.
Jay
Oh thanks a lot. Yes I try to do it by myself. But when you finish your tutorial can you please share it with me ??
The new video is in the course.
When you’re logged in you can access it here:
http://masteringcoronasdk.com/game-dev-lesson/bonus-programmatically-access-objects-in-the-grid/
Hope that’s what you were looking for.
Jay
Your tutorial is perfect . And you are literally my hero.
Thanks very very much
If the tutorial you grabbed the screenshot from didn’t help you, send me feedback so I can add to it. I often add stuff to my courses based on feedback.
Jay
No sir unfortunatly the tutorial I grabbed the screenshot is not free so I can’t access to it. Is for this reason that I would like to know how to do something like that
It’s only $5, but if you really can’t afford that, send me a note using the contact form on the site:
http://masteringcoronasdk.com/contact/
I’ll see what I can do.
Jay
I m doing it but i can’t open the site seems to be down.
(If I become premium there I can see all these tutorials ? (if I pay 19.90 $))
I don’t think I have anything for $19.90 on the site, but you’re right – the site seems to be down. Or rather, my whole server. Gak!
Time to call tech support…
I’ll post when it’s back up so you can contact me there.
Jay
Thanks a lot
Apparently me and a few million other peopler had dead sites yesterday for 12+ hours. Things are mostly back to normal and I responded to the email you sent. If you don’t see it, check your spam/junk folder in case it got waylaid. It’s coming from my outlawgametools Gmail account.
Jay