Hi friends,
Could anyone please help me, I have one image and one text and I placed the text upon that image, now how to make both image and text continuous horizontal moving at same time in construct2?
Add the pin behaviour to the text and pin it to the image. Add bullet behaviour to the image and use 'setangletoward' a target object and the image will move towards it. Or you can add platform behaviour to the image and simulate movement left/right towards a target object.
hi plinkie,
I took one global variable and I pass the values in that like as below:
dropbox.com/s/5262j0bhl6tmrny/horizontal%20moving.png
My problem is image is working fine that means image is moving horizontal continuously but text is working at one time only and next time is stopping the start of layout.I gave animation for image but text having no animation. could please tell me the solution??
I would have to see some kind of .capx file with the event sheet
Hi plinkie,
Please check this below link:
dropbox.com/s/pi8irmobo56upx7/sample.capx
Develop games in your browser. Powerful, performant & highly capable.
They are both moving as one when I preview it, text and image together move to the right constantly. What's the issue?
I have to make both image and text as moving continuously horizantal side but not one time
sai sronitha
If you put the pin behavior like plinkie said, the text will follow the image, and I changed the "=" to ">="
sample_edit.capx
Worked for me as sent without the pin behaviour as they both have the same logic and move to the right : S
Thank u so much friends. It's working fine.....