Quote from: Dualnames on Wed 23/09/2020 16:58:14
I think the game looks marvelous <3, would definitely buy it!
Hey, thanks! Great to hear that from an acclaimed AGSer!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Dualnames on Wed 23/09/2020 16:58:14
I think the game looks marvelous <3, would definitely buy it!
Quote from: TheFrighter on Thu 10/09/2020 17:43:09
Are you planning to make it commercial? Cool idea... but personally I don't like Steam...
Quote from: KyriakosCH on Thu 10/09/2020 12:40:46
Looks great
QuoteI believe that Tween module already has these though.
QuoteWhat do you mean by "animating directly"?
QuoteYou can move camera in smaller increments too, simply by breaking big move into steps. Example:
Quote from: eri0o on Mon 27/07/2020 14:01:35
You can read the positions from an array or calculate using something like a sin function
Game.Camera.Y += shake_power;
Wait(1);
Game.Camera.Y -= shake_power;
Wait(1);
QuoteTo make it blocking, don't put it in room_RepExec. Instead move camera in a loop and call Wait(1) to force game redraw:
Screen.Viewport.Y +=5;
Quote from: SarahLiz on Thu 25/06/2020 21:56:47
Whew! I’m so relieved that you’re still working on this gameâ€"I was getting worried!
Every update/new screenshot looks so, so good!!
Quote from: ToeKnee on Wed 17/06/2020 17:28:11Thanks for the nice words!
So exciting.... Well done with awesome graphics and what will undoubtedly be great game-play... Once you finish it you will have something for the rest of your life you can be proud of and 'own'.... well done
Quote from: Laura Hunt on Wed 17/06/2020 09:01:41
Great news! I'm so hyped for this
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.152 seconds with 14 queries.