-
Putting your own personal name on the splash screen
by evert ·Sounds cool! Yeah i'm not sure if people actually do that. Maybe I'll have to figure out a dev name -
Putting your own personal name on the splash screen
by bob loblaw ·guess it depends on the individual as to what you want to show -
actor keeps falling from the top, needs to come from the bottom.
by bob loblaw ·set a condition in each actor that you need to wrap that says when self.position.y <= -(self.size.height/2) change self.position.y to somewhere at the top of the scene (just out of range of the -
Putting your own personal name on the splash screen
by evert ·Like "created by john doe" or something similar. -
actor keeps falling from the top, needs to come from the bottom.
by evert ·Yes, correct. I have some actors going down and returning from the top. (making it an endless stream) -
actor keeps falling from the top, needs to come from the bottom.
by AlkaPP ·If that’s the case then you can use the change position for alternative to avoid the conflict. -
actor keeps falling from the top, needs to come from the bottom.
by evert ·(Quote) -
actor keeps falling from the top, needs to come from the bottom.
by bob loblaw ·do you need the wrap on the scene? -
actor keeps falling from the top, needs to come from the bottom.
by evert ·(Quote) -
actor keeps falling from the top, needs to come from the bottom.
by bob loblaw ·the other option could be that you start the menu actors overlapping the bottom of the screen by 1px and set alpha to 0. when they are activated, set alpha to interpolate to -
Using small size camera for ipad landscape?
by bob loblaw ·you can change the camera size. it shouldn’t cause publishing problems if you use stretch, but i’d still make sure whatever camera size you use/change to maintains the aspect ratio of the target devic -
actor keeps falling from the top, needs to come from the bottom.
by bob loblaw ·as long as you use y wrap, i don’t think you will fix it. basically as soon as you place the actor at the bottom of the screen, it will be technically at the top, due to the wrap. not sure if using a -
IronSource
by gizzi93 ·Sorry I don't use admob so I never filled that out. -
actor keeps falling from the top, needs to come from the bottom.
by famekrafts ·can you give us your file, so we can test and fix it? -
actor keeps falling from the top, needs to come from the bottom.
by evert ·(Quote) -
Using small size camera for ipad landscape?
by famekrafts ·I think you didn't get my point. I am not bothered about devices right now, my concern is if I am publishing it for iPad with scene size and map size of1024 x 768. -
actor keeps falling from the top, needs to come from the bottom.
by bob loblaw ·are you using wrap y on your scene settings? that may be causing it. -
actor keeps falling from the top, needs to come from the bottom.
by famekrafts ·Use constrain attribute for the item, if you want below screen, use the coordinates, this way it will always stay at the bottom and move when you call the interpolate attribute. -
Using small size camera for ipad landscape?
by bob loblaw ·yes. you can resize the camera to suit any device, and custom size. you will probably need to do some math to figure out aspect ratios of screen sizes so your images don’t distort (if doing universal -
More efficient way to compare one value to multiple table cell values?
by JG2019 ·Also, I am getting a "you don't have permission to do that" message from the link you sent. If it's this one: (Image)