newby question
bent73
Member Posts: 17
I'm sorry for asking, but i'm totally new with gamesalad program and forum... I try to search but couldnt find...
Trying simple thing to get use to the program...
I just cannot make move a actors (up-dwn-right-left), i verify everything and compared with the Basic Shootem Up...found no error...
got constrain attribute X and Y -» game.PlayerX to self.position.x
got Key rule with direction and speed 300
even try the self.position.x < 440 (for the right)
there's really something i mist.....
Trying simple thing to get use to the program...
I just cannot make move a actors (up-dwn-right-left), i verify everything and compared with the Basic Shootem Up...found no error...
got constrain attribute X and Y -» game.PlayerX to self.position.x
got Key rule with direction and speed 300
even try the self.position.x < 440 (for the right)
there's really something i mist.....
Comments
do you mean when you touch the actor 'left' (or the arrow on the keyboard) he moves to the left?
then just make a rule and say
when touch is pressed or left arrow key is pressed change self.left (<- is an attribute) to true
otherwise
change self.left to false
if self.left is true
do
move left
if this is not what you mean try to explain better please
hope this helped
good luck
-Timo-
✮ FREE templates at GSinvention ✮
✮ Available for hire! support@gsinvention.com ✮
i start from scratch to learn the program, and i use the Basic ShootEm Up for reference..
I use the Rule : When All of the ...receive a key press: right is:down ... Do move direction:0 speed:300 relative to actor in additive way
did this for all direction has set in the Basic Shootem
with
constrain: game.PlayerX to self.position.x
constrain: game.PlayerY to self.position.Y
then i run the program, but the ship doesnt want to move...
why do you use
constrain: game.PlayerX to self.position.x
constrain: game.PlayerY to self.position.Y
can you try to explain better? ^^
✮ FREE templates at GSinvention ✮
✮ Available for hire! support@gsinvention.com ✮
I just want to make the ship move left, right, up, down in the scene like in the Shooting game....
i put the constrain cause it was inside the actors backstage with the moving rules....I follow the explaination in the manual...
Do you have another way (better) to make move a actors in the scene?
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
I wonder if i have a bug in my program, cause i follow step by step recipe 001, and when i push preview the screen is black empty.... even if i have the actor and platform on the screen in the program ...
when i preview i have nothing in the preview screen even if i have some actors in the screens....
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
✮ FREE templates at GSinvention ✮
✮ Available for hire! support@gsinvention.com ✮
since i cannot fully test the program, I wonder if the gamesalad and gamesalad pro worth it.....
i dont know why i did in my system, but everything "seam" to be back to normal ...
DOH !!!!!
the bug is probably with the option in the new project....
and when you cant put actors in the scene then you did put actors in the scene but the position changed. if you look in the upper right corner there you can see his position. its probably higher then 1000, so delete the last number and you can see him
hope this helped
good luck
-Timo-
✮ FREE templates at GSinvention ✮
✮ Available for hire! support@gsinvention.com ✮