Hello my fellow Game Devs!
thumbfrenzylabz
Member, PRO Posts: 50
Hi all! I'm new to the community and well, instead of lurking in the shadows I guess I'll say hi and introduce myself.
Like everyone here, I'm passionate about making games.. and I always have been! I was that nerdy kid who taught himself BASIC in the 90s and was writing games for my friends on my Atari (yes I'm that old!) and later in QBASIC in Windows. Somehow I got sidetracked from game development since my teenage years and studied biomed eng instead, although I never lost the passion for games and have always been a gamer.
I've just downloaded GameSalad and playing around with making my first game. I'm pretty impressed so far, but I suspect I'm going to have a ton of questions. Hopefully one day I will be knowledgeable enough to answer other newbies questions
I'm more of a programmer and I'll probably be looking for a great graphic artist/animator to work with me on several titles I have in my head. Hit me up if you're a great artist looking for a partner
Cheers!
Aguazul
Like everyone here, I'm passionate about making games.. and I always have been! I was that nerdy kid who taught himself BASIC in the 90s and was writing games for my friends on my Atari (yes I'm that old!) and later in QBASIC in Windows. Somehow I got sidetracked from game development since my teenage years and studied biomed eng instead, although I never lost the passion for games and have always been a gamer.
I've just downloaded GameSalad and playing around with making my first game. I'm pretty impressed so far, but I suspect I'm going to have a ton of questions. Hopefully one day I will be knowledgeable enough to answer other newbies questions
I'm more of a programmer and I'll probably be looking for a great graphic artist/animator to work with me on several titles I have in my head. Hit me up if you're a great artist looking for a partner
Cheers!
Aguazul
Comments
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
Ok, first noob question I've got is this.
I've got 5 actors in my game so far.
I wanna do something like this when Actor1 gets to -200.
Rule:
When self.position.x <= -200 {
Actor2.motion.linearVelocity.x = 100
Actor3.motion.linearVelocity.x = 100
Actor4.motion.linearVelocity.x = 100
}
Why can't I select atributes of Actor2 (or any actor other than Actor1) when defining rules for Actor1?
Hmmm..
Also, I have this rule for Actor1:
Rule:
When self.position.x <= -200 {
changeAtribute: self.motion.linearVelocity.x = 0
}
which doesn't work... it just makes Actor1 disappear..hmmm I have a lot to learn I think
Anyway, welcome to the forums! Glad to have you with us! If you're new to GS, I'd recommend taking a look at a few sites to help you get going.
The cookbook: http://cookbook.gamesalad.com/
GSHelper.com - We have a few hundred FREE video tutorials & project files.
Best of luck!
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Darren.