I can't go left Forum Home > Construct Classic > Construct Classic Discussion > Help & Support using Construct Classic |
Post Reply
|
| Author | |
Post Options
Quote Reply
Topic: I can't go leftPosted: 24 Jun 2012 at 3:13pm |
|
|
Well, I can but it doesn't work properly. Here is what I mean:
-I can move up, down, and right, smoothly BUT... -When I change the code to be able to move left, the following problems happen: 1. The screen skips bizarrely on some kind of delay. 2. The blue triangle marker on the right of the screen is supposed to become visible when the red square leaves the screen, and then it's supposed to follow the red square's Y coordinate. That all works until I change the code in order to go left, because when I make it go left the code for the blue marker no longer works. I got some help for this from another good member and he did great job helping me to get it to the point it is now, but this one last piece is maddening :-( File: Unavailable due to upload expiration. Edited by MrMiller - 12 Jul 2012 at 2:43pm |
|
![]() |
|
Post Options
Quote Reply
Posted: 26 Jun 2012 at 4:19am |
|
|
Hi @MrMiller, here's the code as text for going left (you have an older version of Construct than R2).
+ Sprite2: X Less than 364 -> System: Scroll to X (1280/2) + (Sprite2.X - 364) You can also prevent the white space by deleting the Y scrolling event, then the camera will only scroll horizontally |
|
![]() |
|
Post Options
Quote Reply
Posted: 26 Jun 2012 at 5:24am |
|
|
Hi JayJay,
I just inserted the code example there, and I noticed that I was able to acheive the same result with different code before, but the problem is still that the blue marker no longer operates properly (it leaves the screen when I go left). I'm trying to figure out a way for it to always stay at the edge of the screen and follow the red squares 'Y' coordinate, no matter how far to the left I go with the black square. Here is an example: http://www.youtube.com/watch?v=FRXmvEHWIJI Notice how no matter how far to the left the guy with the ball runs, the marker on the right is always still visible and following the Wide Receiver's Y coordinate (the Wide Receiver is the guy he eventually throws to). P.S. The white space is okay. The more space the better; it's intended to be space where the user will be adding graphics. Edited by MrMiller - 26 Jun 2012 at 5:26am |
|
![]() |
|
Post Options
Quote Reply
Posted: 26 Jun 2012 at 5:37am |
|
|
It does still follow the Y co-ordinate of the Red square I believe, and the reason it is not showing on screen is because the X position is constantly 1256.
Replace 1256 with: 1256 + (Sprite2.X - 364) Glad to see the white space is okay though, I had worried about that. In that case do you only want white space on the top? Change the condition 1280/2 to 720/2. Or, if you want the white space on all sides change the whole condition to Always. |
|
![]() |
|
Post Options
Quote Reply
Posted: 26 Jun 2012 at 2:51pm |
|
|
Okay, I see what you did there :-)
It seemed like I could only get one or the other (left scrolling but no icon, or icon but no left scrolling). Thanks so much, JayJay! |
|
![]() |
|
Post Options
Quote Reply
Posted: 26 Jun 2012 at 6:16pm |
|
|
No problem MrMiller, glad to help =]
|
|
![]() |
|
Post Reply
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |