answersLogoWhite

0

How do I make my Pacman move in Turing?

Updated: 9/19/2023
User Avatar

Loganhaskin

Lvl 1
8y ago

Best Answer

You will need to use the arrow keys.

drawfillarc (x, y, 20, 20, 230, 310, white)

y := y - 5

pacstate := true

end if

elsif chars (KEY_UP_ARROW) then

if pacstate = true then

drawfilloval (x, y, 20, 20, yellow)

y := y + 5

pacstate := true

else

drawfilloval (x, y, 20, 20, yellow)

drawfillarc (x, y, 20, 20, 70, 120, white)

y := y + 5

pacstate := false

end if

else

drawfilloval (x, y, 20, 20, yellow)

end if

View.UpdateArea (x - 45, y - 45, x + 45, y + 45)

drawfilloval (x, y, 45, 45, white)

delay (120)

end loop

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do I make my Pacman move in Turing?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make panda emoticon?

To make a pacman emoticon you need to press shift ; and then press the letter v and you have a pacman emoticon


Where can you get pacman world 4?

You cannot get pacman world 4 MAYBE YET, I've heard there might make a 4th pacman Just don't count on it. o_o


How do you make a pacman costume?

Perserverence and Determination


How do you make a pacman on facebook IM?

:v


How do you make the pacman in facebook chat?

:v


Did Nintendo make pacman?

No... it was developed by Namco


What are types of turing machine?

multiple trackshift over turing machinenon deterministictwo way turing machinemultitape turing machineoffline turing machinemultidimensional turing machinecomposite turing machineuniversal turing machine


What is the difference between MsPacman and Pacman?

Ms. Pacman has filled-in obstacles (allowing the field to be seen better) and is harder, because the ghosts move randomly and the power pellets stop working after a certain level. Ms. Pacman also runs out of coding at Level 256(?) and causes an infinite empty field. Also, the orange ghost's name in PacMan was CLYDE but in Ms. PacMan it is named SUE.


What nicknames does Pacman Jones go by?

Pacman Jones goes by Pacman.


When did ms pacman and pacman meet?

In the Mrs. Pacman game after stage 2.


How do make a pacman on the keyboard?

I dont think there is a way, sorry! :( i looked it up and i dont see anything!


How can you make a Christmas tree in turing?

to make a Christmas tree in turing you have to know how to code first. Well if you don't know, look at tutorials some simple codes are: drawfillbox drawfilloval