Error not covered: Name "X" called as a function but is a "float"
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 75/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Active
- Tech stack
- godot
- Domain
- game-dev
Research direction
The error occurs in the lesson file res://course/lesson-10-the-game-loop/lesson.bbcode. Examine the code snippet where position.x(5) is called; position.x is a float property, not a function. Look for similar patterns in the lesson content and correct the example to use assignment (position.x += 5) or a proper method. Test the fix by running the lesson in the web platform to ensure the error message is resolved.
Written by the indexing model from the issue text.
Description
User report:
Error: Name "X" called as a function but is a "float" cannot be explained yet
Technical information:
- Location: L10.P2 - The Game Loop > Creating Circular Movement
- File: res://course/lesson-10-the-game-loop/lesson.bbcode
- Platform: Web
- Commit: c26e748
Code from the current practice
func _process(delta): rotate(0.05) func move_local_x(): position.x(5)
- Dominant language
- GDScript
- Stars
- 2.8k
- Forks
- 235
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from GDQuest/learn-gdscript
-
content
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
GDQuest/learn-gdscript#1395 ·
-
content
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
GDQuest/learn-gdscript#1392 ·
-
content
Difficulty 1/5 Under an hour Newbie friendliness 70/100
GDQuest/learn-gdscript#791 ·
-
content user experience
Difficulty 3/5 1-2 days Newbie friendliness 65/100
GDQuest/learn-gdscript#1394 ·
-
L14.P2 Reducing damage at higher levels: check rejects correct solutions that don't reassign amount Openbug
Difficulty 3/5 1-2 days Newbie friendliness 65/100
GDQuest/learn-gdscript#1388 · 1 comment · 1 reaction ·
All issues in GDQuest/learn-gdscript
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
agent-ok effort:S v11
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
bug priority:medium
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
anchapin/planar-nexus#2163 ·
-
approved discipline:art
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
gmuGADIG/chromatica#179 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
godotengine/godot#123776 ·