Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Newcomers AppGameKit Corner / upgraded now it freezes

Author
Message
Hollow14
6
Years of Service
User Offline
Joined: 1st Sep 2017
Location:
Posted: 1st Sep 2017 23:27
I went through the first two videos https://www.youtube.com/watch?v=5KRazhSI-SA & https://www.youtube.com/watch?v=lOdDfiMNMvM&t=338s , using the demo version to see how I liked it. Had no issues. Bought the $99 bundle (on sale) and punched in the EXACT same code. Now the little icon that I could once move around in the compiled program, freezes after just a second. I have removed the demo, re-verified the files of the full version. Re entered the code, re watched the videos and punched in the code line for line off the video. All to no avail. Any ideas or suggestions would be fantastic.

SetVirtualResolution(1024, 768)
LoadImage(1,"Yellowsmoke.png") //Yellowsmoke.png is a 64px by 64px png i created in GIMP
CreateSprite(1,1)
SetJoystickScreenPosition(1,512,380)
sx=512
sy=380
do
SetSpritePosition(1,sx,sy)
sx=sx+GetJoystickX()*8
sy=sy+GetJoystickY()*8

sync()

loop
smallg
Valued Member
18
Years of Service
User Offline
Joined: 8th Dec 2005
Location: steam
Posted: 2nd Sep 2017 10:41
works for me, what do you mean by freezing? does it crash or is the sprite just not moving? you say it freezes after a second, so does that mean it moves briefly at first?
what do you use to move the sprite with?
life's one big game
spec= 4ghz, 16gb ram, AMD R9 2700 gpu
PartTimeCoder
AGK Tool Maker
9
Years of Service
User Offline
Joined: 9th Mar 2015
Location: London UK
Posted: 2nd Sep 2017 11:19
Works fine for me to using WSAD.
Hollow14
6
Years of Service
User Offline
Joined: 1st Sep 2017
Location:
Posted: 2nd Sep 2017 17:32
By freeze I mean the sprite stops moving. It does move briefly at first then stops. I am using the WASD to move the sprite. Sorry for not being more clear on that.
Hollow14
6
Years of Service
User Offline
Joined: 1st Sep 2017
Location:
Posted: 2nd Sep 2017 17:34
By freeze I mean the sprite stops moving. It does move briefly at first then stops. I am using the WASD to move the sprite. Sorry for not being more clear on that.
Hollow14
6
Years of Service
User Offline
Joined: 1st Sep 2017
Location:
Posted: 3rd Sep 2017 03:43
UPDATE: Installing windows creators update fixed my issue. Thanks everyone.

~H14

Login to post a reply

Server time is: 2024-04-24 18:13:51
Your offset time is: 2024-04-24 18:13:51